Skip to content

No escaping of " characters #18

@GoogleCodeExporter

Description

@GoogleCodeExporter
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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions