DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6041>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6041 Problems with newline normalization still persist ------- Additional Comments From [EMAIL PROTECTED] 2002-01-26 15:36 ------- Well, I just downloaded xml-xerces_20020126112702.tar.gz from http://cvs.apache.org/snapshots/xml-xerces/, ran "ant jars", built your sample, hand verified that each line of your sample input does end in \r\n with "od -xc", and it prints: setDocumentLocator(locator=org.apache.xerces.parsers.AbstractSAXParser$LocatorPr oxy@10b053) startDocument() startElement(uri="",localName="doc",qname="doc",attributes={}) characters(text="\n ") startElement(uri="",localName="cdataHere",qname="cdataHere",attributes={}) characters(text="CDATA? or not?") endElement(uri="",localName="cdataHere",qname="cdataHere") characters(text="\n ") startElement(uri="",localName="selector",qname="selector",attributes={}) characters(text="\n ") startElement(uri="",localName="item",qname="item",attributes={{uri="",localName= "number",qname="number",type="CDATA",value="1"}}) characters(text="one") endElement(uri="",localName="item",qname="item") characters(text="\n ") startElement(uri="",localName="item",qname="item",attributes={{uri="",localName= "value",qname="value",type="CDATA",value="two"}}) characters(text="2") endElement(uri="",localName="item",qname="item") characters(text="\n ") endElement(uri="",localName="selector",qname="selector") characters(text="\n") endElement(uri="",localName="doc",qname="doc") endDocument() I am not sure what else there is to do... Is there any chance at all that you are not getting the copy of Xerces that you think that you are? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
