You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xerces.apache.org by "Brian K. Buckley" <bb...@surfglobal.net> on 2001/05/30 14:48:42 UTC

xml schema bug or xerces bug?

Hello all,

When I attempt to validate a document using xerces-j 1.4.0, I'm getting the
error:
Schema error: token not supported: "EXPRTOKEN_OPEN_BRACKET".

The error happens in the piece of XMLSchema shown below, on the 2nd line.

Is the xml schema invalid or is this a bug in xerces?

Thanks,

- Brian
------------------------------
<xsd:unique name="tablename">
      <xsd:selector xpath="table[@type='a']"/>
       <xsd:field xpath="name"/>
</xsd:unique>
------------------------------


---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-user-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-user-help@xml.apache.org