0
Contributor
,
/t5/indesign-discussions/how-can-i-use-a-script-to-add-a-comment-to-an-xml-object-in-the-structure/td-p/15153537
Feb 14, 2025
Feb 14, 2025
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!
TOPICS
Scripting
,
SDK
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
1 Correct answer
Contributor
,
Feb 14, 2025
Feb 14, 2025
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.
Contributor
,
LATEST
/t5/indesign-discussions/how-can-i-use-a-script-to-add-a-comment-to-an-xml-object-in-the-structure/m-p/15153583#M611023
Feb 14, 2025
Feb 14, 2025
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.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

