Hello,
I want to ask how can I extract an attribute in xml result using xsl.
i.e.
result:
Your help will be valuable...
Thank you in advance
Submitted under: XML · XSLT · · ·
Can you show the XML document on which you apply this XSL ?
Is like this:
<?xml version="1.0"?> <xml catalog="DD" date="13/08/2012" time="14:48:40" version="1.1"> <catalog> <num id="Number" prec="4"/> <str id="cc" len="4"/> <num id="vv" prec="4"/> <num id="bb" prec="4"/> </catalog> <row> <num id="Number">1</num> <str id="cc">aaaa</str> <> </row> </xml>
thanks
Finally I found a solution on this but still I have one minor issue,,
I used the following attribute:
true
And get the sollowing result:
commented on Aug 14 2012 6:31AM