GithubHelp home page GithubHelp logo

Comments (8)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 28, 2024
There wasn't a place to select the type. I would consider this as an 
enhancement, 
except maybe that Kml doesn't allow a ContentHandler for marshalling even 
though 
JAXB does.

Original comment by [email protected] on 26 Aug 2009 at 3:45

from javaapiforkml.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 28, 2024

Original comment by [email protected] on 26 Aug 2009 at 8:06

  • Changed state: Accepted

from javaapiforkml.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 28, 2024
I added the public boolean marshal(ContentHandler) {...} method. (in r30.
http://code.google.com/p/javaapiforkml/source/detail?r=30)

Please let me know, if it is enough and you're now able to serialize your CDATA 
code
correctly.

Original comment by [email protected] on 27 Aug 2009 at 2:26

from javaapiforkml.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 28, 2024
just give me a moment more, until I release r31...

Original comment by [email protected] on 27 Aug 2009 at 2:51

from javaapiforkml.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 28, 2024

Original comment by [email protected] on 28 Aug 2009 at 8:12

  • Changed state: Fixed

from javaapiforkml.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 28, 2024
I set up my code like the JAXB FAQ suggested, but for whatever reason the 
serializer 
just won't pick up on the description element. I 
tried "^description", "description", ":description"... no dice.

Oh well... thanks for the enhancement. The marshaller does use the 
ContentHandler. 
Hopefully the JAXB team will change the FAQ to a way that isn't deprecated.

Original comment by [email protected] on 28 Aug 2009 at 4:32

from javaapiforkml.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 28, 2024
Is this really fixed?  I am struggling to get this to work.  I have tried used 
the  https://jaxb.dev.java.net/faq/JaxbCDATASample.java solution but it does 
not affect the 'description' element in any way.  Anyone have any success?


Original comment by [email protected] on 27 Jul 2011 at 4:33

from javaapiforkml.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 28, 2024
Anyone fixed the problem?
It still does not work.

This is my code:
outputFormat.setCDataElements( new String[] { "description"}); 

             outputFormat.setPreserveSpace(true);
             outputFormat.setIndenting(true);
             org.apache.xml.serialize.XMLSerializer  xmlSerializer=new org.apache.xml.serialize.XMLSerializer  (fileWriter,outputFormat);           
             kml.marshal(xmlSerializer.asContentHandler());

Original comment by [email protected] on 28 Mar 2013 at 2:17

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.