Source position: tree.inc line 384
type xmlRef = record
next: xmlRefPtr;
value: xmlCharPtr;
attr: xmlAttrPtr;
name: xmlCharPtr;
lineno: cint;
end;