Apply XSL to External XML

前端 未结 5 842
南旧
南旧 2020-12-28 08:54

Currently I use:


To link XSL to XML.

If my xml was here: www.externald

5条回答
  •  臣服心动
    2020-12-28 09:27

    You could write a local xml file as wrapper:

    
    
    
    

    And extend your stylesheet so that it understands the wrapper:

    
      
    
    

    I haven't tested it with XML files over http but it works with local XML files that I don't want to change to include a xml-stylesheet processing instruction. It works mit Firefox, Opera and IE (7, I haven't tried other versions)

提交回复
热议问题