Source position: apr_xml.inc line 148
type apr_xml_attr = record
name: PAnsiChar;
ns: Integer;
value: PAnsiChar;
next: Papr_xml_attr;
end;