xsl-list
[Top] [All Lists]

RE: [xsl] Type error with variable as=xs:string using xsl:choose

2006-09-07 03:43:06
David:
   In this case you could probably avoid the whole problem as

   <xsl:variable name="normsrc" as="xs:string"
     select="replace($xsrc,'^.*/images/','images/')"/>

Indeed I will. It makes the intention pretty clear...

Thanks again
Trevor



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--