I can't access to the namespace <str name="footprint'> with Jaxb
问题 All is in the title. I'm new with Jaxb and the XML stuff. I can acces to others namespaces like < summary> or < id> etc... But namespaces with < str name=""> or < int name="">, i can't. Can you help me? I'm a little lost. All i have is null data, i don't find the way. Here's the code: Feed class: @XmlRootElement(name = "feed") @XmlAccessorType(XmlAccessType.FIELD) public class Feed { @XmlElement(name = "entry") private List<Entry> entries; public List<Entry> getEntries() { return this.entries