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]
Other format: [Raw text]

Re: Avoid outputting newlines in output method="text"


Alex Polite wrote:
This is what I want to do. I want to disable the copying of newlines
from the xml source.
Add <xsl:strip-space elements="*"/> to the beginning of
your style sheet and check how much of your problem is
solved after this (look up details in a book, tutorial or
the spec http://www.w3.org/TR/xslt#strip).

J.Pietschmann




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]