[OSM-dev] Nestoria Tiles Write Up

Dave osm at randomjunk.co.uk
Thu Oct 26 13:13:25 BST 2006


Etienne wrote:
> On 10/26/06, *Dave* <osm at randomjunk.co.uk 
> <mailto:osm at randomjunk.co.uk>> wrote:
>
>     I've been thinking about this.
>     Dependency wise Java is probably the easiest solution as all the
>     tools are probably already out there as Java, so it's one download
>     of a few MB. Xalan is included in Java 1.5, so you don't even have
>     to download that.
>
>
> FYI Xalan used to be included in Java 1.4 but is not part of Java 1.5, 
> it has to be dowloaded separately.
>

com.sun.org.apache.xalan, it's in the JRE 1.5.0_07, and JRE 1.6.0beta2

Transformer transformer = TransformerFactory.newInstance()
		.newTransformer(new StreamSource(xslInputStream));

will load it without any other config. You can use the transformer to do 
the dirty work on your XML.



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/dev/attachments/20061026/d1ef189d/attachment.html>


More information about the dev mailing list