Re: Inheritance of "orderable" attribute for node types

2007-08-02 Thread Christoph Kiehl
Stefan Guggisberg wrote: we just discovered, that the "orderable" attribute of node types is not inherited from supertypes. NodeTypeImpl.hasOrderableChildNodes() just calls NodeTypeDef.hasOrderableChildNodes() instead of using the EffectiveNodeType to determine if a node type allows orderable ch

Re: Inheritance of "orderable" attribute for node types

2007-08-02 Thread Stefan Guggisberg
hi christoph On 7/31/07, Christoph Kiehl <[EMAIL PROTECTED]> wrote: > Hi, > > we just discovered, that the "orderable" attribute of node types is not > inherited from supertypes. NodeTypeImpl.hasOrderableChildNodes() just calls > NodeTypeDef.hasOrderableChildNodes() instead of using the EffectiveN

Inheritance of "orderable" attribute for node types

2007-07-31 Thread Christoph Kiehl
Hi, we just discovered, that the "orderable" attribute of node types is not inherited from supertypes. NodeTypeImpl.hasOrderableChildNodes() just calls NodeTypeDef.hasOrderableChildNodes() instead of using the EffectiveNodeType to determine if a node type allows orderable child nodes. The spec