Re: Extend XML file attributes using XSLT
Thomas Comiotto <[email protected]> Mon, 26 Nov 2007 12:57:34 +0100
| Newsgroups | gmane.comp.mozilla.devel.layout.xslt |
|---|---|
| Message-ID | <[email protected]> |
Hi Christian, >>> <xsl:variable name="cid" >>> select="string(@cid)"/> >>> <xsl:for-each >>> select="document($archive)"> >>> <xsl:copy-of >>> select="cid($cid)/*"/> This list is conscerned with the mozilla xslt engine, so your question is basically OT. I quess that's why no one's willing to help you out. Anyway, make sure you have a good understanding of the document() function and use appropriate node selectors. Best regards Thomas