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

xsl:element

Subject: xsl:element
From: "Selva, Francis" <Francis.Selva@xxxxxxxxxxxxxxx>
Date: Fri, 14 Apr 2000 11:01:41 -0700
xsl:element
I got some which is confusing me a lot.Either Im doing some basic mistake or
something wrong with my code.

xml

<years title="year" century="20th" month="April" Day="Thursday"></years>

xsl

<xsl:output method="xml"/>
	<xsl:template match="years">
		<xsl:element name="{@title}">2000</xsl:element>
		<xsl:value-of select="@title"/>
		<xsl:element name="IMG">
			<xsl:attribute name="SRC">wrose.jpg</xsl:attribute>
		</xsl:element>  
		<xsl:element name="FONT">
			<xsl:attribute name="SIZE">4</xsl:attribute>
			<xsl:attribute name="FACE">Courier
New</xsl:attribute>Checking the xsl:element Usage
		</xsl:element>
	</xsl:template>


What will be the output for xsl:element name="{@title}".This has been
discussed 2 days back.But for some reason my html output has only 2000 and
not <year>2000</year> and in rest of the xsl:element also,the img and the
font is executed in my html and Im not getting the xml format.Why?

Francis




*****************************************************
The woods are lovely,dark and deep.         
But I have promises to keep,                      
And miles to go before I sleep                   
And miles to go before I sleep.                   
*****************************************************


 


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


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.