aaronwmail-usenet@yahoo.com wrote:
[color=blue]
> Why is it that my 4 recent large books on javascript don't
> have this kind of information?[/color]
Either bad books, or books describing only the language.
DOM parsers are not part of that, but part of the AOM/DOM.
[color=blue]
> Where is an authoritative reference (online or otherwise)
> where I can find this kind of info?[/color]
Which kind of info? <URL:http://jibbering.com/faq/faq_notes/pots1.html>.
[color=blue][color=green]
>> Usually you need a host object for that, Mozilla exposes DOMParser e.g.
>> [...][/color][/color]
<URL:http://xulplanet.com/references/objref/>
[color=blue][color=green]
>> Opera 8 also supports DOMParser and has some minimal support for W3C DOM
>> Level 3 Load and Save too.[/color][/color]
<URL:http://www.opera.com/docs/specs/>
<URL:http://www.w3.org/TR/DOM-Level-3-LS/>
[color=blue][color=green]
>> I think Safari 2 or at least the latest 2.something release also
>> supports DOMParser.[/color][/color]
<URL:http://www.apple.com/macosx/features/safari/>
<URL:http://developer.kde.org/documentation/library/>
[color=blue]
> With IE/Win for XML you need to use MSXML anyway and there DOMDocument
> exposes a method named loadXML to parse a string and create an XML DOM
> document.[/color]
<URL:http://msdn.microsoft.com/XML/BuildingXML/default.aspx>
Google is your friend. [psf 6.1]
PointedEars