G
Gunne
I need to divide my XML data into 4 columns. The LinkCategory name
need to be shown as header and then the LinkName(s) that belong to the
LinkCategory underneath.
Please help me with an XSLT example!
The output should look something like this:
1-4-7-10
2-5-8-11
3-6-9-12
MY XML
-----------------
<Root GuideName="mugo" >
<LinkCategory Name="miver1" >
<Link LinkName="test1" LinkUrl="">
<Icon></Icon>
</Link>
<Link LinkName="test2" LinkUrl="">
<Icon></Icon>
</Link>
</LinkCategory>
<LinkCategory Name="miver2" >
<Link LinkName="test1" LinkUrl="">
<Icon></Icon>
</Link>
</LinkCategory>
</Root>
need to be shown as header and then the LinkName(s) that belong to the
LinkCategory underneath.
Please help me with an XSLT example!
The output should look something like this:
1-4-7-10
2-5-8-11
3-6-9-12
MY XML
-----------------
<Root GuideName="mugo" >
<LinkCategory Name="miver1" >
<Link LinkName="test1" LinkUrl="">
<Icon></Icon>
</Link>
<Link LinkName="test2" LinkUrl="">
<Icon></Icon>
</Link>
</LinkCategory>
<LinkCategory Name="miver2" >
<Link LinkName="test1" LinkUrl="">
<Icon></Icon>
</Link>
</LinkCategory>
</Root>