将 XSL 应用到 XSD 的工具? [英] Tool to apply XSL to XSD?

查看:28
本文介绍了将 XSL 应用到 XSD 的工具?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的本​​地磁盘上有一个 XSL 文件和一个 XSD 文件.

XSL 文件应该将 XSD 文件转换为 OWL 格式.

我可以使用什么免费软件工具来应用此转换?谢谢.

解决方案

XSL 文件应该转换将 XSD 文件转换为 OWL 格式.

我可以使用什么免费软件工具这种转变?

您可以使用任何现有的免费 XSLT 处理器,但它应该按照 version 属性的指定实现 XSLT 版本(顶部) 样式表模块的元素.

以下是此类 XSLT 处理器的相当不完整的列表:

XSLT 1.0 处理器:

  1. MSXML 3/4/6.

  2. 撒克逊 6.5.5

  3. XML-Spy (AltovaXML).

  4. .NET XslTransform.

  5. .NET XslCompiledTransform.

  6. LibXMl/LibXSLT.

  7. JD.

  8. Xalan/CXalan/J.

XSLT 2.0 处理器

  1. 撒克逊 9.x.

  2. AltovaXML2010.

  3. XQSharp(测试版).

  4. IBM WebSphere XML 包(非免费).

  5. 英特尔® SOA Expressway XSLT 2.0 处理器(非免费).

XSLT IDE

  1. MS Visual Stusio(2010 或 2008) -- 仅适用于 XslCompiledTransform

  2. oXygen -- 适用于所有提到的 XSLT 处理器

  3. XSelerator -- 适用于所有提到的 XSLT 处理器

  4. Kernow:用于 Saxon 的简单、基于 Java 的 IDE.

I have an XSL file and an XSD file on my local disk.

The XSL file is supposed to transform the XSD file to OWL format.

What freeware tool can I use apply this transformation? Thanks.

解决方案

The XSL file is supposed to transform the XSD file to OWL format.

What freeware tool can I use apply this transformation?

You can use any existing free XSLT processor, but it should implement the version of XSLT as specified of the version attribute of the <xsl:stylesheet> (top) element of the stylesheet module.

Here is a rather incomplete list of such XSLT processors:

XSLT 1.0 processors:

  1. MSXML 3/4/6.

  2. Saxon 6.5.5

  3. XML-Spy (AltovaXML).

  4. .NET XslTransform.

  5. .NET XslCompiledTransform.

  6. LibXMl/LibXSLT.

  7. JD.

  8. Xalan/C or Xalan/J.

XSLT 2.0 processors

  1. Saxon 9.x.

  2. AltovaXML2010.

  3. XQSharp (Beta).

  4. IBM WebSphere XML Pack (not free).

  5. Intel® SOA Expressway XSLT 2.0 Processor (not free).

XSLT IDEs

  1. MS Visual Stusio (2010 or 2008) -- works only with XslCompiledTransform

  2. oXygen -- works with all mentioned XSLT processors

  3. XSelerator -- works with all mentioned XSLT processors

  4. Kernow: simple, Java-based IDE for Saxon.

这篇关于将 XSL 应用到 XSD 的工具?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆