]> granicus.if.org Git - postgis/commitdiff
<abstract> can't contain <note> (xmllint)
authorSandro Santilli <strk@keybit.net>
Sat, 10 Mar 2012 14:07:41 +0000 (14:07 +0000)
committerSandro Santilli <strk@keybit.net>
Sat, 10 Mar 2012 14:07:41 +0000 (14:07 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9466 b70326c6-7e19-0410-871a-916f4a2858ee

doc/extras_tigergeocoder.xml

index c6985d39f75bb6c009ba878f1c979359733d984e..0a5ffa38d34ab496cab657358d9ac44b39168603 100644 (file)
                        <para>All the geocode functions only reference the base tables, so there is no requirement that the data schema be called <varname>tiger_data</varname> or that data can't be further partitioned into other schemas -- e.g a different schema
                        for each state, as long as all the tables inherit from the tables in the <varname>tiger</varname> schema.</para>
                        
-                       <note><para>If you are using a prerelease version of PostGIS 2.0.0 tiger geocoder, you can upgrade the scripts using the accompanying upgrade_geocoder.bat / .sh scripts in tiger_2010.  We'll be
-                       refining the upgrade scripts until release.</para></note>
+                       <para>
+                         <note><para>
+If you are using a prerelease version of PostGIS 2.0.0 tiger geocoder,
+you can upgrade the scripts using the accompanying upgrade_geocoder.bat
+/ .sh scripts in tiger_2010.  We'll be refining the upgrade scripts
+until release.
+                         </para></note>
+                       </para>
                        <para>Design:</para>
                        <para>The goal of this project is to build a fully functional geocoder that can process an arbitrary 
                        address string and using normalized TIGER census data, produce a point geometry and rating reflecting the location of the given address and likeliness of the location.</para>