Argh.. The XML file in my last message contains a little error. See the file below for the correct sample.
An additional note. With Xerces 2.5.0 I get the following error message: Key 'test_keyref' with value 'ID Value: 1,ID Value: 4' not found for identity constraint of element 'test' 2.6.0 works like 2.6.2, so the difference is introduced between 2.5.0 and 2.6.0 Sample XML File <?xml version="1.0" encoding="windows-1252"?> <test xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:test.xsd" > <value a="1" b="3"/> <value a="2" b="4"/> <ref x="1" y="3"/> <ref x="2" y="4"/> <ref x="1" y="4"/> </test> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]