Hi,I am trying to create a XML type dcr and found an issue, not sure if that is a restriction from Teamsite or there is any way around.I need an output like:[HTML] Some value here[/HTML] How can I achieve this? Problem is with puting attribute and node value together without putting additional tag in between[HTML] Some value here[/HTML] This is achievable.Any suggestions?
... <item name="filter" pathid="filter"> <text .../> </item> <item name="id" pathid="@id"> <text .../> </item> <item name="name" pathid="@name"> <text .../> </item>...
... <filter id="id-value" name="name-value">filter-value </filter>...
Could not find anything in the XML document which suggests xml creation with this format.
Thanks Adam,I am able to achieve the element and attribute creation but the issue off creating element node with value is what I wanted to check. Could not find anything in the XML document which suggests xml creation with this format.[HTML] Some value here[/HTML]
THANKS EVERYONE Great Help !!
So - what was the ultimate resolution?