Uploaded image for project: 'ModeShape'
  1. ModeShape
  2. MODE-221

Change the XML importer code to no longer use XmlSequencer

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Critical Critical
    • 0.3
    • 0.2
    • Graph (2.x)
    • None

      The XML import capability is currently reusing the XmlSequencer for it's implementation. The XmlSequencer behavior, however, doesn't really generate the graph content that is compatible with "importing JCR graph content". For example, it includes in the generated content all of the DTD entities, comments, etc.

      So, we should really move most of this functionality into an XML importer class that is relatively configurable in what it's behavior is. (For example, retain DTD content, retain XML comments, replace entity references with values, etc.) Then, this should be used for the Graph importer, and it can be used by the XmlSequencer.

      Because the XmlSequencer doesn't really work for how it's used, JPAV and I agree that it is critical to fix in 0.3.

            rhauch Randall Hauch (Inactive)
            rhauch Randall Hauch (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: