I have just switched to sablotron from transformiix and output that
includes linefeeds isn't coming out in sablotron whereas transformiix
didn't have this problem.

Is this a bug or is there some configuration or modification to my xsl
that needs doing?

For example, the following code:
<xsl:template match="MENU_BAR_ITEM">
        <TD>
                <A href="{HREF}"><xsl:value-of select="TEXT"/></A>
        </TD>
</xsl:template>

Loses formatting and prints as:
<TD><A href="">text</A></TD>

If this matters, I'm running on linux.
-- 
greg keraunen 
[EMAIL PROTECTED]
web software engineer

Reply via email to