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 "Gareth Reakes (JIRA)" <xe...@xml.apache.org> on 2006/02/21 14:41:27 UTC

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

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

Gareth Reakes commented on XERCESC-1567:
----------------------------------------

Hi. A few fixes have gone into the regex stuff since 2.7. Could you try with the head of the source tree?

> 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