<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" 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="/">
    <myroot xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="file://y:\dev\dwb\projects\Untitled.tmp\appview\New_App0\BugRequiredElem\Target.xsd">
      <xsl:for-each select="myroot/aaa">
        <aaa>
          <xsl:value-of select="."/>
        </aaa>
      </xsl:for-each>
			<bbb/>
			<ccc/>
    </myroot>
  </xsl:template>
</xsl:stylesheet>
<!-- Stylus Studio meta-information - (c)1998-2002 eXcelon Corp.
<metaInformation>
<scenarios ><scenario default="yes" name="Scenario1" userelativepaths="yes" externalpreview="no" url="Sample1.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="Source.xsd" srcSchemaRoot="myroot" srcSchemaPathIsRelative="yes" srcSchemaInterpretAsXML="no" destSchemaPath="Target.xsd" destSchemaRoot="myroot" destSchemaPathIsRelative="yes" destSchemaInterpretAsXML="no"/>
</metaInformation>
-->