| Advertise Here |
DEVELOPER CHANNEL |
XSL Conditional IfWhere to put the IF conditionTake a new look at the XML document that you have seen in almost every chapter (or open it with IE5):
To put an conditional if test against the content of the file, simply add an xsl:if element to your XSL document like this: <xsl:if match=".[ARTIST='Bob Dylan']"> Now take a look at your slightly adjusted XSL stylesheet (or open it with IE5):
Transforming it on the ClientHere is the simple source code needed transform the XML file to HTML on the client (try it yourself):
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Jump to : Top Of Page or HOME |