<?xml version='1.0' ?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
	<xsl:template match="/">
		<ref-list>
			<xsl:for-each select="table/row">
				<ref>
					<label>
						<xsl:value-of select="label"/>
					</label>
					<nlm-citation>
						<xsl:value-of select="nlm-citation"/>
						<person-group>
							<name>
								<surname>
									<xsl:value-of select="surname"/>
								</surname>
								<given-names>
									<xsl:value-of select="given-names"/>
								</given-names>
							</name>
						</person-group>
						<source>
							<xsl:value-of select="source"/>
						</source>
						<year>
							<xsl:value-of select="year"/>
						</year>
						<fpage>
							<xsl:value-of select="fpage"/>
						</fpage>
						<lpage>
							<xsl:value-of select="lpage"/>
						</lpage>
						<article-title>
							<xsl:value-of select="article-title"/>
						</article-title>
						<volume>
							<xsl:value-of select="volume"/>
						</volume>
					</nlm-citation>
				</ref>
			</xsl:for-each>
		</ref-list>
	</xsl:template>
</xsl:stylesheet><!-- Stylus Studio meta-information - (c) 2004-2009. Progress Software Corporation. All rights reserved.

<metaInformation>
	<scenarios>
		<scenario default="yes" name="Scenario1" userelativepaths="yes" externalpreview="no" url="converter:CSV:first=yes?Book2.csv" 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="ref-list.xml" destSchemaRoot="ref-list" destSchemaPathIsRelative="yes" destSchemaInterpretAsXML="no">
			<SourceSchema srcSchemaPath="converter:CSV:first=yes?Book2.csv" srcSchemaRoot="table" AssociatedInstance="" loaderFunction="document" loaderFunctionUsesURI="no"/>
		</MapperInfo>
		<MapperBlockPosition>
			<template match="/">
				<block path="ref-list/xsl:for-each" x="160" y="36"/>
			</template>
		</MapperBlockPosition>
		<TemplateContext></TemplateContext>
		<MapperFilter side="source"></MapperFilter>
	</MapperMetaTag>
</metaInformation>
-->