GithubHelp home page GithubHelp logo

Comments (5)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
Have the same problem. Any solution yet?

Original comment by [email protected] on 22 Dec 2011 at 10:08

from javaapiforkml.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
I have the same problem.  Any solution Yet?

Original comment by [email protected] on 9 Feb 2012 at 4:08

from javaapiforkml.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
Having this problem as well.

Original comment by [email protected] on 18 Jul 2012 at 10:29

from javaapiforkml.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
The cause of this issue is that JAXB is unable to deal CDATA content.
To solve this issues I had to patch the Kml.java source file as specified in 
http://stackoverflow.com/questions/1506663/can-i-force-jaxb-not-to-convert-into-
quot-for-example-when-marshalling-to.

So I added a custom CharacterEscapeHandler and modified the createMarshaller() 
method adding the following lines:

            m.setProperty("jaxb.encoding", "Unicode");
            m.setProperty("com.sun.xml.bind.marshaller.CharacterEscapeHandler", new NullCharacterEscapeHandler());

It works. I do not know if there is any side effect of this patch.

Original comment by [email protected] on 16 Nov 2012 at 2:28

from javaapiforkml.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
Following on from Alberto's comment, attached is a MyKML.java which overrides 
the needed methods. I used this as I could not be bothered playing with my 
maven repo and modifying the KML.java.
Feel free to use

Original comment by [email protected] on 2 Jul 2013 at 5:36

Attachments:

from javaapiforkml.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.