Label: xml

All content with label xml.
Related Labels: kml , javadoc , cookbook , google , library , java , sql , html , parsing , stax , earth

Compute distance from Google Earth Path (in .kml file) (Groovy)
Every Google Earth user is going mad about path and distance: you can get Path or Distance but not both. This little snipset help you to get path AND distance. # Create your path as usual with Google Earth # Save it as a .kml ...
Convert SQL Result To XML (Groovy)
How to convert SQL Result  to XML ? import groovy.sql.Sql import groovy.xml.MarkupBuilder def schema = "PROD" def sql = Sql.newInstance("jdbc:oracle:thin:@hostname:1526:$ ", "scott", "tiger", "oracle.jdbc.driver.OracleDriver") / Request / def req = """ SELECT id, name, givenname ...
Home (StaxMate)
StaxMate the perfect companion for your Stax processor! For the impatient, you can quickly proceed to Download page; or browse Documentation. Introduction StaxMate is a lightweight framework that adds convenience to streaming XMLprocessing without significant additional overhead. It builds on top of StAX ...
Parsing Groovy Doc Online (Groovy)
Contributing to online documentation website http://gotapi.com, we have to generate a xml document describing groovy objects and methods hierarchy and links to javadoc. This is done with the following groovy script and the excellent HTML parser NekoHTML (see http://people.apache.org/andyc ...