Page 1 of 1

XML refactoring removes CDATA markup

Posted: Thu Mar 08, 2018 9:01 pm
by mboudreau
I tried using the XML Refactoring tool to add an attribute to an element that has CDATA content, e.g.,

Code: Select all


<tex-math notation="LaTeX">
<![CDATA[ \( E = mc^2 \) ]]>
</tex-math>
When I added the attribute 'version="MathJax"', the CDATA markup was stripped out, leaving me with

Code: Select all


<tex-math notation="LaTeX" version="MathJax">\( E = mc^2 \)</tex-math>
How can I add the attribute without making any other changes?

Re: XML refactoring removes CDATA markup

Posted: Fri Mar 09, 2018 11:11 am
by Radu
Hi,

Unfortunately the Saxon processor we are using to perform the XML refactoring operations will consider CData sections as plain text so it will lose their original semantics. We have an internal issue registered to somehow try to overcome this limitation and I added your feedback to the opened issue. If we manage to fix it we'll update this forum thread.

Regards,
Radu

Re: XML refactoring removes CDATA markup

Posted: Mon Jun 08, 2020 9:03 pm
by BenDupre
Has there been any development on this issue?

Re: XML refactoring removes CDATA markup

Posted: Tue Jun 09, 2020 9:23 am
by Radu
Hi,

Sorry for the inconvenience but we have not yet found a way to make this work. If we do manage to do that we'll update this forum thread.

Regards,
Radu