Altova Mailing List Archives>Archive Index >microsoft.public.xsl Archive Home >Recent entries >Thread Prev - Re: Transform fields to node attributes? >Thread Next - Re: Transform fields to node attributes? Re: Transform fields to node attributes?To: NULL Date: 1/3/2009 2:55:00 PM I'm new to XSL, so I couldn't completely follow your posts. Actually i
managed to set it up as follows, by looking at an example in MSDN help file:
<xsl:template match="/">
<Coupon>
<xsl:for-each select="Event">
<Event Status="{Status}"
League="{League}"
Date="{Date}"
Time="{Time}"
/>
</xsl:for-each>
</Coupon>
</xsl:template>
which worked. But I want to do another thing on the Date attribute. I have a
template for converting the Date value into another format. Which is the
syntax of the template call (with a parameter ) that I must use in the above
XSLT ?
TIA
| ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
