Re: [xsl] foreign keys in a xml-database, how to copy a node and only one/some of its childs

Subject: Re: [xsl] foreign keys in a xml-database, how to copy a node and only one/some of its childs
From: ChivaBaba@xxxxxxx
Date: Tue, 14 May 2002 05:29:40 EDT
Hello J.Pietschmann,

many thanks for your fast answer, I like your solution pretty much!!!

Unfortunately I don't know how to access the created "tool"s in a template! I tried it with:

<xsl:template match="tool">
 .....
</xsl:template>

but it doesn't work, no matter whether I created the certain tool by:

<tool>
 .....
</tool>

or by:

<xsl:element name="tool">
 .....
</xsl:element>

Do you have any guesses, what my template has to match to access the new tool-nodes?????

many thanks,

Stefan Greim


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


Current Thread