[ 
http://issues.apache.org/jira/browse/XERCESC-1324?page=comments#action_12313751 
] 

Tom Browder commented on XERCESC-1324:
--------------------------------------

Using the nightly src of 15 Jun 2005, the failure still occurs.  The following 
six programs all validate this pair successfully:  James Clark's jing (using 
the rnc source), xsv, Microsoft's Visual Studio C++ Beta 2, Topologi's XML 
Judge, Sun's MSV, and libxml2's xmllint (cvs head as of 9 Jun 2005).

> Xercex C++ 2.6.0. sample program PSVIWriter fails to validate a valid W3C XML 
> schema and instance.
> --------------------------------------------------------------------------------------------------
>
>          Key: XERCESC-1324
>          URL: http://issues.apache.org/jira/browse/XERCESC-1324
>      Project: Xerces-C++
>         Type: Bug
>   Components: Validating Parser (Schema) (Xerces 1.5 or up only)
>     Versions: 2.6.0
>  Environment: Linux Fedora Core 2 (i386 pentium III), Xerces C++
>     Reporter: Tom Browder
>  Attachments: tgmtest.xml, tgmtest.xsd
>
> The file 'tgmtest.xml' fails to validate against 'tgmtest.xsd' the sample
> program from xerces c++ (2.6.0):
> % PSVIWriter -f -o=stdout -e=stderr tgmtest.xml
> % head -2 stderr
> Error at file /disk2/local2/src/xerces-c-src_2_6_0/bin/tgmtest.xsd, \
>   Line 94, Char 43
> Message:The type 'xs:anyType' specified as the base in the simpleContent\
>   element must not have complexContent
> But running the same set against xmllint (from version 20608) works:
> % xmllint --schema tgmtest.xsd tgmtest.xml > t
> tgmtest.xml validates
> A similar bug was found in the jira bug database: XERCESC-697.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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

Reply via email to