http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2529
*** shadow/2529 Fri Jul 13 05:43:48 2001
--- shadow/2529.tmp.8874Fri Jul 13 16:20:07 2001
***
*** 2,9
| URI resolving of imported namespaces is not correct|
+---
Hi David,
First, Xerces 1.4.1 does support UTF-16. If you have a UTF-16 document
that it isn't recognizing, I'd love to see it.
Second, the problem you're having with characters is probably caused by the
fact that Xerces may return multiple character callbacks for a single piece
of character co
Hi
I am using Apache's xerces parser 1.3.0
I have a xml file that looks like this:
Tag B
Tag C
Tag B again
Tag D
I am trying to extract all the elements B (and under) out of this file and
print them; but am getting lost doing so.
The output should look like this:
Tag B
Tag C
Tag B
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2451
*** shadow/2451 Thu Jul 5 01:03:30 2001
--- shadow/2451.tmp.6088Fri Jul 13 10:49:26 2001
***
*** 2,9
| ur-type "anyType" doesn't work |
+---
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=623
*** shadow/623 Thu Jul 12 13:30:39 2001
--- shadow/623.tmp.6079 Fri Jul 13 10:48:48 2001
***
*** 2,9
| Infinite Loop in org/apache/xerces/utils/URI.java V1.7.0 - the fix cause n |
+
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1095
*** shadow/1095 Sun May 20 17:23:53 2001
--- shadow/1095.tmp.5163Fri Jul 13 08:50:33 2001
***
*** 1,20
! Bug#: 1095
! Product: Xerces-J
! Version: 1.3.0
! Platform: All
! OS/Version: All
! Status: CLOSED
! Resoluti
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1594
*** shadow/1594 Sun May 20 17:26:35 2001
--- shadow/1594.tmp.5158Fri Jul 13 08:50:32 2001
***
*** 1,19
! Bug#: 1594
! Product: Xerces-J
! Version: 1.3.1
! Platform: PC
! OS/Version:
! Status: NEW
! Resolution:
!
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2529
*** shadow/2529 Tue Jul 10 06:20:11 2001
--- shadow/2529.tmp.2610Fri Jul 13 05:43:48 2001
***
*** 2,9
| URI resolving of imported namespaces is not correct|
+---
Hi,
I am currently wondering if the implementation of the importNode method
of the DocumentImpl is correct.
When a node is imported from let's say document B into document A,
the document B is queried if it is dom level 2. If so, the nodes
imported into document a are level 2 if not they are lev