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
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to