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

Re: Transform some attributes into HTML span elements

Subject: Re: Transform some attributes into HTML span elements with delimiters (specific format)
From: Philipp Kursawe <phil.kursawe@xxxxxxxxx>
Date: Thu, 27 May 2010 10:28:52 +0200
Re:  Transform some attributes into HTML span elements
Thanks for the quick response!


> <xsl:template match="InspectionReportInput" name="customer">
> <span id="{name(@firstName)}">{@firstName}</span>&#xA0;<span id="{name(@lastName)}">{@lastName}</span>, <span id="{name(@city)}">{@city}</span>
> </xsl:template>

I call it like this.
<xsl:call-template name="customer"/>

and its output is:
<span xmlns="" id="">{@firstName}</span>&nbsp;<span xmlns=""
id="">{@lastName}</span>, <span xmlns="" id="">{@city}</span>

Any ideas?

Thanks,
Phil

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.