|
Subject: [xsl] Conditional branching on string attribute in IE5? From: drsystems@xxxxxxxx Date: Mon, 30 Dec 2002 08:13:59 +0500 (IST) |
Hi,
This is for IE5. For an XML file like:
<xml>
<info path="abc.txt">
<info path="abc.jpg">
</xml>
I want to check the value of xml/info/path,
and if it contains a .jpg or .gif extension,
generate an img node, else generate an
href node.
I tried the following:
..
<xsl:for-each select="xml/info">
<xsl-if test="contains(@path,'.jpg')">
<xsl-element name="a">
..
and got an error, "Unknown method contains(@".
What is the right way to do this for IE5?
Upgrade to IE6 is not an option :-(
This is urgent, and I am stuck at this.
Please help out a new XSL enthusiast! :)
Thanks,
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] processing certain xml ,x, Joerg Heinicke | Thread | RE: [xsl] Conditional branching on , Steve Gold |
| Re: [xsl] using the mozilla xsl ren, Mitch Amiano | Date | RE: [xsl] Conditional branching on , Steve Gold |
| Month |