Skip to content

Commit

Permalink
Do not 'select' the variable, just output.
Browse files Browse the repository at this point in the history
  • Loading branch information
kefo committed Jan 20, 2023
1 parent 110e9ed commit 189f922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/02-010-048.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
</transform>
</var>
<sf code="a" repeatable="false">
<select xpath="$vLccn"/>
<transform><xsl:value-of select="$vLccn" /></transform>
</sf>
<sf code="z">
<select xpath="ancestor::bf:Instance/bf:identifiedBy/*[
Expand Down

0 comments on commit 189f922

Please sign in to comment.