Connecting Tech Pros Worldwide Forums | Help | Site Map

Target XML attribute with XSLT

Newbie
 
Join Date: Nov 2008
Posts: 11
#1: Nov 30 '08
Hello,
I have an xml file which looks like this:

<PRODUCTS>
<PRODUCT>
<IMAGE href="file://./0001.tif"></IMAGE>
</PRODUCT>
<PRODUCT>
<PRODUCTS>

Is there a way to target the href attribute of the PRODUCT element with XSLT?

Thanks

Dormilich's Avatar
Moderator
 
Join Date: Aug 2008
Location: Leipzig, Germany
Posts: 3,660
#2: Nov 30 '08

re: Target XML attribute with XSLT


what do you mean by "target", the value of the href attribute? that could be "//IMAGE/@href".
Reply