[XML-SIG] [ pyxml-Patches-547001 ] dtd2schema.py sequence/choice tag end

noreply@sourceforge.net noreply@sourceforge.net
Mon, 22 Apr 2002 02:00:18 -0700


Patches item #547001, was opened at 2002-04-22 02:00
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=306473&aid=547001&group_id=6473

Category: xmlproc
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Lars Marius Garshol (larsga)
Summary: dtd2schema.py sequence/choice tag end

Initial Comment:

Instead of sequence or choice ending
with </sequence> or </choice>, the
slash is left out: <sequence> or <choice>

[root@rfa01 EFD]# diff -c dtd2schema.py.old
dtd2schema.py.new
*** dtd2schema.py.old   Mon Apr 22 10:58:37 2002
--- dtd2schema.py.new   Mon Apr 22 10:58:14 2002
***************
*** 250,256 ****
          else:
              out.write('        <!-- %s -->\n' % (cp,))

!     out.write('      <%s>\n' % wrapper)

      out.write('    </group>\n')

--- 250,256 ----
          else:
              out.write('        <!-- %s -->\n' % (cp,))

!     out.write('      </%s>\n' % wrapper)

      out.write('    </group>\n')



----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=306473&aid=547001&group_id=6473