mapnik/tests/data/good_maps/xinclude/map.xml

11 lines
328 B
XML
Raw Normal View History

2010-08-10 08:04:10 +02:00
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE Map >
<Map xmlns:xi="http://www.w3.org/2001/XInclude" srs="+init=epsg:4326" background-color="rgb(255,255,255)" >
2010-08-10 08:04:10 +02:00
<!-- http://www.oreillynet.com/xml/blog/2004/05/transclude_with_xinclude_and_x.html -->
<xi:include href="styles.xml" />
<xi:include href="layers.xml" />
</Map>