|
Subject: [xsl] creating elements and hierarchy From: Andreas Peter <info@xxxxxxxxxx> Date: Thu, 08 Nov 2007 12:01:06 +0100 |
<root>
<textabschnitt>
<h1> ... </h1>
<p> ... </p>
</textabschnitt>
</root><xsl:template match="h1">
<xsl:element name="ep:headings">
<xsl:element name="ep:h1">
<fo:block xsl:use-attribute-sets="h1">
<xsl:value-of select="."/>
</fo:block>
</xsl:element>
</xsl:element>
</xsl:template>Thanks, Andreas
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Accessing context from xs, Mukul Gandhi | Thread | Re: [xsl] creating elements and hie, Andrew Welch |
| Re: [xsl] Accessing context from xs, Mukul Gandhi | Date | Re: [xsl] creating elements and hie, Andrew Welch |
| Month |