Talk:Parsing and serializing XML: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
No edit summary
No edit summary
Line 10: Line 10:
:The whole point of using XMLHttpRequest was to use already parsed <code>responseXML</code>, so you don't need to link that. fyi, I do such links using <nowiki>[[Parsing and serializing XML#anchor | visible text]]</nowiki>, don't know if it's correct though. MediaWiki help is available at  [http://meta.wikimedia.org/wiki/Help:Help#MediaWiki_User.27s_Guide metawiki]. [[User:Asqueella|asqueella]]
:The whole point of using XMLHttpRequest was to use already parsed <code>responseXML</code>, so you don't need to link that. fyi, I do such links using <nowiki>[[Parsing and serializing XML#anchor | visible text]]</nowiki>, don't know if it's correct though. MediaWiki help is available at  [http://meta.wikimedia.org/wiki/Help:Help#MediaWiki_User.27s_Guide metawiki]. [[User:Asqueella|asqueella]]
::Looks like you ignored my point about responseXML, so I modified the article myself. [[User:Asqueella|asqueella]]
::Looks like you ignored my point about responseXML, so I modified the article myself. [[User:Asqueella|asqueella]]
----


:''You should change this to GET/POST/PUT/DELETE/OPTIONS/TRACE/HEAD if using an HTTP(S) URL.''
:''You should change this to GET/POST/PUT/DELETE/OPTIONS/TRACE/HEAD if using an HTTP(S) URL.''
Line 16: Line 18:
ok
ok
:this isn't even true for file:// urls, so I changed it to "GET" [[User:Asqueella|asqueella]]
:this isn't even true for file:// urls, so I changed it to "GET" [[User:Asqueella|asqueella]]
----
"Serializing DOM trees to files" section doesn't make any sense at all when it's talking about xmlhttprequest. If you wanted to write about saving remote files' contents, it would better be on xmlhttprequest's page.

Revision as of 20:43, 14 March 2005

  • I think "Parsing and serializing XML" would make a better name.
  • Any reason to link to unstable.elemental.com instead of xulplanet as we usually do?

asqueella

change what you like...

I will asqueella
done asqueella

asqueella, can you fix the link "[#Parsing strings into DOM trees]"? I don't know how to link to internally using MediaWiki. In fact, do you know of a MediaWiki resource where I can look up information such as this? grimholtz 17:18 10 Mar 2005 EST

The whole point of using XMLHttpRequest was to use already parsed responseXML, so you don't need to link that. fyi, I do such links using [[Parsing and serializing XML#anchor | visible text]], don't know if it's correct though. MediaWiki help is available at metawiki. asqueella
Looks like you ignored my point about responseXML, so I modified the article myself. asqueella

You should change this to GET/POST/PUT/DELETE/OPTIONS/TRACE/HEAD if using an HTTP(S) URL.

Can this be changed to something less cryptic to a beginner? asqueella

ok

this isn't even true for file:// urls, so I changed it to "GET" asqueella

"Serializing DOM trees to files" section doesn't make any sense at all when it's talking about xmlhttprequest. If you wanted to write about saving remote files' contents, it would better be on xmlhttprequest's page.