OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[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]