You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "Voytenko, Dimitry" <DV...@SECTORBASE.COM> on 2000/11/14 18:49:54 UTC

indent = "yes"

Hi,

I found out big differences in indent. I have xsl:output with indent set to
"yes", but all string in the file are in the beginings of lines. Like this

<NOBR><FONT SIZE="2"><IMG ><A ></A>
<IMG><A>Search</A>
<BR>
<IMG><A>Search</A>
<BR>
</FONT></NOBR>

But Xalan J1 gives:

<NOBR>
	<FONT SIZE="2">
		<IMG ><A ></A>
		<IMG><A>Search</A>
		<BR>
		<IMG><A>Search</A>
		<BR>
	</FONT>
</NOBR>

It's surely not a big deal, it doesn't affect any functionality as far as I
know

Thank you

Dmitry E. Voytenko