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

ERc: build-package: project-xml-file contains now Character Entity References #58

Open
hgh-esn opened this issue Oct 24, 2017 · 0 comments

Comments

@hgh-esn
Copy link

hgh-esn commented Oct 24, 2017

In my project-xml I have some html-code in the description-tag like this:

....
 <description>Text ....
 <![CDATA[
   <hr />
   <div align="center">
    <table border="0" width="90%">
       <tr>
          <td width="100%" colspan="2" style="font-size: 10pt;">
            <div>
....
 ]]>
</description>
....

After the package-building, the project-xml-file contains:

....
<description>Text .....
  
   &lt;hr /&gt;
   &lt;div align="center"&gt;
    &lt;table border="0" width="90%"&gt;
       &lt;tr&gt;
          &lt;td width="100%" colspan="2" style="font-size: 10pt;"&gt;
            &lt;div&gt;
....

</description>
....

The cdata-tag is complete missing and the html contains now # Character Entity References instead of >, <, "

Can you correct that?

@hgh-esn hgh-esn changed the title ERc: build-package: project-xml-file strange entry ERc: build-package: project-xml-file contains now Character Entity References Oct 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant