[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
Re: [xsl] Q: XSLT 1.0 output of namespace
Subject: Re: [xsl] Q: XSLT 1.0 output of namespace
From: Martin Honnen <Martin.Honnen@xxxxxx>
Date: Tue, 17 Aug 2010 12:11:27 +0200
|
Lars Huttar wrote:
Also, the above test seems redundant, since anything matched by
"processing-instruction()|comment()|text()" will also be matched by
"node()".
Yes, I agree with you, "node()" selects any child node so
"processing-instruction()|comment()|text()" is redundant.
--
Martin Honnen
http://msmvps.com/blogs/martin_honnen/
|