PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT
ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW
AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE
DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL
BE LOST SOMEWHERE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2785

*** shadow/2785 Wed Jul 25 08:09:04 2001
--- shadow/2785.tmp.3520        Wed Jul 25 08:37:16 2001
***************
*** 49,51 ****
--- 49,71 ----
  ------- Additional Comments From [EMAIL PROTECTED]  2001-07-25 08:09 -------
  Created an attachment (id=360)
  Example Files
+ 
+ 
+ ------- Additional Comments From [EMAIL PROTECTED]  2001-07-25 08:37 -------
+ Hi Thomas. Your example files are not complete. Some ".xsd" files are missing.
+ 
+ Anyway, I tried the following xml/xsd files, and got no error. Could you 
+ confirm that you are using Xerces 1.4.2? We did have problems with anyType in 
+ earlier versions, but most are supposed to be fixed in 1.4.2. Thx.
+ 
+ test.xml
+ <root xmlns="http://test"; 
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
+       xsi:schemaLocation="http://test test.xsd"/>
+ 
+ test.xsd
+ <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema";
+         targetNamespace="http://test";
+         xmlns:test="http://test";>
+   <xsd:element name="root" type="xsd:anyType"/>
+ </xsd:schema>

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

Reply via email to