如何在 ASP.NET 页面中显示 XSL 转换的 XML?

发布于 2024-08-17 11:21:41 字数 478 浏览 5 评论 0 原文

到目前为止,我使用过的所有 XML / XSLT 都采用 XML 文档,并使用 XSLT 文件将其转换为独立的 HTML 网页。

在我的 Web 应用程序中,我使用 Web 服务来检索 XML 文档,我需要呈现该文档并使之易于阅读,然后将该格式化内容插入母版页中的内容占位符中。

最简单的方法是将 XSLT 附加到检索到的 XML 文件并将其链接到内容占位符,但我知道我不能这样做。

我查看了这些 堆栈 溢出页面,但他们只想渲染直接的XML,而我想要转换后的 XML。另外,我需要能够将其放入我的母版页模板中。

So far all the XML / XSLT I've worked with takes an XML document and transforms it to a standalone HTML webpage using an XSLT file.

In my web application, I'm using a web service to retrieve the XML document, which I need to render and make human-readable, and then insert that formatted content into a content placeholder in my master page.

The easiest way would be to append the XSLT to the retrieved XML file and link that to the content placeholder, but something tells me I can't just do that.

I took a look at these Stack Overflow pages, but they just want to render the straight XML whereas I want a transformed XML. Also, I need to be able to put it into my master page template.

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

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

发布评论

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

评论(1

情域 2024-08-24 11:21:41

本文介绍了如何:

http://www.codeproject.com/Articles/37868/Beginners-Introduction-To-XSL-Transform-Rendering-XML-Data-using-XSL-Get-HTML-output.aspx

即使拼写和我的一样糟糕...

添加了

这里有另一个链接,展示了如何操作,也许更简单一点

http://www.aspfree.com/c/a/XML/Applying-使用 ASP.NET/2/XSLT 转 XML

This article shows how:

http://www.codeproject.com/Articles/37868/Beginners-Introduction-To-XSL-Transform-Rendering-XML-Data-using-XSL-Get-HTML-output.aspx

even if the spelling is as bad as mine...

Added

And here's another link that shows how, perhaps a bit more simply

http://www.aspfree.com/c/a/XML/Applying-XSLT-to-XML-Using-ASP.NET/2/

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