Subject: [xsl] XSL Transformation for XML to OWL From: christ_c@xxxxxxx Date: Mon, 27 Jul 2009 15:02:16 +0200 |
> 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 |
---|
|
<- Previous | Index | Next -> |
---|---|---|
Re: [xsl] nested XML using xslt, Martin Honnen | Thread | [xsl] Where is XSLT 2.0 support in , Jonathan Rosen |
Re: [xsl] Re: question on random nu, Dimitre Novatchev | Date | [xsl] Where is XSLT 2.0 support in , Jonathan Rosen |
Month |