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:
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: