DO NOT REPLY [Bug 16747] New: - Parser loses ValidationScheme setting between parse attempts

2003-02-03 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: How to add namspace mapping to DOM node?

2003-02-03 Thread jiang lei
Hi Gareth, Thanks for your help. BTW, it looks like the first parameter of DOMDocument::createAttributeNS() have to be "http://www.w3.org/2000/xmlns/";, otherwise an exception will thrown : ** const XMLCh* DOMNodeImpl::mapPrefix

DO NOT REPLY [Bug 16652] - data from CDATA section is not passed for validation

2003-02-03 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

Xerces Parser Validation

2003-02-03 Thread Williams, Rodger
Which features should be set to which values to ensure that the xml document being parsed(as dom document) is a valid xml document according to xml standards. I don't set an error handler. Is it neccesary to set an error handler in order to trap invalid xml documents? I parse a file to construct

Re: How to add namspace mapping to DOM node?

2003-02-03 Thread Gareth Reakes
Hi, Namespace binding occurs at parse time so even if you do this it will not have any effect on eles/attrs prefixed with "D" in the scope of the ns attr. The DOMWriter is speced to "namespace normalize" a document. This means that it sorts all this stuff out and puts the appropriate pr