XSLT templates and recursion

前端 未结 5 1569
孤街浪徒
孤街浪徒 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:02

    I think you can just write the XSL-T to match on . The only way recursion would matter would be if you wanted to retain parent/child relationships. Matching on will be sufficient if your requirement is to map each one to a bullet in an unordered list

提交回复
热议问题