Linebreak in XSLT - Result

Having trouble installing Oxygen? Got a bug to report? Post it all here.
jkarthaus
Posts: 1
Joined: Mon May 24, 2004 12:31 pm

Linebreak in XSLT - Result

Post by jkarthaus »

How can I Control the Linebreaks in the Result from a XSL Transformation.
I want to generate SQL Statements by XSLT from a XML Dokument.
I works fine but the Transformer gives me Linebreaks in the Result Text
Dokument.

How can I Filter these Linebreaks out of my Result :?:
george
Site Admin
Posts: 2095
Joined: Thu Jan 09, 2003 2:58 pm

Post by george »

Hi,

You should not generate the line breaks in the result, otherwise there is no XML/XSLT support for removing them. If you can post or send us to support@oxygenxml.com a cut down sample we can give you some hints about how to change your stylesheet. Also the xsl-list is a good place to ask XSLT related questions:
http://www.mulberrytech.com/xsl/xsl-list

Best Regards,
George
Post Reply