Including an XML file in an XML/XSL file

后端 未结 5 1506
时光说笑
时光说笑 2020-12-02 17:40

So currently I\'m doing some XML-> XSLT-> (HTML5/CSS3) work. Right now I have a menu.xml file, and I\'d like to include it in either the XSL file or the XML page. I\'ve done

5条回答
  •  执念已碎
    2020-12-02 18:01

    I have a blog post on this. You use document() to get the other XML and pass around the content using parameters.

提交回复
热议问题