I am using <xd:xml> for a code snippet, it works well except for a small issue with the formatting of the first line, the effect I get in my rendered documentation is:
<xsl:call-template name="splitText"> <xsl:with-param name="txt">item1;item2;item3</xsl:with-param> <xsl:with-param name="delim">;</xsl:with-param> </xsl:call-template>
Is there anyway of correcting the indent? I have tried removed any whitespace before and after the code, but it doesn't appear to effect anything.
Log in to post a comment.
I am using <xd:xml> for a code snippet, it works well except for a small issue with the formatting of the first line, the effect I get in my rendered documentation is:
<xsl:call-template name="splitText">
<xsl:with-param name="txt">item1;item2;item3</xsl:with-param>
<xsl:with-param name="delim">;</xsl:with-param>
</xsl:call-template>
Is there anyway of correcting the indent? I have tried removed any whitespace before and after the code, but it doesn't appear to effect anything.