24 Feb
2016
24 Feb
'16
3:57 p.m.
On 02/24/2016 03:51 PM, Hans Hagen wrote:
no, there are no such fields
\starttext
\startluacode local t = xml.load("t:/sources/i-en-xml.xml") print(table.serialize(t,true,{})) -- you need to call this way \stopluacode
\stoptext
at : attributes ns : namespace rn : remapped namespace tg : tag (@..@ names indicate special tags) dt : text
text is a table of strings and elements
(there are a few extra private fields and when applying searched there are index fields added)
Ah wonderful, that's already very useful to have! Thanks for pointing it out! Thomas