Copy link to clipboard
Copied
Hello everyone!
In InDesign, how can I use a script to add a comment to an XML object in the Structure, and how can I retrieve the comment content of an XML object?
Thank you all!
I have successfully added
element.xmlComments.add(comment);
and retrieved
element.xmlComments.value;
I apologize for taking up community resources, and I appreciate everyone's help.
Copy link to clipboard
Copied
I have successfully added
element.xmlComments.add(comment);
and retrieved
element.xmlComments.value;
I apologize for taking up community resources, and I appreciate everyone's help.