"Principato Gregory-GPRINCI1" <[EMAIL PROTECTED]> writes: > Greetings, > > I recently started using the XML::Xerces. There seems to be a > descrpency between the parse_child_nodes routine and the > documentation for it.
Yup, that seems wrong to me. It's probably because I changed it when updating the code, and didn't really know what I was changing. the DOMParse class dates back from Tom Watson's Xerces 1.1 port. With Xerces-2.0 (due to be released soon), there is an official W3C standard for this, the DOMWriter class, and the whole DOMParse class will go away. So for now I would simply use the simplistic serialize() method, and wait for DOMWriter. Cheers, jas. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
