|
Subject: Re: [xsl] text output with some significant white space From: "Steve Renshaw" <renshaw_steve@xxxxxxxxxxx> Date: Thu, 19 Apr 2001 16:57:21 -0000 |
add ENTITYs for empty text (&et;), space (&sp;), indent (∈) and newline (&nl;) to the styel sheet:
<!DOCTYPE foo [ <!ENTITY et "<xsl:text/>"> <!ENTITY sp "<xsl:text> </xsl:text>"> <!ENTITY in "<xsl:text> </xsl:text>"> <!ENTITY nl "<xsl:text>
</xsl:text>"> ]>
<xsl:template match="foo">
&et;begin&sp;<xsl:value-of select="name"/>&sp;{&nl;
∈<xsl:value-of select="body"/>&nl;
∈}
</xsl:template><foo> <name>bar</name> <body>y=a+b*c;</body> </foo>
begin bar {
y=a+b*c;
}_________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] text output with some sig, Steve Renshaw | Thread | Re: [xsl] text output with some sig, Steve Renshaw |
| RE: [xsl] Transformation of generic, Xuegen Jin | Date | Re: [xsl] text output with some sig, Jeni Tennison |
| Month |