This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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.  

To unsubscribe from this list, send a post to docbook-apps-unsubscribe@lists.oasis-open.org, or visit http://www.oasis-open.org/mlmanage/.


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