Skip to main content
1-Visitor
November 15, 2019
Solved

Removing Entity after pulling in the text

  • November 15, 2019
  • 1 reply
  • 2366 views

When using Arbortext 6.0, can you remove the entity files from the XML file after pulling in the text from the entity?  Basically using entities to share content and upon publishing remove all entities and keep the content.  Which basically flat files the xml file.

Best answer by GarethOakes

Yes, Arbortext is able to flatten files in this way but it's not available through the menus. You would have to write a small script to do the work. Look up the doc_flatten function in the Arbortext Help Center.

1 reply

16-Pearl
November 16, 2019

Yes, Arbortext is able to flatten files in this way but it's not available through the menus. You would have to write a small script to do the work. Look up the doc_flatten function in the Arbortext Help Center.

1-Visitor
November 19, 2019

Thanks