walking a dom tree to generate sax events

2004-06-29 Thread Leo Lopes
Is there a class in xerces to walk a dom tree and generate sax events? Thanks, Leo. -- Leonardo B. Lopes[EMAIL PROTECTED] Assistant Professor(520)626-

DOMWriter swallowed namespaces

2003-01-06 Thread Leo Lopes
Thanks for the help involving DOMDouble. I have another question. I tried to serialize a document using DOMWriter. The document has its own namespace, and some elements have a different namespace. I created those elements using DomDocument->createElementNS(,). But when I print, all the namespac

Re: XMLDouble

2003-01-06 Thread Leo Lopes
5 Jan 2003, Leo Lopes wrote: Dear Friends, Straight to the point: What is exactly the purpose of the XMLDouble class? Since in DOM everything needs to be explicitly converted to XMLCh* I don't see what this is supposed to do. What am I missing?

XMLDouble

2003-01-05 Thread Leo Lopes
Dear Friends, Straight to the point: What is exactly the purpose of the XMLDouble class? Since in DOM everything needs to be explicitly converted to XMLCh* I don't see what this is supposed to do. What am I missing? Thx, Leo. -- =