Subject: RE: XT & indentation...not quite working?
From: "Didier PH Martin" <martind@xxxxxxxxxxxxx>
Date: Thu, 24 Feb 2000 08:41:19 -0500
|
Hi teemu
And its even worse if you are using the document() function. But if you are
not using this function, the latest version should indent properly.
cheers
Didier PH Martin
----------------------------------------------
Email: martind@xxxxxxxxxxxxx
Conferences: Web New York (http://www.mfweb.com)
Book: XML Pro published by Wrox Press
Products: http://www.netfolder.com
-----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxx]On Behalf Of Teemu Ropponen
Sent: Thursday, February 24, 2000 8:21 AM
To: xsl-list@xxxxxxxxxxxxxxxx
Cc: Farooq
Subject: XT & indentation...not quite working?
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
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|