RE: Parsing a non-stream input

2002-01-03 Thread Matthew James Hanson
I am definitely needing to write wrapper classes. What does honor the DOM API's mean? I kind of think this implies I don't necessarily just need to brute force a string out of the wrapper tree, but I'm exactly sure yet... Thanks for all the help! Matt Hanson! -Original Message- From:

RE: Parsing a non-stream input

2002-01-03 Thread Matthew James Hanson
structure of your data, someone can help you out. Dave Matthew James Hanson To: [EMAIL PROTECTED] Subject: Parsing a non-stream input 01/03/2002 01:11

Parsing a non-stream input

2002-01-03 Thread Matthew James Hanson
Hi! 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. I don't think I am supposed to build a DOM tree, as no parse(...) method takes a DOM_Node as input. Please help me to determ