<?xml version="1.0"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:de="de" xmlns:av="av">
	<xsl:output method="text"/>
	<xsl:variable name="sep" select="'|'"/>
	<xsl:template match="/">
		<xsl:for-each select="av:alisAVCurrentStatus[1]/de:AV-Current[1]">
			<xsl:for-each select=".//*">
				<xsl:value-of select="local-name()"/>
				<xsl:if test="current() != last()">
					<xsl:value-of select="$sep"/>
				</xsl:if>
			</xsl:for-each>
		</xsl:for-each>
		<xsl:value-of select="'&#xA;'"/>
		<xsl:for-each select="av:alisAVCurrentStatus/de:AV-Current">
			<xsl:for-each select=".//*">
				<xsl:if test="count(*) = 0">
					<xsl:value-of select="text()[1]"/>
					<xsl:if test="current() != last()">
						<xsl:value-of select="$sep"/>
					</xsl:if>
				</xsl:if>
			</xsl:for-each>
			<xsl:value-of select="'&#xA;'"/>
		</xsl:for-each>
	</xsl:template>
</xsl:stylesheet><!-- Stylus Studio meta-information - (c) 2004-2009. Progress Software Corporation. All rights reserved.

<metaInformation>
	<scenarios>
		<scenario default="yes" name="input.xml" userelativepaths="yes" externalpreview="no" url="input.xml" htmlbaseurl="" outputurl="" processortype="saxon8" useresolver="yes" profilemode="0" profiledepth="" profilelength="" urlprofilexml=""
		          commandline="" additionalpath="" additionalclasspath="" postprocessortype="none" postprocesscommandline="" postprocessadditionalpath="" postprocessgeneratedext="" validateoutput="no" validator="internal" customvalidator="">
			<advancedProp name="sInitialMode" value=""/>
			<advancedProp name="bXsltOneIsOkay" value="true"/>
			<advancedProp name="bSchemaAware" value="true"/>
			<advancedProp name="bXml11" value="false"/>
			<advancedProp name="iValidation" value="0"/>
			<advancedProp name="bExtensions" value="true"/>
			<advancedProp name="iWhitespace" value="0"/>
			<advancedProp name="sInitialTemplate" value=""/>
			<advancedProp name="bTinyTree" value="true"/>
			<advancedProp name="bWarnings" value="true"/>
			<advancedProp name="bUseDTD" value="false"/>
			<advancedProp name="iErrorHandling" value="fatal"/>
		</scenario>
	</scenarios>
	<MapperMetaTag>
		<MapperInfo srcSchemaPathIsRelative="yes" srcSchemaInterpretAsXML="no" destSchemaPath="" destSchemaRoot="" destSchemaPathIsRelative="yes" destSchemaInterpretAsXML="no"/>
		<MapperBlockPosition></MapperBlockPosition>
		<TemplateContext></TemplateContext>
		<MapperFilter side="source"></MapperFilter>
	</MapperMetaTag>
</metaInformation>
-->