You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by "Alberto Massari (JIRA)" <xe...@xml.apache.org> on 2006/05/18 10:56:07 UTC

[jira] Resolved: (XERCESC-1567) Schema error

     [ http://issues.apache.org/jira/browse/XERCESC-1567?page=all ]
     
Alberto Massari resolved XERCESC-1567:
--------------------------------------

    Resolution: Duplicate

Duplicate of XERCESC-1512

> Schema error
> ------------
>
>          Key: XERCESC-1567
>          URL: http://issues.apache.org/jira/browse/XERCESC-1567
>      Project: Xerces-C++
>         Type: Bug

>   Components: Validating Parser (Schema) (Xerces 1.5 or up only)
>     Versions: 2.7.0
>  Environment: gcc 3.3.3, linux suse 9.3
>     Reporter: Alex

>
> the following schema type causes an error while parsing a corresponding xml file. Other xml parsers/editors work just fine
> <xs:simpleType name="IP">
> 		<xs:restriction base="xs:string"> 
>            <xs:pattern value="(25[0-5]|2[0-4][0-9]|[0-1]{1}[0-9]{2}|[1-9]{1}[0-9]{1}|[1-9])\.(25[0­5]|2[0-4][0-9]|[0-1]{1}[0-9]{2}|[1-9]{1}[0-9]{1}|[1-9]|0)\.(25[0-5]|2[0-4][­09]|[0-1]{1}[0-9]{2}|[1-9]{1}[0-9]{1}|[1-9]|0)\.(25[0-5]|2[0-4][0-9]|[0-1]{1}[0-9]{2}|[1-9]{1}[0-9]{1}|[0-9])"/>
>     	</xs:restriction> 
> </xs:simpleType>

-- 
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: c-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org