Condition in XSLT 1.0?

前端 未结 3 1576
半阙折子戏
半阙折子戏 2021-01-19 08:14

I have an XSLT 1.0 (2.0 is not an option) stylesheet which produces XHTML. It can, depending on a parameter, produce a full XHTML validable document or just a

3条回答
  •  自闭症患者
    2021-01-19 08:22

    It sounds like what you need is two different stylesheets. If at all possible you should create two separate stylesheets and dynamically call the one you need from code.

提交回复
热议问题