minor changes to test commit
This commit is contained in:
parent
f3a8205225
commit
73f429f9b4
3 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||
xmlns:java="java" >
|
||||
|
||||
|
||||
<xsl:output method="text"/>
|
||||
|
||||
<xsl:template match="/">
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
xmlns:thdl="java:org.thdl.tib.text.ttt.EwtsToUnicodeForXslt"
|
||||
exclude-result-prefixes="thdl encoder" >
|
||||
|
||||
|
||||
<xsl:import href="qdToUnicode.xsl"/>
|
||||
|
||||
<xsl:output method="xml" encoding="UTF-8" indent="yes" name="unicode.out"/>
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
exclude-result-prefixes="thdl"
|
||||
version="2.0">
|
||||
|
||||
|
||||
<xsl:template match="/">
|
||||
<xsl:apply-templates/>
|
||||
</xsl:template>
|
||||
|
|
Loading…
Reference in a new issue