This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: foreign keys in a xml-database, how to copy a node and onlyone/some of its childs


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]