Skip to main content
Known Participant
October 21, 2009
Question

How to disable default values output of TextFlow attributes?

  • October 21, 2009
  • 1 reply
  • 677 views

Hi,

If I import text flow from XML and then export it back to XML default attributes are always added:

columnCount="inherit" columnGap="inherit" columnWidth="inherit" lineBreak="inherit" paddingBottom="inherit" paddingLeft="inherit" paddingRight="inherit" paddingTop="inherit" verticalAlign="inherit" whiteSpaceCollapse="preserve"

Is there a way to disable default values output?

This topic has been closed for replies.

1 reply

Adobe Employee
October 26, 2009

Currently there is no way to disable this, sorry. But its not changing the semantic value of the TextFlow.

Is this causing problems for you?

- robin

Known Participant
October 27, 2009

The reason was to make TextFlow XML more compact to reduce HTTP request time.

So the solution for me is to postprocess TextFlow XML removing default values.

Thanks,

Alexander