Ticket #447 (new defect)
'save batch render list' writes invalid XML
| Reported by: | rebirth@… | Owned by: | cinelerra@… |
|---|---|---|---|
| Priority: | medium | Milestone: | |
| Component: | File Loading | Version: | 2.1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
In the batch render job list xml file, whenver there are two or more jobs, Cinelerra writes several root tags - in this case '<JOB>...</JOB>'.
This is ILLEGAL XML, and throws errors in standard XML parsing libraries.
Reproducible: Always
Steps to Reproduce:
1. Create a batch render list with 2 or more jobs
2. Save the list to an xml file
3. Try to load the xml file through a standards-compliant XML library or application
Actual Results:
XML library or application crashes with an error, complaining that the second and subsequent '<JOB>' tags are rubbish
Expected Results:
Cinelerra should write a single root tag - something like '<JOBS>' - and within this tag, write the 1 or more '<JOB>' tags as required.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)