append values to a variable xsl:variable
Here should go questions about transforming XML with XSLT and FOP.
-
- Posts: 2
- Joined: Thu Oct 08, 2009 1:04 pm
append values to a variable xsl:variable
Hi..
I need to append a value to a variable, and can't find the way how to..
i.e.
Inital value of "fullname": "ABC,"
append "DEF,"
New value of "fullname": "ABC,DEF"
<xsl:variable name="fullname"
select="append to fullname.."/>
Thanks!
AdZy
I need to append a value to a variable, and can't find the way how to..
i.e.
Inital value of "fullname": "ABC,"
append "DEF,"
New value of "fullname": "ABC,DEF"
<xsl:variable name="fullname"
select="append to fullname.."/>
Thanks!
AdZy
-
- Posts: 4141
- Joined: Fri Mar 28, 2003 2:12 pm
Re: append values to a variable xsl:variable
Post by sorin_ristache »
Hello,
You cannot change the value of a variable in XSLT. You have to create a new variable based on the value of the first variable (fullname).
Regards,
Sorin
You cannot change the value of a variable in XSLT. You have to create a new variable based on the value of the first variable (fullname).
Regards,
Sorin
Jump to
- Oxygen XML Editor/Author/Developer
- ↳ Feature Request
- ↳ Common Problems
- ↳ DITA (Editing and Publishing DITA Content)
- ↳ SDK-API, Frameworks - Document Types
- ↳ DocBook
- ↳ TEI
- ↳ XHTML
- ↳ Other Issues
- Oxygen XML Web Author
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Content Fusion
- ↳ Feature Request
- ↳ Common Problems
- Oxygen JSON Editor
- ↳ Feature Request
- ↳ Common Problems
- Oxygen PDF Chemistry
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Feedback
- ↳ Feature Request
- ↳ Common Problems
- Oxygen XML WebHelp
- ↳ Feature Request
- ↳ Common Problems
- XML
- ↳ General XML Questions
- ↳ XSLT and FOP
- ↳ XML Schemas
- ↳ XQuery
- NVDL
- ↳ General NVDL Issues
- ↳ oNVDL Related Issues
- XML Services Market
- ↳ Offer a Service