[xsl] How to use two xmls for comparing and extracting values

Subject: [xsl] How to use two xmls for comparing and extracting values
From: Dipesh Khakhkhar <dkhakhkh@xxxxxxxxxxxxxxx>
Date: Wed, 10 Sep 2003 20:38:22 -0400
Hi,

I am having an xml input. I produced an intermediate xml output. Now i am 
using it to produce final output.

I have used the second xml file as
<xsl:variable name="Schema" select="document('colHeader.xml')"/>

in my xsl to get the final output.

If I have a node like this in my original xml.

<Root att1="val1" att2="val2">

and the intermediate xml has node like this
<Table name="Root">
<Column name="att1"/>
<Column name="att2"/>
</Table>

I want to output values like
att1`att2.


I hope i made my question clear.
Eagerly waiting for reply.

Regards,
Dipesh


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread