Hi;
 
Is there a way to set up dom4j where I can give it multiple xml files and treat it as a single document? (So dom4j does the work of handling namespaces, etc.)
 
And if the answer is no, any suggestions for a good way to handle a case where I need to perform xpath on 3 xml files at once aside from parsing it for the namespaces myself?
 
thanks - dave

Reply via email to