[daisy] [JIRA] Created: (DSY-323) export tool creates invalid schema.xml

Andreas Deininger (JIRA) issues at cocoondev.org
Sun Aug 13 04:48:08 CDT 2006


export tool creates invalid schema.xml
--------------------------------------

         Key: DSY-323
         URL: http://issues.cocoondev.org//browse/DSY-323
     Project: Daisy
        Type: Bug
  Components: Repository  
    Versions: public - 2.0    
 Environment: Daisy SVN branch 2.0
 Reporter: Andreas Deininger
    Priority: Minor


The file schema.xml inside the "info" folder of a export fileset contains invalid xml, therefore the import fails:
in the definition of static selection lists, the item-tag is missing ">" after its value attribute:

  <fieldType name="Diplomarbeit-Land" valueType="string" multiValue="false" aclAllowed="false" allowFreeEntry="false" deprecated="false" size="0">
    <staticSelectionList>
      <item value="none"        <label locale="de" text="nicht ..."/>
      </item>
      <item value="Armenien"        <label locale="de" text="Armenien"/>
      </item>
    </staticSelectionList>
    <label locale="de" text="Land"/>
  </fieldType>

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



More information about the daisy mailing list