Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DNN resource editor doesn't work properly with CDATA #3

Open
roman-yagodin opened this issue Apr 27, 2020 · 4 comments
Open

DNN resource editor doesn't work properly with CDATA #3

roman-yagodin opened this issue Apr 27, 2020 · 4 comments
Labels

Comments

@roman-yagodin
Copy link
Member

roman-yagodin commented Apr 27, 2020

Looks like the DNN 8 resource editor have issues with resource strings having CDATA.

To ensure compatibility, we could just avoid using CDATA in resources (which is hard) or convert them to compatible form during install package build (which is not universal).

@roman-yagodin
Copy link
Member Author

roman-yagodin commented Apr 27, 2020

Could be related somehow: dnnsoftware/Dnn.Platform#2145

@roman-yagodin
Copy link
Member Author

roman-yagodin commented Apr 27, 2020

Need to test on DNN 8 and 9 and with concrete example.

@roman-yagodin
Copy link
Member Author

roman-yagodin commented Apr 27, 2020

DNN 8.0.4, after editing:

<data name="CDATA_Test.Text" xml:space="preserve">
    <value>&lt;![CDATA[&lt;p&gt;HTML markup&lt;/p&gt;]]&gt;</value>
</data>

@roman-yagodin
Copy link
Member Author

r7-labs/R7.Epsilon#224

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant