xsl asp.net 开源项目

发布于 2024-09-16 05:50:04 字数 1539 浏览 9 评论 0原文

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

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

发布评论

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

评论(1

波浪屿的海角声 2024-09-23 05:50:05

假设您需要使用 xml、xsl 和 xslt 管理演示文稿的开源项目...
中提供了一些项目

CodePlex AspXslt

AspXslt 是一种将表示层与业务逻辑分离的简单方法,方法是使用 HttpHandler 转换自定义组件生成的 XML 文档。它可以成为 CMS 或 MVC 应用程序等更大项目的基础。
它是用 C# 开发的。

横向 - XSL 表示框架

Landscape 是一个灵活的 ASP.NET Web 应用程序演示框架,用 C# 编写并基于 XSLT 语言。

它旨在处理生成格式良好、干净且可重用的 (X)HTML 代码所需的所有操作。

目前支持以下功能:

  • 可嵌套模板
  • 模板2模板参数
  • 自定义可重用演示代码定义(小部件)
  • XSLT 模板缓存
  • 一个 XSLT 扩展,提供一组非常基本的(目前!)用于 XSLT 模板的函数

Assume you need open source projects which manage presentation using xml, xsl and xslt...
There are some projects available in CodePlex

AspXslt

AspXslt is an easy way of separating presentation layer from business logic by using an HttpHandler to transform XML documents generated by your custom components. It can be the foundation of a bigger project like a CMS or MVC application.
It's developed in C#.

Landscape - XSL Presentation Framework

Landscape is a flexible presentation framework for ASP.NET web applications written in C# and based on the XSLT language.

It is meant to take care of all the operation necessary to produce well-formed, clean and reusable (X)HTML code.

It currently supports the following features:

  • Nestable templates
  • Template2Template parameters
  • Custom reusable presentation code definition (widgets)
  • XSLT template caching
  • An XSLT Extension providing a very basic (for now!) set of function for use into XSLT templates
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文