RE: [ANNOUNCEMENT]: Xerces-J 1.4.4 released

2001-11-19 Thread neilg
Hi Ivan, Which site did you go to? If you go to http://xml.apache.org/dist/xerces-j/ you'll find all the files there. Cheers, Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-3519, T/L 969-3519 E-mail: [EMAIL PROTECTED] Uthus Ivan <[EMAIL PROTECTED]> on 11/19/2001 10:

RE: XMLSerializer

2001-11-19 Thread Voytenko, Dimitry
Hi Mario, I'm afraid I didn't quite understand you. String or DOM interface are represenations of XML. They are used for different purposes. You don't need DOM to generate output as String, you need to traverse through XML nodes. But if you already have it you can obtain its text representation fo

RE: [ANNOUNCEMENT]: Xerces-J 1.4.4 released

2001-11-19 Thread Uthus Ivan
Where is 1.4.4 available ? The download area of xml.apache.org is not updated... Ivan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 15. november 2001 22:40 To: xerces-j-dev@xml.apache.org; [EMAIL PROTECTED]; general@xml.apache.org; announcements@xml.apache.or

XMLSerializer

2001-11-19 Thread Mario Rodriguez Villanea
i've been wondering why must to use the XMLSerializer.serialize when i use DOM to generate the output as String please..help -Original Message- From: Voytenko, Dimitry [mailto:[EMAIL PROTECTED] Sent: Friday, November 16, 2001 4:14 PM To: '[EMAIL PROTECTED]' Subject: RE: Using GZipOutputS

Error parsing a valid XML Schema

2001-11-19 Thread Minh Kama Yie
Hi all, I'm trying to parse a XML Schema document that is validated succesfully at the url: http://www.w3.org/2001/03/webdata/xsv I'm using xerces 1.4.3 and running sun's jdk 1.3.1 on a linux box. I'm currently doing a fairly simple parsing process, just: DocumentBuilderFactory bui

Re: Pattern Error or Xerces-J Bug?

2001-11-19 Thread Akikatsu Nakagita
Hello, I am an English beginner. This bug's Attach. diff -c "c:/nakagita/download/java/Xerces/xerces-1_4_3/src/org/apache/xerces/utils/regex/RegexParser.java" "c:/java/xerces/1_4_3/src/org/apache/xerces/utils/regex/RegexParser.java" *** c:/nakagita/download/java/Xerces/xerces-1_4_3/src/org/apache

RE: whitespaceIgnoring (on/off)

2001-11-19 Thread Craig Collings
Hey! very good. But remember... Once you have a DOM from the parser, the nodevalue of the element is NOT 'Hey!' or '\n Hey \n'. In fact the direct nodevalue of any Element is null. (I assume we are using org.apache.dom) The text that we would think is the nodevalue of an element is held as the node