Subject: RE: Omitted white-space in XSLT
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Mon, 13 Oct 2003 03:56:45 +0100
|
It might be better to ask this kind of question on a DocBook list.
Michael Kay
> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of
> Peter Flynn
> Sent: 13 October 2003 00:44
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: Omitted white-space in XSLT
>
>
> In processing this DocBook fragment (in a <para>):
>
> (see <xref linkend="dif"/> <foreignphrase>et
> seq</foreignphrase>)
>
> I get the output:
>
> (see <a href="#dif">the note on "DIF format"</a><i>et seq</i>)
>
> with no space between the </a> and the <i> despite the presence
> of a space character in the input. This is using Saxon.
>
> Before I go and strip it down to create a minimal instance,
> has this been seen or reported before?
>
> ///Peter
>
>
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|