Project

General

Profile

« Previous | Next » 

Revision 10059

Added by Bryce Mecum over 7 years ago

Continue work on ISO XSLTs

- We now have a template for CI_Citation
- I moved some templates into separate XSLTs
- Cleaned up overally structure/styling of translated output

View differences:

iso-gml.xsl
3 3
        xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4 4
        xmlns:gml="http://www.opengis.net/gml/3.2" version="1.0">
5 5

  
6
    <xsl:output method="html" encoding="UTF-8"
7
                doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN"
8
                doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
9
                indent="yes" />
10

  
11 6
    <xsl:template match="gml:Point">
12 7

  
13 8
    </xsl:template>

Also available in: Unified diff