Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-29385

Richtext : blockquote does not allow multiple titles on the same level

Details

    Description

      Legacy supports the custom tag quote which in ezplatform is transformed to blockquote tags

      However, our xml validation do not accept multiple title elements inside blockquotes.

      <?xml version="1.0" encoding="UTF-8"?>
      <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">
          <blockquote>
            <title ezxhtml:level="3">Header level 3</title>
            <title ezxhtml:level="4">Header level 4</title>
            <para>foobar quote<link xlink:href="ezurl://1044" xlink:show="none">http://ez.no</link> for more info.</para>
          </blockquote>
      </section>
      

      The similar code works fine just below a section

      <?xml version="1.0" encoding="UTF-8"?>
      <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">
          <title ezxhtml:level="3">Header level 3</title>
          <title ezxhtml:level="4">Header level 4</title>
          <para>foobar quote<link xlink:href="ezurl://1044" xlink:show="none">http://ez.no</link> for more info.</para>
      </section>
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            vidar.langseid@ibexa.co Vidar Langseid
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: