|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: Default values for missing elements
> The construct I am using (in about 20 places in my transformation) is:
>
> <xsl:choose>
> <xsl:when test="optional-element"><xsl:value-of
> select="optional-element"/></xsl:when>
> <xsl:otherwise>default-value</xsl:otherwise>
> </xsl:choose>
>
> This works, but seems to run slowly. I am using Xalan 1.0.
You can try:
concat( optional-element,
substring(default-value, boolean(optional-element)*1000000))
but I've no idea if it's faster.
Mike Kay
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








