Fixed setAttributes

Fix by nick.woolley@virgin.net
This commit is contained in:
jez_higgins 2002-09-03 13:21:15 +00:00
parent 7bbcab1568
commit 999bb24190

View file

@ -291,11 +291,11 @@ public:
int max = atts.getLength();
for(int i = 0; i < max; ++i)
attributes_.push_back(atts.getURI(i),
attributes_.push_back(Attr(atts.getURI(i),
atts.getLocalName(i),
atts.getQName(i),
atts.getType(i),
atts.getValue(i));
atts.getValue(i)));
} // setAttributes
/**