Skip to content

Commit

Permalink
Fix #360
Browse files Browse the repository at this point in the history
  • Loading branch information
Ladislav Lhotka committed Jan 30, 2018
1 parent 3f8fef7 commit f564fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xslt/jsonxsl-templates.xsl
Expand Up @@ -267,7 +267,7 @@
<xsl:call-template name="nsuri-to-module">
<xsl:with-param
name="uri"
select="../namespace::*[name()=normalize-space($prf)]"/>
select="ancestor-or-self::*/namespace::*[name()=normalize-space($prf)]"/>
</xsl:call-template>
</xsl:variable>
<xsl:if test="string-length($modname)=0">
Expand Down

0 comments on commit f564fcc

Please sign in to comment.