Below is an xml export of the wiki notepad program - called voodoo.
When imported to protege I will have the classes, data and version. The
indented element becomes an instance of data - air pressure and ear.
How could I alter the format to have the instances import as classes.
For example to have <key> import as a class. (01)
Ken Fields (02)
<?xml version="1.0" encoding="utf-8"?>
<vdoc>
<version>1.1.2</version>
<data>
<key>air pressure</key>
<isURL>No</isURL>
<shouldHighlightLinks>Yes</shouldHighlightLinks>
<alias>air pressure</alias>
<content>Write about air pressure here.</content>
</data>
<data>
<key>ear</key>
<isURL>No</isURL>
<shouldHighlightLinks>Yes</shouldHighlightLinks>
<alias>ear</alias>
<content>Write about ear here.</content>
</data> (03)
_________________________________________________________________
Message Archives: http://dao.cim3.net/forum/dao-forum/
Subscribe/Unsubscribe/Config: http://dao.cim3.net/mailman/listinfo/dao-forum/
Shared Files: http://dao.cim3.net/file/
Community Wiki: http://dao.cim3.net/wiki/
Community Portal: http://dao.cim3.net/
To Post: mailto:dao-forum@dao.cim3.net (04)
|