Re: Getting at PSVI

2003-12-10 Thread Han Ming Ong
On Dec 10, 2003, at 6:54 AM, Neil Graham wrote: Hi Han, Unlike in Java, Xerces-C's parsers already have a method to preload a grammar (loadGrammar()). Largely for this reason, we didn't think it was necessary to come up with a new interface a la Xerces-J's XMLGrammarLoader. I noticed that as

DO NOT REPLY [Bug 25412] - Build environment macros fail to expand, properly

2003-12-10 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

DO NOT REPLY [Bug 25412] - Build environment macros fail to expand, properly

2003-12-10 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

DO NOT REPLY [Bug 25412] - Build environment macros fail to expand, properly

2003-12-10 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

DO NOT REPLY [Bug 25412] - Build environment macros fail to expand, properly

2003-12-10 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

DO NOT REPLY [Bug 25412] - Build environment macros fail to expand, properly

2003-12-10 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

DO NOT REPLY [Bug 25412] - Build environment macros fail to expand, properly

2003-12-10 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

DO NOT REPLY [Bug 25412] - Build environment macros fail to expand, properly

2003-12-10 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

DO NOT REPLY [Bug 25412] New: - Build environment macros fail to expand, properly

2003-12-10 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

DO NOT REPLY [Bug 20788] - Minor misconfigurations in xerces-c.spec

2003-12-10 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: Getting at PSVI

2003-12-10 Thread Neil Graham
Hi Han, Unlike in Java, Xerces-C's parsers already have a method to preload a grammar (loadGrammar()). Largely for this reason, we didn't think it was necessary to come up with a new interface a la Xerces-J's XMLGrammarLoader. So what you probably want to do is call loadGrammar() on your fa

AW: DOMNodeIterator - Position after deleting a node

2003-12-10 Thread Joerg Toellner
Dear Denny, Thx. a lot for your reply. Never thought to look at W3C (shame on me!). That clears things up a little bit. Thankfully Joerg > -Ursprüngliche Nachricht- > Von: Denny Vrandecic [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 10. Dezember 2003 13:03 > An: [EMAIL PROTECTED]; [E

DO NOT REPLY [Bug 25397] New: - XML Parser returned empty string for a node having japanese character on WIN2003 japanese

2003-12-10 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: DOMNodeIterator - Position after deleting a node

2003-12-10 Thread Denny Vrandecic
The DOM standard describes the behaviour of NodeIterator after deletion in DOM Level 2 Traversal and Range refer http://www.w3.org/TR/2000/REC-DOM-Level-2-Traversal-Range-20001113/traversal.html#Iterator-overview I quote the appropriate paragraphs: "If the reference node is removed from the list b

DOMNodeIterator - Position after deleting a node

2003-12-10 Thread Joerg Toellner
Dear Group and Xerces-Gods, maybe a simple question for you but a big problem for me. Haven't found a hint within doc, faq and group (or maybe i'm to dumb to understand it). The situation: -- I have to "cleanup" a DOMTree after processing it. I load a "template" XML File, parse it, ch