Retrieving values of a linked component in Dreamweaver TBB - and making it SiteEditable
问题 I am working on Dreamweaver TBBs in SDL Tridion 2011 SP1. I am unaware of handling component links in Dreamweaver TBBs. Consider my Component name is "A" which has link to another component "B". Component A source looks like this: <Content xmlns="Some UUID"> <Name xlink:type="simple" xlink:href="tcm:184-1897" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:title="B"></Name> </Content> Component B source is: <Content xmlns="Some other UUID"> <first>first field</first> <second>second field<