>"DOM006 Hierarchy request error"

That means you're trying to insert a node someplace that the DOM spec says
it doesn't belong -- eg, trying to insert a second root element, or trying
to make an element the child of a text node. Check and fix your application
code.

>Xalan-FAQ where I found a sentence saying not to use
>"DOMImplementation.createDocument()"

Uhm... Could you tell me where that statement appears? Either you misread
it and missed some contextual information, or it's misphrased...

Reply via email to