With the tag "data" I can only access static data. Instead I would like to write something like:
"getElementsByTagName('field').item(0).nodeValue"
in order to retrieve the value of the field just after that has been inserted.
(I know that there are other ways to obtain the same effect but I am interested in this specific topic).
Thanks!