XT & indentation...not quite working?

Subject: XT & indentation...not quite working?
From: Teemu Ropponen <troppone@xxxxxxxxxx>
Date: Thu, 24 Feb 2000 15:21:29 +0200 (EET)
Hi,

As suggested in a message a couple of weeks ago, I tried using 

<xsl:output method="xml" indent="yes"> 

when processing w/ XT, to try to get indented output.I get a decent
output, with one tag per line, but not an indented one. Is this the way XT
works at the moment, or am I doing something wrong?? IS there a way to
"beautify" the output?

Regards,
Teemu

P.S. The stylesheet starts as follows:

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
                xmlns:fo="http://www.w3.org/1999XSL/Format";
                xmlns:xt="http://www.jclark.com/xt";
                version="1.0"
                extension-element-prefixes="xt"  
                result-ns="http://www.w3.org/1999/XSL/Format";>

<xsl:output method="xml" indent="yes"/>

<xsl:template match="movies">
bla bla bla...

---------------------------------------------------------------------
Teemu Ropponen					troppone@xxxxxxxxxx
student/research assistant
Telecom. Software and Multimedia Lab.		http://www.tcm.hut.fi
Helsinki University of Technology, Finland
---------------------------------------------------------------------


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread