[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

mismatched tag

Subject: mismatched tag
From: "Pierre" <pierre@xxxxxxxxxxxxx>
Date: Fri, 2 Jul 2004 15:45:34 +0200
mismatched tag
Hi all,
Sorry i must misunderstand something what's wrong here
Xml : 
<?xml version="1.0" encoding="utf-8" ?>
<formulaire>
	<FRMFAT04001>
		<c001>
			<type>input<type>
			<desc>Societe</desc>
			<size>32</size>
			<name>001</name>
		</c001>
		<c002>
			<type>input</type>
			<desc>Adresse</desc>
			<size>32</size>
			<name>002</name>
		</c002> 
		<c003>
			<type>input</type>
			<desc>Complement</desc>
			<size>32</size>
			<name>003</name>
		</c003> 
		<c004>
			<type>input</input>
			<desc>Code postal</desc>
			<size>15</size>
			<name>004</name>
		</c004> 
		<c005>
			<type>input</type>
			<desc>Ville</desc>
			<size>32</size>
			<name>005</name>
		</c005>
		<c006>
			<type>input</type>
			<desc>Comte/Cedex</desc>
			<size>32</size>
			<name>006</name>
		</c006>
		<c007>
			<type>input</type>
			<desc>Pays</desc>
			<size>32</size>
			<name>007</name>
		</c007> 
	</FRMFAT04001>
</formulaire>
My xsl : 
<?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" />
	<xsl:template match="/">
		<xsl:for-each select="formulaire/FRMFAT04001/*">
			<xsl:value-of select="desc" /><br />
		</xsl:for-each>
	</xsl:template>
</xsl:stylesheet>

I don't see where I forgot or misplaced something
Thx for all
Pierre ROUWENS
pierre@xxxxxxxxxxxxx
www.web-lance.com
 
WEB-LANCE
Création intra-internet, CD-ROM etc?
Hébergement WEB et DATA
Solution anti-SPAM et anti-VIRUS pour mails




Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.