Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
I need to take a document that has Arbortext change tracking tags (e.g. atict:add) and convert it to one that has the Arbortext PIs (e.g. <?Pub tag add?>). Is there a supported way to do that or does anyone have an xslt?
Thanks,
Jeff
Hi Jeff,
We use ACL code to convert change tracking markup to processing instructions. We use the <?Pub _touchup?> and <?Pub /_touchup?> PIs. We are able to format those in FOSI and Styler stylesheets. If you need specific code examples, let me know. I could provide some fragments that do this. As far as I know, there is no "out of the box" method provided by Arbortext to convert the change tracking into PIs. I haven't examined the latest samples folders in the Editor install tree, though, so there could be something basic there.
Also, it is a good idea to join the Adepters mailing list where lots and lots of Arbortext users, admins, and developers hang out 24/7/366 (it is a leap year, you know!). Information on joining that list (as well as pointers to lots of other Arbortext resources) can be found here:
http://blog.single-sourcing.com/top-arbortext-resources
See also:
http://www.single-sourcing.com/company/social.html
Good luck!