Hi,
USING:
XLST 2.0 with XPATH 2
OS: Windows XP
Saxon 9.1.0.6N from Saxonica
Validation with XSLT 2.0 what is the better approach.
I've got 2 XML files and one XSLT file.
File 1 is the source files that need to verify if a value exist in the
second xml files.
But the 2 xml file as over 6 000 element, should I even tried to do this
with xslt.
Ex:
File 1:
<root>
<meta name="dc.subject" scheme="gccore" content="Corporate
Services" />
</root>
File 2:
<root>
<references>Corporate Services</references>
<references>Corporate Services</references>
<references>Corporate Services</references>
<references>Corporate Services</references>
<references>Corporate Services</references>
</root>
|