DOM4J Parse not returning any child nodes
问题 I am attempting to begin writing a program which uses DOM4j with which I wish to parse a XML file, save it to some tables and finally allow the user to manipulate the data. Unfortunately I am stuck on the most basic step, the parsing. Here is the portion of my XML I am attempting to include: <?xml version="1.0"?> <Document xmlns="urn:iso:std:iso:20022:tech:xsd:camt.054.001.04"> <BkToCstmrDbtCdtNtfctn> <GrpHdr> <MsgId>000022222</MsgId> When I attempt to find the root of my XML it does return