How to insert   in XSLT

后端 未结 12 807
后悔当初
后悔当初 2020-12-22 16:48

How can I insert

 

Into an XSLT stylesheet, I keep getting this error:

XML Parsing

12条回答
  •  生来不讨喜
    2020-12-22 17:39

    Try to use

     
    

    But it depends on XSLT processor you are using: the XSLT spec does not require XSLT processors to convert it into " ".

提交回复
热议问题