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>