This looks like a xml parsing error. Please check 1) The line <?xml version="1.0" encoding="UTF-8"?>
is the FIRST line in your xml file 2) There are no white space chars (blanks) before <?xml version="1.0" encoding="UTF-8"?>. The first character in you file has to be the "<" character. Quoting Gis Mage <[email protected]>: > Hello! > > I'm getting an error trying to create a generalizing data store. > > Error creating data store, check the parameters. Error message: The > processing instruction target matching "[xX][mM][lL]" is not allowed. > > I'm using geoserver 2.1 RC2 with pregeneralized-plugin from here: > http://gridlock.openplans.org/geoserver/trunk/ext-latest/ > > I'm using a postgis database with "horizontal layout" - multiple geometry > columns in one table and I do everything like in tutorial > http://osgeo-org.1803224.n2.nabble.com/attachment/6137141/0/pregen_tutorial.html > > And my xml looks like this: > <?xml version="1.0" encoding="UTF-8"?> > <GeneralizationInfos version="1.0"> > <GeneralizationInfo dataSourceNameSpace="uno" > dataSourceName="wizbase" featureName="reggen" baseFeatureName="reggen" > geomPropertyName="the_geom"> > <Generalization dataSourceNameSpace="uno" > dataSourceName="wizbase" distance="0.1" featureName="reggen" > geomPropertyName="the_geom01"/> > <Generalization dataSourceNameSpace="uno" > dataSourceName="wizbase" distance="0.01" featureName="reggen" > geomPropertyName="the_geom001"/> > <Generalization dataSourceNameSpace="uno" > dataSourceName="wizbase" distance="0.001" featureName="reggen" > geomPropertyName="the_geom0001"/> > </GeneralizationInfo> > </GeneralizationInfos> > > Where is the problem? > ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. ------------------------------------------------------------------------------ Enable your software for Intel(R) Active Management Technology to meet the growing manageability and security demands of your customers. Businesses are taking advantage of Intel(R) vPro (TM) technology - will your software be a part of the solution? Download the Intel(R) Manageability Checker today! http://p.sf.net/sfu/intel-dev2devmar _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
