<?xml version="1.0"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:a="http://www.fixprotocol.org/FIXML-4-4">
	<xsl:output method="text"/>
	<xsl:strip-space elements="*"/>
		<xsl:template match="text()"/>
	<xsl:template match="/a:FIXML/a:Batch/a:SecDef">
		<xsl:for-each select="a:Instrmt">
			<xsl:value-of select="concat(@NTPosLmt, '|', @PosLmt, '|', @Sym, '|', @Desc, '|', @CFI, '|', @StrkCcy, '|', @SettlOnOpenFlag)"/>
			<xsl:for-each select="a:Pty">
				<xsl:value-of select="concat('|', @ID)"/>
			</xsl:for-each>
		</xsl:for-each>
		<xsl:for-each select="Undly">
			<xsl:value-of select="concat('|', @Sym, '|', @Qty, '|', @AllocPct)"/>
		</xsl:for-each>
	</xsl:template>
</xsl:stylesheet><!-- Stylus Studio meta-information - (c) 2004-2006. Progress Software Corporation. All rights reserved.
<metaInformation>
<scenarios ><scenario default="yes" name="fixxml.xml" userelativepaths="yes" externalpreview="no" url="fixxml.xml" htmlbaseurl="" outputurl="" processortype="internal" useresolver="yes" profilemode="0" profiledepth="" profilelength="" urlprofilexml="" commandline="" additionalpath="" additionalclasspath="" postprocessortype="none" postprocesscommandline="" postprocessadditionalpath="" postprocessgeneratedext="" validateoutput="no" validator="internal" customvalidator=""/></scenarios><MapperMetaTag><MapperInfo srcSchemaPathIsRelative="yes" srcSchemaInterpretAsXML="no" destSchemaPath="" destSchemaRoot="" destSchemaPathIsRelative="yes" destSchemaInterpretAsXML="no"/><MapperBlockPosition></MapperBlockPosition><TemplateContext></TemplateContext><MapperFilter side="source"></MapperFilter></MapperMetaTag>
</metaInformation>
-->