Skip to content

Commit 0080cf4

Browse files
authored
add missing fn ns declaration (#197)
1 parent aa6be41 commit 0080cf4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client

src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client/functions.xsl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ xmlns:xs="http://www.w3.org/2001/XMLSchema"
2020
xmlns:map="http://www.w3.org/2005/xpath-functions/map"
2121
xmlns:json="http://www.w3.org/2005/xpath-functions"
2222
xmlns:array="http://www.w3.org/2005/xpath-functions/array"
23+
xmlns:fn="http://www.w3.org/2005/xpath-functions"
2324
xmlns:ac="∾"
2425
xmlns:ldh="&ldh;"
2526
xmlns:rdf="&rdf;"
@@ -166,4 +167,4 @@ exclude-result-prefixes="#all"
166167
<xsl:sequence select="ixsl:call(ldh:new('DOMParser', []), 'parseFromString', [ $string, $mime-type ])"/>
167168
</xsl:function>
168169

169-
</xsl:stylesheet>
170+
</xsl:stylesheet>

0 commit comments

Comments
 (0)