XSL Transformation Query
-
Please Help me in solving this problem... I have two xml files First File <root> <elm id="1"> <elm id="2"> <elm id="3"> </root> Second File <root> <EL id="1"> <EL id="2"> </root> now i want filter the first file elements based on Second file attribute, means i want to compare second file attribute and first file attribute in XSLT :((:((:((
-
Please Help me in solving this problem... I have two xml files First File <root> <elm id="1"> <elm id="2"> <elm id="3"> </root> Second File <root> <EL id="1"> <EL id="2"> </root> now i want filter the first file elements based on Second file attribute, means i want to compare second file attribute and first file attribute in XSLT :((:((:((
In order to get the second document into the XSLT process, you can pass the second document via a parameter from a source such as C# or VB.NET or you can load the second document via the XSLT "document" function. The you will have to write XSLT code to address your problem. -- modified at 15:28 Thursday 16th August, 2007
"We make a living by what we get, we make a life by what we give." --Winston Churchill