[ 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[05]|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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
