This content has been marked as final.
Show 2 replies
-
1. Re: How to add element to another element [CS5-VB.net]
Praveen10 May 26, 2010 10:16 PM (in response to Praveen10)Hi,
Anyone pl. respond?
Thanks,
Praveen
-
2. Re: How to element to another element [CS5-VB.net]
Kasyan Servetsky May 27, 2010 7:09 AM (in response to Praveen10)This code works for me. ( I'm on CS3).
Set myInDesign = CreateObject("InDesign.Application.CS3") Set mySelection = myInDesign.Selection(1) mySelection.AssociatedXMLElements(1).xmlElements(1).xmlElements.Add "citation", mySelectionKasyan


