[xsl] need only one node to be processed

Subject: [xsl] need only one node to be processed
From: "Erik Stunkat" <eriks@xxxxxxx>
Date: Mon, 7 Jan 2002 17:00:36 +0100
Hi,

I can´t figure that out:
I have something like docbook.xml and want
a stylesheet which gives me only sect2/title:

<xsl:template match="sect2/title">
  <H1>
    <xsl:apply-templates/>
  </H1>
</xsl:template>

gives everything from the xml source.
I want only sect2/title...

thanks in advance

erik stunkat


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


Current Thread