This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Re: Puzzling comment() processing behavior


> Thanks for the response, Dimitri.  I guess my question is
> more basic; which
> is why does the template matching "X" get called
> automatically inside B
> (without the xsl:apply-templates element present), but not
> the template
> matching "comment()" ?

The template rule for X inside B didn't get called. The text inside the X
element was output by virtue of the <xsl:value-of select="."/> applied to
the B node.

Mike Kay


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]