<?xml version='1.0' encoding='UTF-8'?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html" encoding="UTF-8"/>
	<xsl:decimal-format name="euro" decimal-separator="," grouping-separator="."/>
	<xsl:decimal-format name="percent" decimal-separator="," grouping-separator="."/>

<xsl:template match="/">
	<p>Selling price:&#160; € 
		<xsl:value-of select="PACmessage/Projecten/Project/Uitgaven/Uitgave/Drukken/Druk/Calculatie/PW"/>
	</p>
</xsl:template>

</xsl:stylesheet><!-- Stylus Studio meta-information - (c) 2004-2005. Progress Software Corporation. All rights reserved.
<metaInformation>
<scenarios ><scenario default="yes" name="bruna4" userelativepaths="yes" externalpreview="no" url="file:///n:/Data/Pac/Documenten/Sjablonen/Bruna/pud10.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" ><SourceSchema srcSchemaPath="file:///n:/Data/Pac/Documenten/Sjablonen/Bruna/pud10.XML" srcSchemaRoot="PACmessage" AssociatedInstance="" loaderFunction="document" loaderFunctionUsesURI="no"/></MapperInfo><MapperBlockPosition><template match="/"><block path="html/body/xsl:apply&#x2D;templates" x="177" y="32"/><block path="html/body/h3[3]/table/tbody/xsl:for&#x2D;each" x="217" y="96"/><block path="html/body/table/tbody/xsl:for&#x2D;each" x="177" y="96"/><block path="html/body/table/tbody/xsl:for&#x2D;each/tr/td[1]/xsl:value&#x2D;of" x="137" y="96"/></template></MapperBlockPosition><TemplateContext></TemplateContext><MapperFilter side="source"></MapperFilter></MapperMetaTag>
</metaInformation>
-->