[xsl] Result still indented despite indent="no"

Subject: [xsl] Result still indented despite indent="no"
From: Sebastien Boisvert <sebastienboisvert@xxxxxxxxx>
Date: Sat, 19 Feb 2005 19:02:11 -0800 (PST)
I'm getting a result after applying a stylesheet where
some nodes get indented for some reason, even if I set
indent="no" and even the source document is not
indented.

It seems that calling a certain template when
processing the root node somehow sets the indent mode
to 'yes' but only for that one template, as running
the default template (ie <xsl:apply-templates />) does
not produce this problem...

I've tried this on another processor with the exact
same stylesheet and source code and it works as
expected (indents do not happen).

Is there something/someway that I might be calling the
template that would cause it to produce indents in
libxslt?

 


		
__________________________________ 
Do you Yahoo!? 
Yahoo! Mail - now with 250MB free storage. Learn more.
http://info.mail.yahoo.com/mail_250

Current Thread