Re: minor typo in ns normalization code

On Fri, 2003-03-28 at 04:47, Gareth Reakes wrote:
> 
>   // Examine and polish the attributes
>   //
>   for ( all non-namespace Attrs of Element )
>   {
>      if ( Attr[i] has a namespace URI )
>      {
>         if ( attribute has no prefix (default namespace decl does not 
> apply to attributes) 
>              OR
>              attribute prefix is not declared
>              OR
>              conflict: attribute has a prefix that conficlicts with a 
> binding
>                        already active in scope)
> 
> 
> 
> 
> note the spelling of conflicts in the third or "conficlicts"

Fixed. thanks.

Philippe

Received on Wednesday, 2 April 2003 11:01:42 UTC