[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

AW: AW: double spaces how do i keep them

Subject: AW: AW: double spaces how do i keep them
From: "Szabo, Patrick \(LNG-VIE\)" <patrick.szabo@xxxxxxxxxxxxx>
Date: Tue, 6 Mar 2012 10:10:43 +0100
AW: AW:  double spaces how do i keep them
Hm...I guess that's a little complicated since the whole stylesheet is
immense.
I hoped that this might be some common problem and someone had a quick fix for
it.

If you don't need the whole stylesheet than this should be a working repro:

<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

<xsl:template match="/">
	<test>
	         <xsl:call-template name="citation_meta"/>
	</test>
</xsl:template

<xsl:template name="citation_meta">
 	<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>

</xsl:stylesheet>

This is how I call it:

jxslt.jar com.sun.org.apache.xalan.internal.xslt.XsltPro -XSL
stylesheets\casedoc_rechtssatz_at.xsl -IN test.xml -OUT output\test.xml

Hope that's what you wanted :/



. . . . . . . . . . . . . . . . . . . . . . . . . .
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 10:01
An: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Betreff: Re: AW:  double spaces how do i keep them

Well, the next step is to see if anyone else can reproduce the problem.
That means supplying a runnable repro, with information on how you are
running it.

Michael Kay
Saxonica

On 06/03/2012 08:54, Szabo, Patrick (LNG-VIE) wrote:
> 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:  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

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.