xml, html or xhtml in : Which is the better choice?

后端 未结 3 1699
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-20 15:20

For historic reasons we have a mixture of


and


         


        
3条回答
  •  轮回少年
    2020-12-20 15:48

    As far as I know, there is no method:xhtml to the xsl:output directive in xslt 1.0.

    wc3schools agree with this.

    As XHTML is an XML dialect, that's what I would use.

    If, however you are using xslt 2.0, might as well use xhtml, since that's what you are outputting.

提交回复
热议问题