From 2d38464bd7a2ed82b4d80a80b8ccfe1af6f01157 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Thu, 7 Feb 2013 17:50:35 -0800 Subject: [PATCH] remove all XML DTD traces since it was removed - see https://github.com/mapnik/mapnik/issues/1715 --- API-changes-between-v2.0-and-v2.1.md | 2 +- Trac-to-Github-wiki-migration-notes.md | 1 - ValidatingXml.md | 31 -------------------------- XMLConfigReference.md | 2 -- 4 files changed, 1 insertion(+), 35 deletions(-) delete mode 100644 ValidatingXml.md diff --git a/API-changes-between-v2.0-and-v2.1.md b/API-changes-between-v2.0-and-v2.1.md index c21c4ea..cb067d1 100644 --- a/API-changes-between-v2.0-and-v2.1.md +++ b/API-changes-between-v2.0-and-v2.1.md @@ -6,7 +6,7 @@ * `MarkersSymbolizer` * `marker-type` is removed, built in ellipse and arrow types now can be referenced like `file="shape://ellipse"` and `file="shape://arrow"` - although this interface is unstable and may continue to change. * `ShieldSymbolizer` attribute `no_text` - Simply leave the text empty if you don't want any text to be rendered. - * `XML DTD` in `utils/xml` since it was unmaintained: https://github.com/mapnik/mapnik/issues/1402 + * Removed `XML DTD` in `utils/xml` since it was unmaintained: https://github.com/mapnik/mapnik/issues/1402 * `RasterSymbolizer` `mode` `divide` (see below) ## Changed diff --git a/Trac-to-Github-wiki-migration-notes.md b/Trac-to-Github-wiki-migration-notes.md index af56935..b734d62 100644 --- a/Trac-to-Github-wiki-migration-notes.md +++ b/Trac-to-Github-wiki-migration-notes.md @@ -162,7 +162,6 @@ To get syntax color, see "Syntax highlighting" from http://github.github.com/git |[Build notes specific to older versions of Ubuntu](http://github.com/mapnik/mapnik/wiki/UbuntuInstallationOld)|yes||| |[Using Custom Fonts with Mapnik](http://github.com/mapnik/mapnik/wiki/UsingCustomFonts)|yes||| |[Using SCons with Mapnik](http://github.com/mapnik/mapnik/wiki/UsingScons)|yes||| -|[Validating Xml](http://github.com/mapnik/mapnik/wiki/ValidatingXml)|yes||| |[Installing Mapnik in Windows](http://github.com/mapnik/mapnik/wiki/WindowsInstallation)|yes||| |[XMLConfigReference](http://github.com/mapnik/mapnik/wiki/XMLConfigReference)|yes (some anchors remaining to fix)||| |[XmlFormatDiscussion](http://github.com/mapnik/mapnik/wiki/XmlFormatDiscussion)|yes||| \ No newline at end of file diff --git a/ValidatingXml.md b/ValidatingXml.md deleted file mode 100644 index 3381924..0000000 --- a/ValidatingXml.md +++ /dev/null @@ -1,31 +0,0 @@ - - - - -# Validating Xml - -To validate the Map xml file, reference mapnik's mapfile DTD as in: - -``` - - - - ... - -``` - -The DTD file can be found here: https://github.com/mapnik/mapnik/blob/master/utils/xml/mapnik.dtd - - -## Validating in editors - - * *Eclipse* - * One time validation: right click on the xml file -> validate - * Automatic validation: right click on project -> properties -> Validation -> Add Validation Builder to project -> OK - - -## Validating from the command line - -```sh - xmllint --valid --noout path/to/file.xml -``` \ No newline at end of file diff --git a/XMLConfigReference.md b/XMLConfigReference.md index ec9949e..3285399 100644 --- a/XMLConfigReference.md +++ b/XMLConfigReference.md @@ -5,8 +5,6 @@ See also [a reference PDF](http://old.nabble.com/attachment/27685172/0/MapnikXMLDescription.pdf) created by David Eastcott (written for 0.7) -To validate the XML see [[ValidatingXml]] - ## General Comments can be placed in the configuration file using the default xml syntax