[xml] Search for DTD's attr decls in xmlGetNsProp() and xmlHasNsProp()

2006-02-27 Thread Kasimier Buchcik
Hi, The code for looking up default/fixed attributes in the DTD in the functions xmlGetNsProp() and xmlHasNsProp() differs. I think this lookup is broken in xmlGetNsProp(): it won't find an attribute with a prefix, unless @name is intended to be a QName, but I don't think so, since it is compared

Re: [xml] Search for DTD's attr decls in xmlGetNsProp() and xmlHasNsProp()

2006-02-27 Thread Rob Richards
Kasimier Buchcik wrote: Hi, The code for looking up default/fixed attributes in the DTD in the functions xmlGetNsProp() and xmlHasNsProp() differs. I think this lookup is broken in xmlGetNsProp(): it won't find an attribute with a prefix, unless @name is intended to be a QName, but I don't