Apply XSLT to an XML file

前端 未结 7 2050
栀梦
栀梦 2020-12-29 08:20

I realise that I will probably regret asking about this for the rest of my life, but... Is there some way of applying XSLT to an XML file without the XML file havin

7条回答
  •  一整个雨季
    2020-12-29 08:52

    Simple method here

    http://www.devguru.com/content/technologies/xml_dom/16058.html

    This method supports both standalone and embedded style sheets, and additionally provides the ability to run a localized style sheet fragment against a particular source node.

    This method processes this node and its descendants using the specified XSL stylesheet, and returns the resulting transformation.

    
    
     
    
     
    
     
    

提交回复
热议问题