Hi Andrea,

Thank you for your response. It magically worked after restarting tomcat. 

BTW. is it possible to transform a feature to multiple output format, like:

<transform>
    <sourceFormat>text/xml; subtype=gml/2.1.2</sourceFormat>
    <outputFormat>html</outputFormat>
    <outputMimeType>text/html</outputMimeType>
    <fileExtension>html</fileExtension>
    <xslt>gml2table.xslt</xslt>
    <featureType>
        <id>topp:states</id>
    </featureType>
</transform>

<transform>
    <sourceFormat>text/xml; subtype=gml/2.1.2</sourceFormat>
    <outputFormat>xml</outputFormat>
    <outputMimeType>text/xml</outputMimeType>
    <fileExtension>html</fileExtension>
    <xslt>gml2xml.xslt</xslt>  
    <featureType>
        <id>topp:states</id>
    </featureType>
</transform>

Cheers,

Sige



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/XSLT-WFS-output-format-issue-tp5051082p5051457.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to