AW: [xsl] double spaces how do i keep them

Subject: AW: [xsl] double spaces how do i keep them
From: "Szabo, Patrick \(LNG-VIE\)" <patrick.szabo@xxxxxxxxxxxxx>
Date: Tue, 6 Mar 2012 09:54:06 +0100
Hi,

Actually I posted the code (but I can see how one would think it's from the
input - XML....sry!):

<docinfo:custom-metafield name="citation-metadata">TY  -
CASE</docinfo:custom-metafield>

This is what's in the xslt in a template that does nothing but outputting
elements.

Here's the whole template:

<xsl:template name="citation_meta">
	<xsl:variable name="fullcite">
		<xsl:call-template name="glpc:limitHeadingTemplate">
			<xsl:with-param name="heading">
				<xsl:call-template name="casedoc:toc-heading">
					<xsl:with-param name="citation" select="1"/>
				</xsl:call-template>
			</xsl:with-param>
		</xsl:call-template>
	</xsl:variable>
	<docinfo:custom-metafield name="citation-text"><xsl:value-of
select="$fullcite"/></docinfo:custom-metafield>
	<docinfo:custom-metafield name="citation-metadata">TY  -
CASE</docinfo:custom-metafield>
	<docinfo:custom-metafield name="citation-metadata">T1  - <xsl:value-of
....</docinfo:custom-metafield>
	.
	.
	.
</xsl:template>

Like I said, only one space makes it to the resulting xml.

regards



. . . . . . . . . . . . . . . . . . . . . . . . . .
Ing. Patrick Szabo
 XSLT Developer
LexisNexis
A-1030 Wien, Marxergasse 25

mailto:patrick.szabo@xxxxxxxxxxxxx
Tel.: +43 1 53452 1573
Fax: +43 1 534 52 146


-----UrsprC<ngliche Nachricht-----

Von: Michael Kay [mailto:mike@xxxxxxxxxxxx]
Gesendet: Dienstag, 06. MC$rz 2012 09:48
An: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Betreff: Re: [xsl] double spaces how do i keep them

On 06/03/2012 07:49, Szabo, Patrick (LNG-VIE) wrote:
> Hi,
>
> This might be the dumbest questions ever to be posted on this list but I
> have the following code:
>
> <docinfo:custom-metafield name="citation-metadata">TY  -
> CASE</docinfo:custom-metafield>
>
> What I get is this:
>
> <docinfo:custom-metafield name="citation-metadata">TY -
> CASE</docinfo:custom-metafield>
>
> Once space is missing.
>
> Can anyone tell me why ?
This is where we miss Jeni Tennison, who made her reputation on this
list by diagnosing bugs in code that wasn't posted.

Sadly, most of us mortals need to see the code before we can find the
bugs in it.

Michael Kay
Saxonica
>
> There is no stylesheet applied after this one. There a couple of
> stylesheets importet but that shouldn't make a difference since that is
> a literal result element right ?
>
> I've tried pretty much any method to output this.
>
> regards
>
>
>
>
> . . . . . . . . . . . . . . . . . . . . . . . . . .
> Ing. Patrick Szabo
>   XSLT Developer
> LexisNexis
> A-1030 Wien, Marxergasse 25
>
> mailto:patrick.szabo@xxxxxxxxxxxxx
> Tel.: +43 1 53452 1573
> Fax: +43 1 534 52 146

Current Thread