Hi All,
I am having xml in following format
Now my requirement is to fetch the Panel node with id="2" by using xslt for further processing for component.
Can anybody let me know how to fetch the node using XSLT?
Regards
Amol Lokhande
I am having xml in following format
Code:
<Form>
<Panel id="1" name="t1">
<Field1/>
<Field2/>
</Panel>
<Panel id="2" name="t2">
<Field1/>
<Field2/>
</Panel>
</Form>
Can anybody let me know how to fetch the node using XSLT?
Regards
Amol Lokhande
Comment