Talk:Parsing and serializing XML

From MozillaZine Knowledge Base
Revision as of 20:43, 14 March 2005 by Asqueella (talk | contribs)
Jump to navigationJump to search
  • 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.