Search found 1 match

by Juergen.Birkle
Thu May 19, 2005 12:24 pm
Forum: XML Schemas
Topic: Checks and Constraints with XML Schema?
Replies: 1
Views: 10199

Checks and Constraints with XML Schema?

Hi, I have the following 2 XML files: ----- <test> <type>car</type> <vehicle>BMW</vehicle> <vehicle>Audi</vehicle> <vehicle>Rover</vehicle> </test> ----- and: ----- <test> <type>motorbike</type> <vehicle>Honda</vehicle> <vehicle>Kawasaki</vehicle> </test> ----- Is it possible to check the value of '...