[
Lists Home |
Date Index |
Thread Index
]
Hi,
say i had two xml files:
definitions.xml
...
<param name=p1 ... />
<param name=p2 ... />
...
(where name is of type ID)
displayGroups.xml
<group name=group1>
<reference name=ref1>p1</reference>
<reference name=ref1>p2</reference>
</group>
and i then have an XML Schema which checks (with keyref or Schematron rules)
that p1 and p2 in displayGroups.xml match up to param elements (name attr)
in definitions.xml
what is the best way of doing the schema validation over these two files?
(note: at the end of the validation i still want to have the two files
seperate, just need to link them somehow to do the validation)
thanks in advance
Paul Popiel
Software Engineer
Advanced Engine Components Limited
14 Energy St, Malaga WA 6090
Fax: +61 8 9209 6999
Mob: 0412 657 051
mailto:paulp@advancedengine.com
http://www.advancedengine.com
**********************************************************************
This email is confidential. If you are not the intended recipient,
you must not copy, distribute, disclose or otherwise use the
information contained in it. If you have received this email in
error, please tell us immediately by return email or by contacting
us on (+61 8) 9209 6900 and delete the document. Email may
be susceptible to data corruption, interception and unauthorised
amendment. Advanced Engine Components Ltd is not
responsible for any changes made to a document other than
those made by Advanced Engine Components Ltd, or for the
effect of the changes on the document's meaning.
You must scan this email and any attachments for viruses.
Advanced Engine Components Ltd accepts no liability for any
loss, damage or consequence, whether caused by our own
negligence or not, resulting directly or indirectly from your
receipt of this email or the use of any attachments.
**********************************************************************
|