Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
I'm trying to add metadata and bookmarks when publishing a document to PDF using a FOSI stylesheet. I've added a usetext to the root tag however everytime I try to apply the FOSI changes I receive a "Generated text contains unbalanced tags, i.e. begin tags without ends, or vice versa. Cannot insert."
I would appreciate any help you could offer,
FOSI Code:
<e-i-c gi="comdtinst">
<charlist>
<usetext source="!<atidmd:DocumentMetaData source="atend"></atidmd:DocumentMetaData>!" placemnt="before"></usetext>
<usetext source="!<atidmd:DocumentMetaData"><atidmd:outline><atidmd:bookmark><atidmd:title>Book Title</atidmd:title></atidmd:bookmark></atidmd:outline></atidmd:documentmetadata>!" placemnt="after"></usetext>
</charlist>
</e-i-c>