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]

matching-pattern of xsl:key


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@inter-forum.de 

 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]