Source position: tree.inc line 370
type xmlID = record
next: xmlIDPtr;
value: xmlCharPtr;
attr: xmlAttrPtr;
name: xmlCharPtr;
lineno: cint;
doc: xmlDocPtr;
end;