Since the XML GetFeatureInfo response is not defined in the WMS
specification, responses from different servers are different.
In order to handle the XML response from the WMS server, a parser routine
must be specified. The Java class name of the SAX parsing routine is
entered here. Parsing classes exist for the following WMS server types
and formats:
ArcIMS 3.1 WMS Connector (ARCXML)
com.moximedia.ows.xml.GetFeatureInfoArcImsEsrimap3
ArcIMS 4.x WMS Connector (application/vnd.ogc.gml)
com.moximedia.ows.xml.GetFeatureInfoArcImsEsrimap4
WMS Interoperability for ArcIMS 4 v0.0.6 (application/vnd.ogc.gml)
com.moximedia.ows.xml.GetFeatureInfoArcImsWMSServlet006
WMS Interoperability for ArcIMS 4 v1.0.0 (application/vnd.ogc.gml)
com.moximedia.ows.xml.GetFeatureInfoWsitWMSServlet
Cubewerx (application/x-cubestor-gml.1)
com.moximedia.ows.xml.GetFeatureInfoCubestorGml1
Intergraph (text/html)
com.moximedia.ows.xml.GetFeatureInfoIntergraphTextHtml
MapServer 3.6.x (application/vnd.ogc.gml)
com.moximedia.ows.xml.GetFeatureInfoMapServer36
MapServer 3.7.x (application/vnd.ogc.gml)
com.moximedia.ows.xml.GetFeatureInfoMapServer37
MapServer 4.x (application/vnd.ogc.gml)
com.moximedia.ows.xml.GetFeatureInfoMapServer4
Support for other server types will be added by Moxi Media as they
become available, or you can create your own parsing classes. Required.