[dna-issues] [JBoss JIRA] Created: (DNA-242) Change the XML importer code to no longer use XmlSequencer

Randall Hauch (JIRA) jira-events at lists.jboss.org
Fri Oct 24 18:21:20 EDT 2008


Change the XML importer code to no longer use XmlSequencer
----------------------------------------------------------

                 Key: DNA-242
                 URL: https://jira.jboss.org/jira/browse/DNA-242
             Project: DNA
          Issue Type: Task
    Affects Versions: 0.2
            Reporter: Randall Hauch
            Assignee: Randall Hauch
            Priority: Critical
             Fix For: 0.3


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.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the dna-issues mailing list