|
[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: RE: append strings in XSLT
Hi yes correct I wanted to concate text in an attribute, but already found out that my problem was also to put the "for-each" in wrong step in my xslt. Now it looks something like this : <xsl:element name="Text"> <xsl:attribute name="string"> <xsl:for-each select="Feed/item"> <xsl:value-of select="concat(title,description)"/> </xsl:for-each> </xsl:attribute> and seem to work fine. I will try your version later on. Thanks to you guys. Greets Sebastian > XSLT coding questions are best asked on the xsl-list at mulberrytech.com > > It looks like you want the concatenated text in an attribute, ist wahr? > > In XSLT 2.0: > > <element string="{item/title}"/> > -- Psssst! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger [Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] |
Purchase Stylus Studio Online Today!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|
|||||||||






