mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-25 16:55:39 +00:00
#59 fix unparsed text uri resolving
This commit is contained in:
parent
13de7f00a4
commit
0717e22d33
10 changed files with 58 additions and 16 deletions
|
|
@ -37,6 +37,9 @@
|
|||
<result>
|
||||
<xsl:copy-of select="." />
|
||||
</result>
|
||||
<text>
|
||||
<xsl:value-of select="unparsed-text('some.txt','UTF-8')" />
|
||||
</text>
|
||||
</report>
|
||||
</xsl:template>
|
||||
|
||||
|
|
|
|||
1
src/test/resources/examples/simple/repository/some.txt
Normal file
1
src/test/resources/examples/simple/repository/some.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
This content should be transferred to the result document
|
||||
Loading…
Add table
Add a link
Reference in a new issue