<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:myns="http://example" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  <xsl:output method="xml" xmlns:xalan="http://xml.apache.org/xslt" indent="yes" encoding="UTF-8" xalan:indent-amount="2"/>
  <xsl:template match="/">
    <myns:myroot>
      <xsl:for-each select="myns:myroot/myns:one">
        <myns:two>
          <xsl:value-of select="."/>
        </myns:two>
      </xsl:for-each>
    </myns:myroot>
  </xsl:template>
</xsl:stylesheet>
<!-- Stylus Studio meta-information - (c)1998-2001 eXcelon Corp.
<metaInformation>
<scenarios ><scenario default="yes" name="Scenario1" userelativepaths="yes" url="namespace.xml" htmlbaseurl="" processortype="custom" commandline="sips&#x2D;xslt.cmd &#x2D;xmlfile %1 &#x2D;xsltfile %2 &#x2D;result %3" additionalpath="" additionalclasspath="" postprocessortype="custom" postprocesscommandline="" postprocessadditionalpath="" postprocessgeneratedext="."/></scenarios><MapperInfo  srcSchemaPath="namespace.xsd" srcSchemaRoot="myroot" srcSchemaPathIsRelative="yes" destSchemaPath="namespace.xsd" destSchemaRoot="myroot" destSchemaPathIsRelative="yes" />
</metaInformation>
-->