![]() |
![]() | ![]() | ![]() | Altova Mailing List Archives>Archive Index >xsl-list Archive Home >Recent entries >Thread Prev - RE: [xsl] apolying xsl:key to similar looking node names [Thread Next] Re: [xsl] apolying xsl:key to similar looking node namesTo: Date: 5/1/2002 11:52:00 AM KUMAR NINGASHETTY wrote:
Thankx for the reply .
But i have to use xsl:key in the ffollowing ormat
<xsl:key name="..." match="..." use="..."/>
And that will look for matching text() in the node but not for matching nodes that can have any text ...
I am looking for matching nodes across xml that can have text ...
Perhaps you want
<xsl:key name="elements" match="*" use="name()"/>
Then
select="key('elements',name())"
will match all elements with the same name as the
context element.
J.Pietschmann
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list | ![]() | ![]() | ![]() |
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | |||||
|
