I am having a problem when I get the attributes of an xml file. These attributes are written as follows:
@XmlAttribute(name="xml:lang")
With @XmlAttribute, I get the attributes that they are written in one word. If you leave this annotation @XmlAttribute(name="xml:lang") , I get null
How can I get the value of the attribute "xml: lang"?
Thanks.
Celer source share