The following issue has been updated:
Updater: Serge Knystautas (mailto:[EMAIL PROTECTED])
Date: Mon, 12 Apr 2004 2:22 PM
Changes:
Attachment changed from INVALID.xsd
---------------------------------------------------------------------
For a full history of the issue, see:
http://issues.apache.org/jira/browse/XERCERJ-360?page=history
---------------------------------------------------------------------
View the issue:
http://issues.apache.org/jira/browse/XERCERJ-360
Here is an overview of the issue:
---------------------------------------------------------------------
Key: XERCERJ-360
Summary: W3C XML Schema validation error when using a DTD in conjunction with
http://apache.org/xml/properties/schema/external-noNamespaceSchemaLocation property
Type: Bug
Status: Open
Project: Xerces2-J
Assignee: Xerces-J Developers Mailing List
Reporter: Eddie Robertsson
Created: Thu, 27 Jun 2002 4:08 AM
Updated: Mon, 12 Apr 2004 2:22 PM
Environment: Operating System: Windows NT/2K
Platform: PC
Description:
Hi,
I've discovered a bug in the W3C XML Schema validation when using a DTD in
conjunction with specifying the schema through the
http://apache.org/xml/properties/schema/external-noNamespaceSchemaLocation property.
Here are my test files:
<?xml version="1.0" encoding="UTF-8"?>
<!ELEMENT PhysicalAddress (Street, Suburb, State, PostCode)>
<!ATTLISThysicalAddress xmlns:xsi CDATA
#IMPLIED
xsi:noNamespaceSchemaLocation CDATA
#IMPLIED>
<!ELEMENT Street (Unit, Name)>
<!ELEMENT Name (#PCDATA)>
<!ATTLIST Name Type
CDATA "Street">
<!ELEMENT Unit (#PCDATA)>
<!ELEMENT Suburb (#PCDATA)>
<!ELEMENT State (#PCDATA)>
<!ELEMENT PostCode (#PCDATA)>
---------------------------------------------------------------------
JIRA INFORMATION:
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
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]