http://bugs.cinelerra.org/show_bug.cgi?id=252

           Summary: XML parser weakness
           Product: Cinelerra
           Version: 2.0
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: Low
         Component: File Loading
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


Cinelerra's XML Parser can't handle short-style closed 
tags without children, e.g.::

        <PLUGIN LENGTH="232" TYPE="1" TITLE="ReframeRT">
         <IN/><OUT/><ON/>
         </PLUGIN>

         ...isn't recognized. Cinelerra expects:

        <PLUGIN LENGTH="232" TYPE="1" TITLE="ReframeRT">
         <IN></IN><OUT></OUT><ON></ON>
         </PLUGIN>



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

_______________________________________________
Cinelerra mailing list
[email protected]
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra

Reply via email to