<?xml version="1.0" encoding="US-ASCII"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
	<xsl:output doctype-public="ISO//Web3D//DTD X3D 3.0//EN" doctype-system="http://www.web3d.org/specifications/x3d-3.0.dtd" method="xml" encoding="US-ASCII" indent="yes" omit-xml-declaration="yes"/>
	<xsl:template match="/">
		<X3D profile="Immersive" xmlns:xsd="http://www.w3.org/2001/XMLSchema-instance" xsd:noNamespaceSchemaLocation="http://www.web3d.org/specifications/x3d-3.0.xsd" version="3.0">
			<Scene>
				<xsl:comment> create a transform for each cd </xsl:comment>
				<xsl:apply-templates select="catalog/cd"/>
			</Scene>
		</X3D>
	</xsl:template>
	<xsl:template match="cd">
		<Transform>
			<xsl:attribute name="translation">
				<xsl:value-of select="(position() - 1) * 10"/>
				<xsl:text> 0 0</xsl:text>
			</xsl:attribute>
			<Shape>
				<Text string="&quot;{title}&quot;"/>
			</Shape>
		</Transform>
	</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="zon.xml" htmlbaseurl="" outputurl="" processortype="internal" useresolver="yes" profilemode="0" profiledepth="" profilelength="" urlprofilexml="" commandline="java.exe jd.xml.xslt.Stylesheet %1 %2 >%3" additionalpath="" additionalclasspath="C:\j\lib\jdxslt.jar" 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>
-->