0

我想用java编写一个工具,将1.xml转换为xsd
2.并从xsd转换为owl。

这是一个应该作为输入的示例 xml。有人可以给出编写这样一个工具的步骤吗?

<note>
<to> Tove</to>
<from>Jani</from>
<heading>Reminder</heading>
<body>Don't forget me this weekend!</body>
</note>    
4

1 回答 1

0

看看这个到 XML -> XSD using JAXB library

http://wangxiangblog.blogspot.fr/2011/05/how-to-convert-xsd-to-xml-or-vice-versa.html

通过对 JAXB 的一些研究,我认为可以将 xsd 转换为 owl

于 2013-07-01T13:09:01.720 回答