[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: RE: [docbook-apps] Request for help with XSL: template for proces sing instruction not getting called
> So the XSL lesson I learned was that "*" does not match processing > instructions. > But I still don't know why the simple rule > <xsl:apply-templates/> does not > recurse into child nodes. > > -Taro > > - '*' in XPath only matches elements (not comments, processing instructions, attributes, or text nodes) - <xsl:apply-templates/> works in the default mode, not the current mode.
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]