Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
less output in "info" level
  • Loading branch information
EsGeh authored and EsGeh committed May 22, 2019
1 parent 141d88e commit 753ac7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stylesheets/rng_analyse.xsl
Expand Up @@ -409,7 +409,7 @@ as officially documented here: https://relaxng.org/spec.html#simple-syntax
</element>
<element name="p" namespace="{$tei_namespace}" >There are <value-of select="count($definitions)"/> definitions for this element:</element>
<for-each select="$definitions">
<value-of select="eoa:debug(eoa:info(), ('-------------------', concat('processing ', @name)))"/>
<value-of select="eoa:debug(eoa:debug(), ('-------------------', concat('processing ', @name)))"/>
<call-template name="print_definition_and_context"/>
</for-each>
</element>
Expand Down

0 comments on commit 753ac7a

Please sign in to comment.