创建液滴应用程序。使用 xslt 转换 xml
我想创建一个应用程序,在其中放置一个 xml 文档,然后使用 saxon 作为转换引擎进行 xslt 转换。结果是一个文本文件。 我正在 Mac 上执行此操作。有谁知道我在哪里可以找到初学者教程来解决这个问题? 谢谢, 伊恩
I want to create a application, where you drop a xml doc on it, and an xslt transformation occurs using saxon as the transform engine. The result is a text file.
I am doing this on a mac. Does anyone know where I could find a beginner tutorail to approach this??
Thanks,
Ian
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 sourceforge 中,查看 saxon 资源 zip 文件,它包含 saxon 的示例应用程序。
At sourceforge, take a look at the saxon resource zip file, it contains example applications for saxon.