Uploaded image for project: 'CMS'
  1. CMS
  2. CMS-3571

Docbook to htmleditor transformation generated 

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: Major Major
    • 3.4
    • None
    • None
    • None

      The following stored docbook:

      <article><section><title>Title 1</title><para>Lorem ipsum sit amet</para></section></article>
      

      generate the following html (after docbook2htemleditor.xsl transformation):

      <h1>Title 1</h1><p>Lorem ipsum sit amet</p>
      

      The following stored docbook (with breakline):

      <article>
      <section>
      <title>Title 1</title>
      <para>Lorem ipsum sit amet</para>
      </section>
      </article>
      

      generate the following html

      &#13;<h1>Title 1</h1><p>Lorem ipsum sit amet</p>&#13;
      

      The XML indentation should be ignored.

            cedric Cédric Damioli
            laurence Laurence Aumeunier
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: