<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:output method="xml" indent="yes" encoding="iso-8859-1" />


<xsl:template match="SUIVI_CONSO">
	<wml>
		<head><meta http-equiv="Cache-Control" content="no-cache" forua="true"/></head>
	</wml>
<xsl:apply-templates/>

		
	<card id="suiviconso" title="suivi de la consommation user">
		<p>
		<xsl:template match="DATE">
			<u><xsl:apply-templates/></u>
		</xsl:templatematch>
				
		<xsl:template match="REFERENCE">
			<xsl:apply-templates/>
		</xsl:template>
				
		<xsl:template match="NOM">
			<xsl:apply-templates/>
		</xsl:template>
		
		<xsl:template match="FORFAIT">
			<xsl:apply-templates/>
		</xsl:template>
		
		<xsl:template match="TELEPHONE">
			<xsl:apply-templates/>
		</xsl:template>
		
		<xsl:template match="ENTETE">
			<xsl:apply-templates/>
		</xsl:template>
		
		<xsl:template match="CONSO">
			<xsl:apply-templates/>
		</xsl:template>
		
		<xsl:template match="HF">
			<xsl:apply-templates/>
		</xsl:template>
		
		<xsl:template match="HF2">
			<xsl:apply-templates/>
		</xsl:template>
		</p>
	</card>
</xsl:stylesheet>
