Uploaded image for project: 'XWiki Platform'
  1. XWiki Platform
  2. XWIKI-3365

Get rid of jdom dependency in xwiki-xml module

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Unresolved
    • Minor
    • None
    • 1.8 RC2
    • Other
    • None

    Description

      Currently jdom is only used as a workaround for the problem with w3c dom where it is not possible to set the DocType of the document once it is serialized. But this can be overcome using a mechanism like what is mentioned in http://www.ibm.com/developerworks/library/x-tipmvdom.html. The only difference would be that we must use adoptNode() mode method instead of importNode() method to avoid the extra overhead of copying nodes.

      Attachments

        Activity

          People

            Unassigned Unassigned
            asiri Asiri Rathnayake
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: