logo       

Re: [Announce] Escaping double quotation marks in XSL: msg#00036

java.helma.antville.user

Subject: Re: [Announce] Escaping double quotation marks in XSL

> He wants the " untouched, and he wants a \ infront of each ", and he
> doesn't even want the <,> around the img tag.


So what he wants really is a block of text , not an element at all...

<xsl:template match="image">
<xsl:text>&amp;lt;img src="">
<xsl:value-of select="."/>
<xsl:text>\" / &amp;gt;</xsl:text>
</xsl:template>

Right? Literal boilerplate surrounding the value extracted from the <image> element.

<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise