![]() |
![]() | ![]() | ![]() | Altova Mailing List Archives>Archive Index >comp.text.xml Archive Home >Recent entries >Thread Prev - problems with apply-templates >Thread Next - Re: problems with apply-templates Re: problems with apply-templatesTo: NULL Date: 3/1/2005 11:43:00 PM <xsl:template match="hashref/item[starts-with(@key,'TEST_')]"> so here your current node is an item node <xsl:apply-templates select="item[@key='hypothesis_test_results']"/> so this selects item children (with that attribute) of teh current item node, but your sample input didnt have any such children, they seem to be grandchildren below a hashref so perhaps you meant to do <xsl:apply-templates select="hashref/item[@key='hypothesis_test_results']"/> David | ![]() | ![]() | ![]() |
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | |||||
|
