[
Lists Home |
Date Index |
Thread Index
]
Your Member elements are xs:strings, which means there values include
whitespace. So e.g. the Key value "FIN" doesn't match the Keyref "
FIN
"
Change the types to xs:token and you're get what you want, I believe
-- at least XSV then is giving errors which are real -- your key
declarations point to the 'id' attributes, but the values you want are
in Name attributes or elements.
ht
--
Henry S. Thompson, HCRC Language Technology Group, University of Edinburgh
Half-time member of W3C Team
2 Buccleuch Place, Edinburgh EH8 9LW, SCOTLAND -- (44) 131 650-4440
Fax: (44) 131 650-4587, e-mail: ht@inf.ed.ac.uk
URL: http://www.ltg.ed.ac.uk/~ht/
[mail really from me _always_ has this .sig -- mail without it is forged spam]
|