简体   繁体   English

如何将 XML 文件附加到另一个 XML 文件

[英]How to append XML file to another XML file

I'm trying to create an xml-based template system.我正在尝试创建一个基于 xml 的模板系统。 The idea is to return my views as xml files (xhtml) and then append them to specific nodes in a template xml file.这个想法是将我的视图作为 xml 文件 (xhtml) 返回,然后将它们附加到模板 xml 文件中的特定节点。 The template xml is then transformed with xslt.然后使用 xslt 转换模板 xml。

My question is: how do I insert these xml files into the template xml file?我的问题是:如何将这些 xml 文件插入到模板 xml 文件中?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM