- From: Jeff Rafter <lists@jeffrafter.com>
- Date: Wed, 27 Jul 2005 19:37:28 -0700
- To: Jack Lindsey <tuquenukem@hotmail.com>
- CC: mike@saxonica.com, nwh@aber.ac.uk, xmlschema-dev@w3.org
> But this is not:
>
> <xs:key name="KeyClientById">
> <xs:selector xpath="my:Clients/my:Client"/>
> <xs:field xpath="my:@clientId"/>
> </xs:key>
Haven't tested it, but shouldn't that be:
<xs:field xpath="@my:clientId"/>
BTW, which validator were you using to test this? I would like to try it
when I run my tests (when I get a chance).
Cheers,
Jeff Rafter
Received on Monday, 28 February 2005 03:37:56 UTC