What is the XSL that generates this? You need to be careful with your carriage returns in the stylesheet that comes before the serializer.

Here is the line from the xslt (all on one line):


<a href="current" class="action"><i18n:text>Current Items</i18n:text> <span class="count">(<xsl:value-of select="$total"/>)</span></a>

And it is rendered in the browser as:

<a class="action" href="current">Current Items<span class="count">(4)</span>
</a>

When I turn off the indenting in the xml serializer, it works fine, but all the rendered xhtml is all mashed together and looks ugly :(. Might it be possible to modify the XMLSerializer to have a special case for xhtml anchor tags that would prevent the beginning and ending tags from appearing on different lines?

-steve

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to