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=8267>.
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=8267

parsers (sax or dom) fail to validate schema correctly

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |



------- Additional Comments From [EMAIL PROTECTED]  2002-04-25 17:02 -------
Okay, I agree on _t1.xml, you are correct.

However, I am unable to reproduce the results that you obtained with _t2.xml.

My classpath is:
CLASSPATH="c:/JavaLib/xerces-2_0_1/xercesImpl.jar;c:/JavaLib/xerces-
2_0_1/xercesSamples.jar

The document validates with no complaint.
Further more the output looks like (between the dashed lines):
--------------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<SET xsi:schemaLocation="Veridicom.abc1 abc.xsd.xml"></SET>
--------------------------------------

You notice that the output is omitting attributes in node SET from the input.
Do you know why?

I ran this same test using CLASSPATH="c:/JavaLib/xerces-1_4_3/xerces.jar"
-----------------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<SET xmlns="Veridicom.abc1" xmlns:abc="Veridicom.abc1" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="Veridicom.abc1 abc.xsd.xml"></SET>
------------------------------------------

Can you point me to the URL for the Xerces jar that you used?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to