[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

XSL Transformation for XML to OWL

Subject: XSL Transformation for XML to OWL
From: christ_c@xxxxxxx
Date: Mon, 27 Jul 2009 15:02:16 +0200
 XSL Transformation for XML to OWL
> I am a student from Indonesia and I need some helps in XSLT.
> I have a task to transform a XML data to OWL. For this I
> think a XSLT-file is the best choice. Any helps is really appreciated.
>
> My XML looks like this:
> <persons>
> <person Name="atoz">
>
> <person Name="aaa">
>
> <person Name="bbb">
> <AdditionalInformation>xxx</AdditionalInformation>
> </person>
>
> <person Name="ccc">            
> <AdditionalInformation>yyy</AdditionalInformation>
> </person>
>
> <person Name="ddd">
>
> <person Name="eee">
> <Description>zzz</Description>                
> <AdditionalInformation>xyz</AdditionalInformation>
> </person>
>
> <person Name="abc">
> <Description>123</Description>                
>     <AdditionalInformation>a1</AdditionalInformation>
> </person>
>
> </person>
>
> </person>                    
>
> </person>
>
> XSLT data should look like this:
>
> example just for "ddd" person, but all XML must be
> transformed in OWL instance later:
>
> <creature:human rdf:Name="eee">
>    <creature:description>zzz</creature:description>
> </creature:human>
>
> <creature:human rdf:Name="abc">
>    <creature:description>123</creature:description>
> </creature:human>
>
> <creature:human rdf:Name="ddd">
>    <creature:human>eee</creature:human>
>    <creature:human>abc</creature:human>
> </creature:human>
>
> Thank you very much for any helps.

-- 
Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox 3 -
sicherer, schneller und einfacher! http://portal.gmx.net/de/go/chbrowser

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2011 All Rights Reserved.