Re: XSV crashes during group redefinition

Eric van der Vlist <vdv@dyomedea.com> writes:

> XSV (1.4 or 1.2) doesn't seem to appreciate group redefinition!

<snip/>

> <bug>validator crash during command line:
> Traceback (most recent call last):
>    File "/home/vdv/scripts/xmlschema/XMLSchema.py", line 517, in checkinSchema
> 
>      res=self.fromFile(loc,namespace,why,btlist,ne,useDTD,keepGoing)
>    File "/home/vdv/scripts/xmlschema/XMLSchema.py", line 313, in fromFile
>      sdoc.documentElement)
>    File "/home/vdv/scripts/xmlschema/layer.py", line 277, in fromFile
>      res=self.processElement(root)
>    File "/home/vdv/scripts/xmlschema/layer.py", line 361, in processElement
>      eres.append(self.processElement(d))
>    File "/home/vdv/scripts/xmlschema/layer.py", line 398, in processElement
>      res.init(elt)
>    File "/home/vdv/scripts/xmlschema/XMLSchema.py", line 3567, in init
>      dd.component.redefine()
> AttributeError: 'Sequence' instance has no attribute 'redefine'
> </bug>

That XSV doesn't support group or attributeGroup redefinition is
acknowledged on the status page [1].  Having said that, crashing is
not an acceptable form of non-support, I agree :-(.  Will fix ASAP.

ht

[1] http://www.ltg.ed.ac.uk/~ht/xsv-status.html
-- 
  Henry S. Thompson, HCRC Language Technology Group, University of Edinburgh
          W3C Fellow 1999--2001, part-time member of W3C Team
     2 Buccleuch Place, Edinburgh EH8 9LW, SCOTLAND -- (44) 131 650-4440
	    Fax: (44) 131 650-4587, e-mail: ht@cogsci.ed.ac.uk
		     URL: http://www.ltg.ed.ac.uk/~ht/

Received on Wednesday, 14 November 2001 07:47:59 UTC