logo       
Search

Related Msgs: audio.musicbrai...    enbd.general/20...    ietf.idr/2002-0...    java.ant-contri...    gnu.make.genera...    qplus.devel/200...    video.freevo.cv...    os.netbsd.ports...    yellowdog.gener...    xfree86.cvs/200...    search.nutch.us...    freedesktop.xse...    programming.swi...    capabilities.ge...    telephony.pbx.a...    mail.sylpheed.c...    db.firebase.por...    boot-loaders.u-...    recreation.radi...    netbsd.bugs/200...    web.zope.plone....    user-groups.lin...   

Bug parsing xhtml-strict schema: msg#00079

Subject: Bug parsing xhtml-strict schema
Xerces 2.6.0 reports an error in:

http://www.w3.org/2002/08/xhtml/xhtml1-strict.xsd

against this regex pattern (among others):

    <xs:restriction base="xs:string">
      <xs:pattern value="[-+]?(\d+|\d+(\.\d+)?%)"/>
    </xs:restriction>

Xerces is complaining about the - that begins [-+]. Yet XML Schema Part 2 http://www.w3.org/TR/xmlschema-2/#nt-charRange specifically allows a - to begin a positive character group.

I'm surprised Xerces gets this wrong on such a public example. Is there a version where this is fixed?

If not, can someone point to where the code that checks this is so I can temporarily fix it myself? Thanks.

Bob



Try Searching:
servers, voip, java, networking, microsoft ...
<Prev in Thread] Current Thread [Next in Thread>