XSL 转换后从 Servlet 生成 XHTML

发布于 2024-08-12 13:02:52 字数 325 浏览 3 评论 0原文

我编写了一个 servlet,它采用一些 xml 和 xsl 并使用 ITextRenderer 生成 PDF,并将其显示在屏幕上。

然而,我现在想做的是在网页上显示转换后的 XHTML。我创建了一个新的 servlet,它可以正常获取 xml 和 xsl,但我不确定如何获取生成的 XHTML 字符串。

我在网上查看并尝试使用 javax.xml.transform.Transformer 创建 DOMResult 对象,但我不知道如何从该对象中提取 html(假设它根本就在那里)。

有人可以在这方面为我提供一些帮助吗?

预先感谢,

-geroid

I've written a servlet that takes some xml and xsl and produces a PDF, using ITextRenderer, and displays it on the screen.

However, what I wish to do now is to display the resulting XHTML from the transformation on a webpage. I've created a new servlet which gets the xml and xsl as normal, but I'm unsure how to get the resultant XHTML string.

I've had a look online and tried using the javax.xml.transform.Transformer to create a DOMResult object, but I don't know how to pull out the html from this object (presuming it's there at all).

Can anyone provide me with a little help on this please?

Thanks in advance,

-gearoid

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

凉月流沐 2024-08-19 13:02:52

也许您正在寻找的是 Xalan

Maybe what you are looking for is Xalan

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文