Uploaded image for project: 'Runtime'
  1. Runtime
  2. RUNTIME-1113

Create a specific XML serializer for fragment of HTML

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 2.7, 3.9
    • None
    • None
    • None

      When a serialized XML contains some HTML fragments such as:

      <contents>
            <content>
                    <html>
                          <head>...</head>
                          <body>....</body>
                    </html>
            <content>
            <content>
                    <html>
                          <head>...</head>
                          <body>....</body>
                    </html>
            <content>
      </contents>
      

      we do not want that some empty tags are collapsed : <span>, <div>, ...
      but the cocoon XMLSerializer close all empty tags.

      So we need a specified XML serializer for theses usecases.

            Unassigned Unassigned
            laurence Laurence Aumeunier
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: