On lundi, d�c 15, 2003, at 15:03 Europe/Paris, chris wrote:
Most likely, you are running into a namespace issue.
Try public abstract Name createName(String localName, String prefix,
String uri) and see if it works. Though, why the API designers put the
prefix in the signature befuddles me.... The getChildElements call is
going to end up performing a comparison of the entire qualified name....
/Chris
