There are 2 comments.
 
 
LiveData Exporter Application / cid:jira-generated-image-avatar-e04c9857-e412-49b0-8a6a-3ff0d69803bf LDEXP-9 Open

Add ability to remove HTML tags during export

 
View issue   ยท   Add comment
 

2 comments

 
cid:jira-generated-image-avatar-9dd9292d-5e66-4be1-ac10-d1f5136d0b72 Gunter Ohrner on 27/Apr/26 13:34
 

Note that LiveData Exporter should probably preferrably determine how the cell would be rendered by the LiveData Table, instead of blindly stripping whatever it thinks is HTML.

For example, a table could intentionally return HTML examples to be rendered as plain text as-is, in contrast to cells rendered server-side to be passed through to the browser without escaping.

Alternatively the other way around: Cell contents passed to the browser for rendering, which however don't "officially" start with an HTML tag, but can contain HTML entity references or embedded tags.

LiveData "knows" which cells are intended to be rendered as raw HTML, and the LiveData Exporter might somehow be able to use this information.

 
cid:jira-generated-image-avatar-9dd9292d-5e66-4be1-ac10-d1f5136d0b72 Gunter Ohrner on 27/Apr/26 13:34
 
Note that LiveData Exporter should probably preferrably determine how the cell would be rendered by the LiveData Table, instead of blindly stripping whatever it thinks is HTML.

For example, a table could intentionally return HTML examples to be rendered as plain text as-is, in contrast to cells rendered server-side to be passed through to the browser without escaping.

Alternatively the other way around: Cell contents passed to the browser for rendering, which however don't "officially" start with an HTML tag, but can contain HTML entity references or embedded tags.

The LiveData table view "knows" which cells are intended to be rendered as raw HTML, and the LiveData Exporter might somehow be able to use this information.