Skip to main content
Known Participant
July 31, 2017
Answered

Automating an update for all structured tables after adding a header row and renaming the element in the EDD

  • July 31, 2017
  • 1 reply
  • 348 views

I use structured tables in my documents for information boxes. Recently, I've changed their structure, adding a header row, renaming the element, and using a different format tag. When I change the element in a document, it does so, but doesn't add a header row automatically (though does in part implement the new format tag) -- is there some way to do a global update of all information boxes (so that they include the newly created header row)?

Also, just to note the new style information boxes (again which are implemented as structured tables) are different elements to the old style information boxes (to solve some naming consistency issues). I was (perhaps naively) hoping that changing the old element names to the new element names would implement the formatting tags associated with the new elements over the old elements (and insert the header row)...

This topic has been closed for replies.
Correct answer Russ Ward

Hi ABJB,

EDD changes can't modify your content structure. Furthermore, EDD control over table styles is minimal.

Whenever I need to do structural maintenance like this, I use my FrameSLT plugin.

FrameSLT - West Street Consulting

Russ

1 reply

Russ WardCorrect answer
Legend
August 3, 2017

Hi ABJB,

EDD changes can't modify your content structure. Furthermore, EDD control over table styles is minimal.

Whenever I need to do structural maintenance like this, I use my FrameSLT plugin.

FrameSLT - West Street Consulting

Russ

Known Participant
August 6, 2017

Hi Russ,

Thank you, I'll give FrameSLT a try.

Adrian