Error while reading text from Document in jdom?

At first glance, seems to me that doesn't have a "oid" child, it has a "oids" child. The element you're trying to read is inside the "oids" element.

At first glance, seems to me that doesn't have a "oid" child, it has a "oids" child. The element you're trying to read is inside the "oids" element. You can try and debug it step by step, and see what is the element that isn't being read.

That would be my best guess without trying it out.

Your commented out line was correct, the line below it just needs to be updated to match. Your listing should be: Vector oids = new Vector(); Element root = document.getRootElement(); Element body = root. GetChild("body"); Element element = body.

GetChild("oids"); List rows = element. GetChildren("oid"); for (int I = 0; I Add(s); } return oids.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions