dayvonjersen / ajaxslt

Automatically exported from code.google.com/p/ajaxslt
Other
0 stars 0 forks source link

xsl:apply-templates without select attribute should select children of current node #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
https://sourceforge.net/tracker/index.php?func=detail&aid=1345368&group_id=14099
9&atid=748118

n its simplest form, "<xsl:apply-templates />" with no
arguments does not work as expected. From the w3c: "In
the absence of a select attribute, the
xsl:apply-templates instruction processes all of the
children of the current node, including text nodes."
Currently the "select" attribute must be specified.

Original issue reported on code.google.com by steffen....@gmail.com on 15 Dec 2006 at 9:43

GoogleCodeExporter commented 9 years ago
It does.

Original comment by steffen....@gmail.com on 16 Dec 2006 at 12:03