>I need to parse an XML doc that is not a stream (file, buffer, etc.). >Technically, it is not yet an XML doc at all, but a wrapper class >representing an XML hierarchy.
Either convert it to an XML-syntax stream or buffer and parse that, or directly implement your own set of wrapper classes that honor the DOM APIs. > I don't think I am supposed to build a DOM > tree, as no parse(...) method takes a DOM_Node as input. Because if you already have a DOM, you don't need to parse. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
