Don't look for it, the XML declaration isn't exposed through the DOM. The rationale for this was that while it was pertinent information in a serialized XML Document it wasn't for a parsed document stored in memory. This is part of the DOM Level 3 requirements though (to be published very soon - this week). In the meantime you can still get this information at the parser level. -- Arnaud Le Hors - IBM Cupertino, XML Technology Group
- DOM and XML Declaration Brett McLaughlin
- Re: DOM and XML Declaration Peet Sneekes
- Re: DOM and XML Declaration Brett McLaughlin
- Arnaud Le Hors