开发者

<xsl:variable name="descrip" select="substring(Descripcion,1,90)"/> with disable-output-scaping

开发者 https://www.devze.com 2023-03-26 19:17 出处:网络
<xsl:variable name=\"descrip\"select=\"substring(Descripcion,1,开发者_Python百科90)\" disable-output-escaping=\"yes\"/>
<xsl:variable name="descrip"  select="substring(Descripcion,1,开发者_Python百科90)" disable-output-escaping="yes"/>

thats it this doesn't compile is there any workaround for this?


No, there isn't any "workaround".

DOE is only defined in the XSLT specification for <xsl:value-of> and for <xsl:text>

0

精彩评论

暂无评论...
验证码 换一张
取 消