Details
-
Bug
-
Resolution: Fixed
-
High
-
2.0.2, 2.2.1
-
None
Description
I try to use command ezxmltext:convert-to-richtext of the bundle EzPlatformXmlTextFieldTypeBundle.
I have the following error with a lot of inputs return by the validator :
Error in 0:0: Element section has extra content: para
An example of input :
<?xml version="1.0" encoding="utf-8"?>\n
<section
xmlns:image="http://ez.no/namespaces/ezpublish3/image/"
xmlns:xhtml="http://ez.no/namespaces/ezpublish3/xhtml/"
xmlns:custom="http://ez.no/namespaces/ezpublish3/custom/">
<paragraph>Consultez la carte ci dessous pour les informations trafic autoroutier en temps réel.</paragraph>
<paragraph>(Nous fournir la source du flash SVP)</paragraph>
<paragraph xmlns:tmp="http://ez.no/namespaces/ezpublish3/temporary/">
<literal class="html">...</literal>
</paragraph>
</section>
The xml output by the convert :
<section
xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:ezxhtml="http://ez.no/xmlns/ezpublish/docbook/xhtml"
xmlns:ezcustom="http://ez.no/xmlns/ezpublish/docbook/custom" version="5.0-variant ezpublish-1.0">
<para>Consultez la carte ci dessous pour les informations trafic autoroutier en temps réel.</para>
<para>(Nous fournir la source du flash SVP)</para>
...
</section>
The following error can also appear :
Error in 0:0: Element section has extra content: informaltable
More examples that end up with informaltable and para errors can be found in the attached XML files.
Attachments
Issue Links
- is blocked by
-
EZP-29328 As a editor I want the richtext format to support the equivalent of ezmltext's <literal> tag
-
- Closed
-