How to setPublicId for DocType using DOM API?

2002-01-09 Thread Lihong Pei
Does anyone knows how to set public id for DocType when writing an xml file using DOM API? I checked with the API documentation and the disscussion group with no luck. Could you please help me if you know about it? Thanks a lot in advance! Lihong ---

DO NOT REPLY [Bug 5767] New: - xerces-C crashes on a multiprocessor machine running Solaris 5.7

2002-01-09 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: NodeIterator problems

2002-01-09 Thread joseph_kesselman
Attributes are not children. A standard NodeIterator will not walk into them from their elements, though if initialized with an Attr as its root it will walk the attr's subtree. Sorry, but you really do have to do a bit more coding work to deal with the attributes explicitly. See the DOM Level

DO NOT REPLY [Bug 5749] - getChildNodes not giving the correct info

2002-01-09 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: NodeIterator problems

2002-01-09 Thread Richard Jinks
Ah. Forgive me replying to my own post - Just read further into the DOM 2 Traversal spec, (From section 1.2 Formal Interface Definition) SHOW_ATTRIBUTE Show Attr nodes. This is meaningful only when creating an iterator or tree-walker with an attribute node as its root; in this case, it means that

NodeIterator problems

2002-01-09 Thread Richard Jinks
Hi Please can someone tell me whats wrong with the code sample below? I'm trying to use a NodeIterator to go through all nodes in my DOM tree, but the code is ignoring Attribute nodes. I can't find anything in the API or the DOM spec to indicate that NodeIterators ignore attribute nodes, and I'm n

Xerces C port to HP-UX 10.20

2002-01-09 Thread Jorge Pozo Ramirez
Greetings. Anyone knows where may I found a running port of the Xerces-C library for the HP-UX 10.20 operating system?. I need it running both on HP-UX 11 and HP-UX 10.20, but Xerces download page only offers a port for HP-UX 11. Is this library compatible also with the 10.20 version