Re: xsl whitespace question

Subject: Re: xsl whitespace question
From: "Franz Figl" <frafi@xxxxxxxxxx>
Date: Tue, 9 Nov 1999 22:08:36 +0100
Mike, thank You for answering. I use a xsl renderer from CUESoft (In
Delphi).
The "select" was my mistake. It it ok now, but all my other groups are gone,
only the Absatz tag is visible.
Where the are now?

Franz



<xsl:stylesheet
xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
xmlns:fo="http://www.w3.org/1999/XSL/Format";>

<xsl:import href="avgesetz.xsl"/>
<xsl:import href="3b2.xsl"/>

<xsl:template match="Absatz">
 <fo:block font-family="Times" font-size="12.00pt" color="green"
text-align="justify">
<xsl:apply-templates select="Absatz.AZ"/>
 <xsl:text> </xsl:text>
 <xsl:apply-templates select="Absatz.Satz"/>
 </fo:block>
 </xsl:template>

<xsl:template match="Nummer">
<fo:block font-family="Times" font-size="12.00pt" color="blue"
text-align="justify">
<xsl:apply-templates select="Nummer.AZ"/>
 <xsl:text> </xsl:text>
 <xsl:apply-templates select="Nummer.Satz"/>
  </fo:block>
</xsl:template>

</xsl:stylesheet>



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


Current Thread