Hi,
I'm new to this XML stuff and I need to use a stylesheet to create a hyperlink from an xml file
i.e
my file contains an <item_id> tag and I need to transform this into
<a href="../content2/getItem.jsp?BI_ID=nnnn">Further Details</a>
where nnnn is the <item_id>.
I'm sure this should be straight forward but I can't find anything that works.
Thanks
Steve
I'm new to this XML stuff and I need to use a stylesheet to create a hyperlink from an xml file
i.e
my file contains an <item_id> tag and I need to transform this into
<a href="../content2/getItem.jsp?BI_ID=nnnn">Further Details</a>
where nnnn is the <item_id>.
I'm sure this should be straight forward but I can't find anything that works.
Thanks
Steve