Hi! I see the following method signature in OMElement.java public Iterator getAttributes(QName qname);
Should it not be something like public OMAttribute getAttribute(QName qname); Can there be a list of (more than one) attributes with the same qname in an element? Am I mistaken somewhere? Thank you Jaya -- -- Jaya
