The changes would entail the following: 1) Creation of the Namespace object 2) Adding the "getNamespace()" method to Configuration
The implementation of the Namespace object would have an interface like this: Namespace { String getPrefix(); // the portion of the xmlns that is the prefix String getURI(); // the portion of the xmlns that is the uri String toString(); // the xmlns as it would appear in an element boolean equalTo(); // tests namespace objects and strings } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]