<xslTutorial creator="nicmila@idoox.com" zvonId="MNaaaa">

<index keywords='xsl:stylesheet'/>

<description>Every XSL stylesheet must start with xsl:stylesheet element. The atribute  version='1.0' xmlns:xsl specifies version of XSL(T) specification. This example shows the simplest possible stylesheet. As it does not contain any information, default processing is used. </description>
<example id="id1">
<xmlSource id="id3">
<em>Hello, world</em>   
</xmlSource>

<xslStylesheet id="id4">
</xslStylesheet>

</example>
</xslTutorial>