我试过以下代码
tell application "Adobe InDesign CS5.5"
select text of XML element 1 of active document
set xmlelem to item 1 of associated XML elements of selection
untag xmlelem
end tell
我有一个错误
"Adobe InDesign CS5.5 got an error: This element cannot be deleted."
有没有办法取消标记根元素?