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:
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
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
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
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
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
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