xref: /aosp_15_r20/external/apache-xml/test/tests/conf-fail/output78.xsl (revision 1212f9a0ffdc28482b8821715d2222bf16dc14e2)
1<?xml version="1.0"?>
2<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
3  <xsl:output omit-xml-declaration="no" encoding="ISO-8859-6"/>
4
5
6<xsl:template match="/">
7  <out>
8    <test>0626:ئ</test>
9    <test>062a:ت</test>
10  </out>
11</xsl:template>
12
13</xsl:stylesheet>