fixed xsi:schemaLocation
Signed-off-by: Alexander Winkler <winkler@zib.de>
This commit is contained in:
parent
05e0ba9e51
commit
1450d9eaae
|
@ -4,7 +4,7 @@
|
||||||
xmlns:gml="http://www.opengis.net/gml">
|
xmlns:gml="http://www.opengis.net/gml">
|
||||||
<xsl:output method="xml" omit-xml-declaration="no" encoding="UTF-8" indent="yes"/>
|
<xsl:output method="xml" omit-xml-declaration="no" encoding="UTF-8" indent="yes"/>
|
||||||
<xsl:template match="/">
|
<xsl:template match="/">
|
||||||
<lido:lidoWrap xmlns:lido="http://www.lido-schema.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.lido-schema.org http://www.lido-schema.org/schema/v1.1/lido-v1.1.xsd" xmlns:gml="http://www.opengis.net/gml" xmlns:schemaLocation="http://schemas.opengis.net/gml/3.1.1/base/feature.xsd">
|
<lido:lidoWrap xmlns:lido="http://www.lido-schema.org" xmlns:gml="http://www.opengis.net/gml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.lido-schema.org http://www.lido-schema.org/schema/v1.1/lido-v1.1.xsd http://www.opengis.net/gml http://schemas.opengis.net/gml/3.1.1/base/feature.xsd">
|
||||||
<xsl:apply-templates select="/root"/>
|
<xsl:apply-templates select="/root"/>
|
||||||
</lido:lidoWrap>
|
</lido:lidoWrap>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user