<?xml version="1.0"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

	<xsl:template match="/">
		<xsl:apply-templates select="page/contents"/>
	</xsl:template>

	<xsl:template match="contents">
		<xsl:apply-templates select="*"/>
		<xsl:text>---------------------------------------</xsl:text>
		<xsl:call-template name="newline"/>
	</xsl:template>

	<xsl:template match="title|desc">
		<xsl:value-of select="."/>
		<xsl:call-template name="newline"/>
	</xsl:template>

	<xsl:template name="newline">
		<xsl:text>
</xsl:text>
	</xsl:template>
</xsl:stylesheet><!-- Stylus Studio meta-information - (c) 2004-2005. Progress Software Corporation. All rights reserved.
<metaInformation>
<scenarios ><scenario default="yes" name="Scenario1" userelativepaths="yes" externalpreview="no" url="page.xml" htmlbaseurl="" outputurl="" processortype="internal" profilemode="0" profiledepth="" profilelength="" urlprofilexml="" commandline="" additionalpath="" additionalclasspath="" postprocessortype="none" postprocesscommandline="" postprocessadditionalpath="" postprocessgeneratedext=""/></scenarios><MapperMetaTag><MapperInfo srcSchemaPathIsRelative="yes" srcSchemaInterpretAsXML="no" destSchemaPath="" destSchemaRoot="" destSchemaPathIsRelative="yes" destSchemaInterpretAsXML="no"/><MapperBlockPosition><template match="/"></template></MapperBlockPosition></MapperMetaTag>
</metaInformation>
-->