[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: line feed problem
> I am reading an XML document and the line breaks and white spaces that were > there are not being processed by my XSL sheet. what do you mean by not processed? All the text of the Dept_Hours, including the white space will have been copied to your <TD> element, look at the resultig html file. Of course, newlines and runs of spaces will just appear as a single space if you look at that table in an html browser. If you want newlines to be typeset as such then you will need a <pre> element or a suitable css2 property. Alternatively you'll have to write a transformation to replace every newline character by a br, or a new table cell, or whatever it is you want. David _____________________________________________________________________ This message has been checked for all known viruses by Star Internet delivered through the MessageLabs Virus Scanning Service. For further information visit http://www.star.net.uk/stats.asp or alternatively call Star Internet for details on the Virus Scanning Service. XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|