Skip to content

Commit

Permalink
Fix 2.2.0 namespace and add examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbjones committed Aug 14, 2019
1 parent 2b6a46d commit e83ce11
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions style/eml_appinfo2documentation.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<xsl:stylesheet
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:doc="eml://ecoinformatics.org/documentation-2.2.0"
xmlns:doc="https://eml.ecoinformatics.org/documentation-2.2.0"
exclude-result-prefixes="xs"
version="1.0">

Expand Down Expand Up @@ -38,8 +38,7 @@
<xsl:text>|</xsl:text>
</xsl:variable>
<xs:documentation>

<xsl:for-each select="doc:summary|doc:tooltip|doc:description">
<xsl:for-each select="doc:summary|doc:tooltip|doc:description|doc:example">
<xsl:value-of select="$newline"/>
<xsl:variable name="value" select="local-name()"/>
<xsl:value-of select="$value"/>
Expand Down

0 comments on commit e83ce11

Please sign in to comment.