|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: xsl:if
Hi.
Off the top of my head try <xsl:value-of select=".[@height]" />
I have found that is some cases with IE5b2 you have to explicitly state the
current context.
And yes I am currently moving an intranet application over from ASP to
XML/XSL and I am stunned. So, so, *so* much faster it's untrue :)
Cheers
Guy
xsl-list@xxxxxxxxxxxxxxxx on 01/20/99 04:53:39 PM
To: xsl-list@xxxxxxxxxxxxxxxx
cc: (bcc: Guy Murphy/UK/MAID)
Subject: xsl:if
Hi, everyone, been playing around with xml, xsl and documents under iis4
and
I must say it has tremendous potential. I've gotten most of the xsl stuff
to
work, microsofts documentation is pretty sucky btw. I'm having a little
problem, I want an html tag to be generated with a certain attribute only
when the attribute is present in xml, and not to be set to anattribute="".
I
haven't quite figured out the syntax for the if statement , I tried
something like this
<xsl:template match="image">
<img border="0" >
<xsl:if match="@height">
<xsl:attribute name="height"><xsl:value-of
select="@height"/></xsl:attribute>
</xsl:if>
</img>
</xsl:template>
but that obviously wasnt the right syntax, anyone?
-----------------
Mattias Konradsson, Internet Specialist
ICON Medialab
mattias.konradsson@xxxxxxxxxxxxxxx
designSPACE http://www.fragzone.se/preacher/designspace/
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








