Ciao a tutti

ho un banale quesito:

ho un tag xml di questo tipo:

<xqueryfunction xsi:type="compositionLanguage:isEndpoint_inBlackLi st" logicalOperator="or"/>


Con Jdom vorrei ottenere il valore del campo "xsi:type". Come faccio???

ho provato con Element.getAttributeValue("xsi:type") ma la risposta è null.
Questo perchè quello non è un normale attributo....

sapete aiutermi??? grazie...