如何在 PHP 中使用 XSLT 将 XML 文件转换为 HTML?
我如何使用 xsl 文件 ( item.xsl ) 将 xml 文件 ( item.xml ) 转换为 html 并希望用 PHP 将其发送回客户端?
how can i transform xml file( item.xml) into html using the xsl file ( item.xsl) and want to send it back to the client in PHP?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅:
http://www.php.net/manual/en/class.xsltprocessor .php
和
http://www.php.net/manual/ en/xsltprocessor.transformtoxml.php
See:
http://www.php.net/manual/en/class.xsltprocessor.php
and
http://www.php.net/manual/en/xsltprocessor.transformtoxml.php