Opened 14 years ago
Closed 14 years ago
#305 closed enhancement (fixed)
Harvester / OGC WxS / split XSL for each type of services
Reported by: | Fxp | Owned by: | fxp |
---|---|---|---|
Priority: | minor | Milestone: | v2.7.0 |
Component: | General | Version: | v2.6.0 |
Keywords: | Cc: |
Description
Actually, one XSL is used for all types and versions of OGC services.
Make one stylesheet for each type to make it easier to read and easier to add new transformation.
String styleSheet = context.getAppPath() + Geonet.Path.IMPORT_STYLESHEETS + "/OGC" + params.ogctype.substring(0,3) + "GetCapabilities-to-ISO19119_ISO19139.xsl";
Discussion about SOS integration: http://osgeo-org.1803224.n2.nabble.com/Add-a-new-Stylesheet-transformation-td5483549.html#a5483549
Note:
See TracTickets
for help on using tickets.
r6680