RE: spaces with SAXON

Subject: RE: spaces with SAXON
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Mon, 23 Aug 1999 11:11:32 +0100
Hello, I'm back from holiday, sorry for the delay in answering any SAXON
questions.

> From: Zsolt Czinkos [mailto:czinkos@xxxxxxxxxxxxx]
> 1. when i use this with a stylesheet:
> ...
> <person>
> <name>John Smith</name>
> , <age>23</age>
> </person>
> ...
> 
> it produces: "John Smith , 23" instead of "John Smith, 23"
> 
> So, SAXON converts a newline to space. Is it a bug?
> 

I think SAXON is generating a newline in the HTML and the HTML browser is
displaying this (correctly) as a space. If you want the visible output to be
on a new line, you need to generate an HTML <BR> tag.

Mike Kay


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


Current Thread