ZVON > References > XSLT Reference
Example 73:2: All | XML | XSLT | >> Output << |

Output

<?xml version="1.0" encoding="utf-8"?>
<alias:stylesheet xmlns:alias="http://www.w3.org/1999/XSL/Transform" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:zvon="http://www.zvon.org/" version="1.0">
   <alias:template match="/">
      <alias:text>Hello, world!</alias:text>
   </alias:template>
</alias:stylesheet>