I need to import an XML file into another XML file. I know there is an tag I can use, but I need to know how dom4j handles this.
Does it import it and act like its part of the file, or does it do anything at all?
If it doesn't do anything at all, how can I use the tag to import an XML file?