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

Re: text indent problem

Subject: Re: text indent problem
From: "Oliver Müller" <oemueller@xxxxxxxxx>
Date: Thu, 11 Jan 2007 11:39:48 +0100
Re:  text indent problem
Hi,
actually the stylesheet is not working anymore.
I just put the new "use" attribute into the key-node, but in result
there are only empty blocks generated.
Any ideas ?

here's the actual source:

------------------------------------------------------------------------------------------------------------------

<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:key name="a" match="node()"
use="generate-id((preceding-sibling::absatz[1]|preceding-sibling::*[last()])[1])"
/>

 <xsl:template match="sec">
   ========= section <xsl:number/> ===
   <xsl:for-each select="node()[1]|absatz">
     <xsl:text>&#10;</xsl:text>
     <block>
       <xsl:if test="self::absatz">
         <xsl:attribute name="indent">2em</xsl:attribute>
       </xsl:if>
       <xsl:apply-templates select="key('a',generate-id())"/>
     </block>
   </xsl:for-each>
 </xsl:template>

 <xsl:template match="b">
   <bold><xsl:apply-templates/></bold>
 </xsl:template>

 <xsl:template match="i">
   <italic><xsl:apply-templates/></italic>
 </xsl:template>

<xsl:template match="absatz"/>

</xsl:stylesheet>

------------------------------------------------------------------------------------------------------------------

<sec>
Some text, no indent, first paragraph, <b>bold text</b> and
<i>italicized</i> text
<absatz />
<i>some</i> other text, with indent
<absatz />
<b>yet</b> other text with <b>bold text</b> and <i>italicized</i> text
and <b><i>bold italic</i></b> text
<absatz />
again other text
</sec>

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-2011 All Rights Reserved.