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

How to get a line number from a DOMNode?

2003-01-06 Thread Elizabeth Walkup
Is there a way I can retrieve the file and line number corresponding to a given DOMNode? It appears that line numbers are only available from DOMLocators, which are only created when an error is detected during parsing. Thanks, Elizabeth ---

DO NOT REPLY [Bug 2393] - 3 missing virtual functions in Iconv390Transcoder

2003-01-06 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug

DO NOT REPLY [Bug 1941] - Xerces C 1.1.0 Built OK on OS/390, 1.4.0 will not.

2003-01-06 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug

DO NOT REPLY [Bug 2393] - 3 missing virtual functions in Iconv390Transcoder

2003-01-06 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug

DO NOT REPLY [Bug 3894] - File Iconv390TransService.hpp and .cpp not updated for two way transcoding support.

2003-01-06 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug

DO NOT REPLY [Bug 2393] - 3 missing virtual functions in Iconv390Transcoder

2003-01-06 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug

DO NOT REPLY [Bug 4229] - Iconv390TransService::isSpace does not work (OS/390)

2003-01-06 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug

RE: What is the best way to write a XML DOM tree to a file with all i ndentation?

2003-01-06 Thread Jesse Pelton
The archives moved some time ago to http://marc.theaimsgroup.com/?l=xerces-c-dev. Try searching them; there's been quite a bit of discussion about this over time. Does anyone have an idea why people are still ending up at archive.covalent.net? Is there some reference in the documentation or on the

What is the best way to write a XML DOM tree to a file with all indentation?

2003-01-06 Thread Shtilkind, Igor
Hi all, What is the best way to write a XML DOM tree to a file with all indentation? I use bool formatPrettyPrint = true; if (theSerializer->canSetFeature(XMLUni::fgDOMWRTFormatPrettyPrint, formatPrettyPrint)) theSerializer->setFeature(XMLUni::fgDOMWRTFormatPrettyPrint, formatPrettyPri

Re: XMLDouble

2003-01-06 Thread Gareth Reakes
Hi, /xml-xerces/c/src/xercesc/validators/datatype/DoubleDatatypeValidator.hpp Gareth On Mon, 6 Jan 2003, Leo Lopes wrote: > Thanks. Is DoubleDatatypeValidator a class? The closest I found was > XMLValidator which doesn't contain such a method. Is > DoubleDatatypeValidator part of xerce

DO NOT REPLY [Bug 15817] New: - DJGPP G++ compiler doesn't work

2003-01-06 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: XMLDouble

2003-01-06 Thread Leo Lopes
Thanks. Is DoubleDatatypeValidator a class? The closest I found was XMLValidator which doesn't contain such a method. Is DoubleDatatypeValidator part of xerces? Thanks, Leo. Gareth Reakes wrote: Hi, It is used for schema validation. Check out DoubleDatatypeValidator. Gareth On Sun, 5 Jan 2

Re: XMLDouble

2003-01-06 Thread Gareth Reakes
Hi, It is used for schema validation. Check out DoubleDatatypeValidator. Gareth On Sun, 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 > X