This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Saxon's Line Breaks


> We are using Saxon to do transforms of xml+xsl to
> yield HTML. When we view source, it's all in one long
> line. Looks like the line breaks it inserts are not
> right.

Simplest is to use <xsl:output method="html" indent="yes">.

Alternatively, output the line breaks "by hand".

Mike Kay


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]