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)
Fetching node item through multi-select in DCT
acezone
Hi All,
I have a situation here with me. My client have a requirment to create an XML output file and then calling a node of XML file in DCT.
Till here I am OK to show all the node of XML file in DCT. Now situation get complex, when client asked to select a node in DCT and need to show in HTML format as in <a href> tag.
Please find the attached sample XML file. Through ipl I am able to show "name" value of the node, and on the same basis I now need to show the detail of this node in HTML format, such as <a href=''link' target="img_target"><img src="img_image" .... /></a>
Hope this will be helpful in understanding the requirement.
Could anyone guide me in resolving the issue.
Regards,
Ace
Find more posts tagged with
Comments
ISCBorisB
Through ipl I am able to show "name" value of the node...
Run perldoc on TeamSite:
CRparser and TeamSite:
CRnode Classes, that's often used in TS to parse/traverse DCRs.
There are also several KB Articles and DevNet threads discussing DCR parsing. If you have problems, post your code.