XSLT Problem-again
XML / XSL
2
Posts
2
Posters
0
Views
1
Watching
-
I have the following in my XML file : EXTRA BUSINEXX PLC GB;RTR I have the follwing XSLT, to print only the contents of FIELD where NAME="ric" But it doesn't work... obvoisuly in the if command! Mark
-
I have the following in my XML file : EXTRA BUSINEXX PLC GB;RTR I have the follwing XSLT, to print only the contents of FIELD where NAME="ric" But it doesn't work... obvoisuly in the if command! Mark
put the condition in your for: <xsl:for-each select="FIELD[@NAME = 'ric']">
"When the only tool you have is a hammer, a sore thumb you will have."