Thanks Paul for your answer, I tried it but it still doesn't work on my
form.I'll try to explain my problem other way.I work with an XSD schema
as data connection and I've already bind all the fields.then, I've got a
button ( xfa.host.importData() ) on my form which load an xml file to
populate the different fields of the form.I need to retrieve the value
of an attribute (the id attribute of the user element as shown in the
xml example in my last post).here's my code (on the form:ready
event):va...