<?xml version="1.0"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:wfs="http://www.opengis.net/wfs" xmlns:gml="http://www.opengis.net/gml" xmlns="http://www.fgdc.gov/framework/gc" xmlns:saxon="http://icl.com/saxon">
	<xsl:output method="xml" standalone="yes" omit-xml-declaration="no" encoding="ISO-8859-1"/>
	<xsl:param name="list"/>
	<xsl:param name="first"/>
	<xsl:template match="/">
<WFS_Capabilities 
   version="1.0.0" 
   updateSequence="0" 
   xmlns="http://www.opengis.net/wfs" 
   xmlns:ogc="http://www.opengis.net/ogc" 
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://www.opengis.net/wfs http://schemas.opengis.net/wfs/1.0.0/WFS-capabilities.xsd">

<!-- SCO Transformed WFS service -->

<Service>
  <Name>Transformed MapServer WFS</Name>
  <Title><xsl:value-of select="WFS_Capabilities/Service/Title"/></Title>
  <Abstract><xsl:value-of select="WFS_Capabilities/Service/Abstract"/></Abstract>
  <Keywords><xsl:value-of select="WFS_Capabilities/Service/Keywords"/></Keywords>
  <OnlineResource>http://maps.sco.wisc.edu/cgi-bin/fullwfs3.pl?</OnlineResource>
  <Fees><xsl:value-of select="WFS_Capabilities/Service/Fees"/></Fees>
  <AccessConstraints><xsl:value-of select="WFS_Capabilities/Service/AccessConstraints"/></AccessConstraints>
</Service>

<Capability>
  <Request>

    <GetCapabilities>
      <DCPType>
        <HTTP>
          <Get onlineResource="http://maps.sco.wisc.edu/cgi-bin/fullwfs3.pl?service=wfs&amp;version=1.0.0&amp;request=GetCapabilities" />
        </HTTP>
      </DCPType>
      <DCPType>
        <HTTP>
          <Post onlineResource="http://maps.sco.wisc.edu/cgi-bin/fullwfs3.pl?service=wfs&amp;version=1.0.0&amp;request=GetCapabilities" />

        </HTTP>
      </DCPType>
    </GetCapabilities>
    <DescribeFeatureType>
      <SchemaDescriptionLanguage>
        <XMLSCHEMA/>
        <SFE_XMLSCHEMA/>
      </SchemaDescriptionLanguage>
      <DCPType>

        <HTTP>
          <Get onlineResource="http://maps.sco.wisc.edu/cgi-bin/fullwfs3.plservice=wfs&amp;version=1.0.0&amp;request=DescribeFeatureType" />
        </HTTP>
      </DCPType>
      <DCPType>
        <HTTP>
          <Post onlineResource="http://maps.sco.wisc.edu/cgi-bin/fullwfs3.pl?service=wfs&amp;version=1.0.0&amp;request=DescribeFeatureType"  />
        </HTTP>
      </DCPType>

    </DescribeFeatureType>
    <GetFeature>
      <ResultFormat>
        <GML2/>
        <GML3/>
      </ResultFormat>
      <DCPType>
        <HTTP>
          <Get onlineResource="http://maps.sco.wisc.edu/cgi-bin/fullwfs3.pl?service=wfs&amp;version=1.0.0&amp;request=GetFeature"  />

        </HTTP>
      </DCPType>
      <DCPType>
        <HTTP>
          <Post onlineResource="http://maps.sco.wisc.edu/cgi-bin/fullwfs3.pl?service=wfs&amp;version=1.0.0&amp;request=GetFeature" />
        </HTTP>
      </DCPType>
    </GetFeature>
  </Request>

</Capability>

<FeatureTypeList>
  <Operations>
    <Query/>
  </Operations>
    <FeatureType>
        <Name>ControlPoint</Name>
        <Title>Control Points</Title>

        <Abstract><xsl:value-of select="WFS_Capabilities/FeatureTypeList/FeatureType/Abstract"/></Abstract>
        <Keywords><xsl:value-of select="WFS_Capabilities/FeatureTypeList/FeatureType/Keywords"/></Keywords>
        <SRS><xsl:value-of select="WFS_Capabilities/FeatureTypeList/FeatureType/SRS"/></SRS>
        <LatLongBoundingBox minx="-94.8892" miny="42.4918" maxx="-84.764" maxy="47.081" />
    </FeatureType>
</FeatureTypeList>

<ogc:Filter_Capabilities>
  <ogc:Spatial_Capabilities>
    <ogc:Spatial_Operators>
      <ogc:Intersect/>
      <ogc:DWithin/>
      <ogc:BBOX/>
    </ogc:Spatial_Operators>
  </ogc:Spatial_Capabilities>
  <ogc:Scalar_Capabilities>

    <ogc:Logical_Operators />
    <ogc:Comparison_Operators>
      <ogc:Simple_Comparisons />
      <ogc:Like />
      <ogc:Between />
    </ogc:Comparison_Operators>
  </ogc:Scalar_Capabilities>
</ogc:Filter_Capabilities>

</WFS_Capabilities>

	</xsl:template>
</xsl:stylesheet>
<!-- Stylus Studio meta-information - (c) 2004-2005. Progress Software Corporation. All rights reserved.
<metaInformation>
<scenarios ><scenario default="yes" name="Scenario1" userelativepaths="no" externalpreview="no" url="file:///c:/Documents and Settings/jpchapiewsky/Desktop/test.xml" htmlbaseurl="" outputurl="" processortype="internal" useresolver="yes" profilemode="0" profiledepth="" profilelength="" urlprofilexml="" commandline="" additionalpath="" additionalclasspath="" postprocessortype="none" postprocesscommandline="" postprocessadditionalpath="" postprocessgeneratedext="" validateoutput="no" validator="internal" customvalidator=""/></scenarios><MapperMetaTag><MapperInfo srcSchemaPathIsRelative="yes" srcSchemaInterpretAsXML="no" destSchemaPath="" destSchemaRoot="" destSchemaPathIsRelative="yes" destSchemaInterpretAsXML="no" ><SourceSchema srcSchemaPath="..\..\..\Documents and Settings\jpchapiewsky\Desktop\test.xml" srcSchemaRoot="FeatureCollection" AssociatedInstance="" loaderFunction="document" loaderFunctionUsesURI="no"/></MapperInfo><MapperBlockPosition><template match="/"><block path="ControlPoints/gml:featureMember/xsl:for&#x2D;each" x="328" y="192"/></template></MapperBlockPosition><TemplateContext></TemplateContext><MapperFilter side="source"></MapperFilter></MapperMetaTag>
</metaInformation>
-->
