XSLT templates and recursion

前端 未结 5 1568
孤街浪徒
孤街浪徒 2020-12-29 06:43

Im new to XSLT and am having some problems trying to format an XML document which has recursive nodes.

My XML Code:

Hopefully my XML shows:

  • All
5条回答
  •  死守一世寂寞
    2020-12-29 07:16

    The following stylesheet performs the specified formatting. Note the use of xsl:apply-templates to recurse down the XML tree. See 5.4 Applying Template Rules for more information.

    
        
        
            
        
    
        
            
提交回复
热议问题