faq: empty apply-templates?

Subject: faq: empty apply-templates?
From: "Mark D. Anderson" <mda@xxxxxxxxxxxxxx>
Date: Sat, 11 Dec 1999 18:05:43 -0800
the spec says:
"In the absence of a select attribute, the xsl:apply-templates instruction processes all of the children of the current node,
including text nodes."

followed by some fine print concerning white space.

so does that mean that these are the same:
<xsl:apply-templates/>
<xsl:apply-templates select="*|comment()|text()|processing-instruction()"/>

that is, the ones omitted are: "*@|.|/"

correct?

-mda



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread