Re: text to XML object (E4X)
Martin Honnen <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xml |
|---|---|
| Organization | Liberty Development |
| Message-ID | <[email protected]> |
hluz wrote: > Just one > question: Shouldn't the xml declaration be considered a Processing > Instruction and as such be ingnored when property > XML.ignoreProcessingInstructions = true? No, the XML markup is parsed as normal, only when the XML object is built after successfully parsing the markup then processing instructions are not included with the above setting. -- Martin Honnen http://JavaScript.FAQTs.com/