tag tables and add to parent textframe
Hello,
I am trying to add a table to my xml structure, but when i tag it, it gets added to a section, which is not what i want. I want the table to be added to the textframe (this is the xml element where the section is added to). In other words: this is the current structure:
- frame
- section
-table
and i want it to be like this:
- frame
- section
- table
Is ther an easy way to achieve this? Any help would be appreciated.