ORA-XS-356-B: <xsl:apply-templates select="*" />

SECTION 6.3: applying template rules

While <xsl:strip-space elements="*" /> strips only whitespace
<xsl:apply-templates select="*"/> strips more than whitespace and
therefore will not yield equivalent results. (i.e input had
non-whitespace text nodes). 

Suggest eliminating last two sentences starting at "Typically..".

Regards,
Mark Scardina
Oracle Corporation

Received on Monday, 16 February 2004 14:32:16 UTC