[ 
https://jira.nuxeo.com/browse/NXCM-334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=91763#action_91763
 ] 

Mariana Cedica commented on NXCM-334:
-------------------------------------

This importer should allow contributing  the xmlReader so that it can import 
custom xml structures.
By default such a xml describing a case is :
<?xml version="1.0" encoding="UTF-8"?>
<document>
  <schema xmlns:dc="http://www.nuxeo.org/ecm/schemas/dublincore/"; 
name="dublincore">
    <dc:valid/>
    <dc:issued/>
    <dc:coverage/>
    <dc:title>Test Case</dc:title>
    <dc:modified>2009-07-05T11:36:59Z</dc:modified>
    <dc:creator>me</dc:creator>
    <dc:subjects/>
    <dc:rights/>
    <dc:language/>
    <dc:expired/>
    <dc:contributors>
      <item>me</item>
    </dc:contributors>
    <dc:created>2009-07-05T11:36:59Z</dc:created>
    <dc:source/>
    <dc:description>This is a case</dc:description>
    <dc:format/>
  </schema>
  <caseItems>
    <path>hello.pdf</path>
    <path>hello2.pdf</path>
  </caseItems>
</document>


hello.pdf and hello2.pdf files are found also in the folder to import.  

> Add a case importer that imports cases described in  xml files
> --------------------------------------------------------------
>
>                 Key: NXCM-334
>                 URL: https://jira.nuxeo.com/browse/NXCM-334
>             Project: Nuxeo Case Management
>          Issue Type: New Feature
>    Affects Versions: 1.6
>            Reporter: Mariana Cedica
>            Priority: Major
>             Fix For: 1.6
>
>


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

        
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to