Embed xsl into an XML file

后端 未结 3 633
慢半拍i
慢半拍i 2020-12-19 09:14

I\'m trying to embed an xsl into a XML file. The reason for doing this is to create a single file that could be moved to different computers, this would prevent the need to

3条回答
  •  温柔的废话
    2020-12-19 09:46

    Stylesheet embedding is possible for most browsers but IE. Find the reference to a description and example in the posting below.

    IE6/7/8 do not support embedded stylesheets by default.

    You may want to use the workaround enabling IE to process embedded stylesheets from here:

    http://www.biglist.com/lists/lists.mulberrytech.com/xsl-list/archives/201001/msg00390.html

提交回复
热议问题