kozchris / tmapix

Automatically exported from code.google.com/p/tmapix
0 stars 0 forks source link

Invalid <instanceOf> tags #25

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a topic map and a topic with two types
2. Export to XTM2.0
3.

What is the expected output? What do you see instead?
According to the XTM standard the type is serilized using
<instanceOf>
   <topicRef>..</topicRef>
   <topicRef>..</topicRef>
</instanceOf>

But the following was written:
<instanceOf>
   <topicRef>..</topicRef>
</instanceOf>
<instanceOf>
   <topicRef>..</topicRef>
</instanceOf>

Please provide any additional information below.

The problem is, that the SAXParser of Ontopia can't load the tmapix exportex 
XTM.

Original issue reported on code.google.com by h.niederhausen@googlemail.com on 3 Aug 2010 at 8:57

GoogleCodeExporter commented 8 years ago
Which version are you using? This should have been fixed
<https://code.google.com/p/tmapix/source/detail?r=207>

Original comment by lars.he...@gmail.com on 3 Aug 2010 at 8:59

GoogleCodeExporter commented 8 years ago

Original comment by lars.he...@gmail.com on 3 Aug 2010 at 9:00

GoogleCodeExporter commented 8 years ago

Original comment by lars.he...@gmail.com on 3 Aug 2010 at 9:02

GoogleCodeExporter commented 8 years ago
I use the tmapix-0.4.0-Snapshot with the semagia syntax pack 0.1.0-snapshot.

I also use the new XTM2TopicMapWriter.

Original comment by h.niederhausen@googlemail.com on 3 Aug 2010 at 9:08

GoogleCodeExporter commented 8 years ago
That's strange. You're using tmapix-io-0.4.0-20100802.235326-1?

Original comment by lars.he...@gmail.com on 3 Aug 2010 at 9:16

GoogleCodeExporter commented 8 years ago
Nope :(

I compiled it a few days ago, not sure when to omit the timestamp in the name, 
using the tmapix and the semagia packages in an Eclipse Plugin. I updated to 
the last version and it works now.

Sorry for the inconvenience. 

Original comment by h.niederhausen@googlemail.com on 3 Aug 2010 at 9:23

GoogleCodeExporter commented 8 years ago

Original comment by lars.he...@gmail.com on 3 Aug 2010 at 9:25