-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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