Hi,<br><br>I'm working on an app using a DTD to generate JDOM-based XML Parsers.<br>When I use calls to Element.getAttributeValue() I don't necessarily know what is the namespace of the looked up attribute.<br><br>Would it be considered as useful or as a sacrilege to implement a static Namespace to be used as a &quot;wildcard&quot; namespace ?
<br>If useful, do you have any guidlines concerning various points to take care of during such a development ? I currently just set it to be taken in consideration in the Namespace.equals(Object ob) method.<br><br>Thanks,
<br><br>Kevin POCHAT