- From: Ahmad Abdolahi <ahmad.abdolahi@data-consult.com>
- Date: Mon, 30 Sep 2002 09:48:15 +0200
- To: <www-xsl-fo@w3.org>
hello, I'm working with saxon to Transform xsl/xml-file to Text-Format In the Head of my xsl-stylesheet i used: <?xml version="1.0" encoding="iso-8859-1"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:output method="text" indent="yes"/> ..... As Rsesult of transformation with command : saxon -o filename.txt filename.xml filename.xsl i get a file(flename.txt) which has a structure like this: line1line2line3line4line5...........line100 I' will but to get all breaks(for example <br>-tags or table-rows) in my document : line1 line2 line3 .. line 100 could somebody help me, how i get all line-breaks in my resultfile? I thank at advance Amad
Received on Monday, 30 September 2002 03:50:21 UTC