Determine elements according to attributes
XML / XSL
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all, Assume we have 2 XML documents with the following contents: 1st 4 2nd 2 Is there a way, to validate this 2 documents against a single XSD file, or I have to use seperate schemas? What I'm trying to accomplish is to determine each vehicle's elements according to vehicle's "type" attribute. Thanks in advance,