HTML entities are not importing with XML file

Created on 21 August 2024, 3 months ago

hi,

I exported nodes from Drupal 7 to XML files.
I import them to Drupal 10.

The issue is: HTML entities are not converted correctly.

So this in the XML:
<p> text

... is imported as:
p text

... and it should be
<p> text

The weird thing is that some XML files work to import, and some do not work with this issue. I import them as "full html without ckeditor", and no filters are enabled.

Please urgently help with this issue, I am willing to donate to help this fixed
Thanks!

🐛 Bug report
Status

Active

Version

1.0

Component

Code

Created by

🇧🇪Belgium Ananda

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @Ananda
  • 🇳🇱Netherlands megachriz

    If you'd like to be helped quickly, it would be helpful if you can share the minimal configuration that you can reproduce the issue with and a sample source file.

    So ideally, you would do this:

    1. On a clean install of Drupal, Feeds, Feeds Extensible Parsers, configure a feed type with only the mappings needed to reproduce the issue.
    2. Provide the feed type configuration file.
    3. Provide the sample source file.

    If you find out that something more than Feeds is needed to reproduce the issue, for example additional fields or modules, then it would be a better idea to pack your configuration in a feature module instead (made with the Features module.

Production build 0.71.5 2024