Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 XML 文件。我必须阅读这个 xml 文件的内容并将其转换为 html 格式,然后将其发送到带有 java 中的一些图像的传真。
我无法编辑 xml 文件。甚至没有将它链接到 XSLT。
有什么想法我能做到这一点吗?
提前感谢您的帮助。
您可以使用Transformer将任意 XSLT 应用到使用 java.xml 的文档(XML 或其他)。这个网站和互联网上的其他地方比比皆是。
至于传真部分,谷歌上有很多关于“java 传真”的有趣点击。