Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
How to append two Datum values in the Content XML?
gupt_a123
In content XML , I am using the following code:
Please find the attachment named 'datum.jpg'.
I want to append these datum (D1 & F1), so that the output is like
templatedata/data/Address_Bannertextstring
Suggest me a way to solve this issue.
Thanks in Advance!!!
Find more posts tagged with
Comments
interDev
Get these 2 values in XSLT variables and concatenate them. where is the problem?
gupt_a123
I want to append both the variables in the Content XML itself. Is there any way, that I can use my Logic in the content XML as I would done it in Appearance XSL?
prof_brazen_guff
TS 6.7.2, LS 3.1
I've recently wanted to do this too. Anyone done anything like it before?
Thanks in advance
Paul
jbonifaci
I am a bit confused by this. What exactly are you trying to do?
If you want to add the datums to the Content XML, what is stopping you from adding them?
Is there something you are trying to do that is dynamic? Unfortunately, there is really nothing dynamic you can do with datums.
Please be clear what exactly you are trying to do.
Thanks!
~Jeff
prof_brazen_guff
As was described in gupt_a123's original post, I wanted to concatenate the values of two string datums in Content XML, then pass the combined value to my java external. Anyway, in the end I modified my java so that it would accept multiple parameters - problem solved!
Paul
tec_iwov
why try to do it in the xml? if your passing them to a java external just concatenate them there
prof_brazen_guff
See my message above - that's exactly what I did.