jsoliveira / javaapiforkml

Automatically exported from code.google.com/p/javaapiforkml
0 stars 0 forks source link

Customizing Namespace Prefixes During Marshalling to a more readable format. #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The default output is like:

<kml ... xmlns:ns2="http://www.w3.org/2005/Atom"
xmlns:ns3="urn:oasis:names:tc:ciq:xsdschema:xAL:2.0"
xmlns:ns4="http://www.google.com/kml/ext/2.2">

should be changed:

<kml ... xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:xal="urn:oasis:names:tc:ciq:xsdschema:xAL:2.0"
xmlns:gx="http://www.google.com/kml/ext/2.2">

Original issue reported on code.google.com by bachmann...@gmail.com on 18 Aug 2009 at 7:45

GoogleCodeExporter commented 8 years ago

Original comment by bachmann...@gmail.com on 19 Aug 2009 at 8:24