You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Create a new topic with either a name or an occurrence containing the
character ", for Example with TMAPI: topic.createName("My \" Name", new
ArrayList<Topic>());
2. Serialize the map with a CTMTopicMapWriter
What is the expected output? What do you see instead?
The name string should be escaped like
- <http://psi.topicmaps.org/iso13250/model/topic-name> : """My " Name"""
instead of
- <http://psi.topicmaps.org/iso13250/model/topic-name> : "My " Name"
What version of the product are you using? On what operating system?
1.0.7
Original issue reported on code.google.com by eferonline on 7 Sep 2010 at 9:02
The text was updated successfully, but these errors were encountered:
I think it's fixed in trunk.
In the meantime you may want to use the TMAPIX' CTMTopicMapWriter which
provides less options but is well tested and should not create invalid CTM:
https://code.google.com/p/tmapix/
Thanks for your replies. Hopefully a new jar release with the fixes will come
out soon.
I know and already use TMAPIX for XTM handling.
And thanks for the hint. I must have overlooked the dots of "Topic... scope" in
the method signature.
Original comment by eferonline on 8 Sep 2010 at 7:18
Original issue reported on code.google.com by
eferonline
on 7 Sep 2010 at 9:02The text was updated successfully, but these errors were encountered: