Hello,
I have a little problem with the xsl:key. I would select only nodes with
specific root-nodes. Like this:
<xsl:key name="distinct-join" match="/FROM/JOIN//*" use="@table" />
This should index only all Nodes under /FROM/JOIN. But this wont work.
Or can only use one Node- or Attribute-Name?
Have you any hints?
Best regards
Conny Kreyßel
INTER-FORUM Systemhaus GmbH
Sommerfelder Str. 120
04316 Leipzig
Germany
Tel.: +49-341-25 92 00
Fax : +49-341-25 92 020
WWW : http://www.inter-forum.de/
eMail: mailto:conny.kreyssel@xxxxxxxxxxxxxx
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|