Symbian3/SDK/Source/GUID-33D50AB9-AFA8-521F-8A85-031C24EA7D25.dita
changeset 8 ae94777fff8f
parent 7 51a74ef9ed63
child 13 48780e181b38
equal deleted inserted replaced
7:51a74ef9ed63 8:ae94777fff8f
    21 <section id="GUID-4B29685C-200B-42F0-8DD1-C93242843C63"><title>Architecture</title> <p>The libxml2 component is the core
    21 <section id="GUID-4B29685C-200B-42F0-8DD1-C93242843C63"><title>Architecture</title> <p>The libxml2 component is the core
    22 of the XML collection. Two other components rely on it: the <xref href="GUID-F79E4F18-19E2-577E-8409-8B82BD48AC66.dita">XML
    22 of the XML collection. Two other components rely on it: the <xref href="GUID-F79E4F18-19E2-577E-8409-8B82BD48AC66.dita">XML
    23 Framework</xref> and the <xref href="GUID-5ACFA8E4-3C4B-5851-A43E-9FA72D0B8403.dita">XML
    23 Framework</xref> and the <xref href="GUID-5ACFA8E4-3C4B-5851-A43E-9FA72D0B8403.dita">XML
    24 DOM Engine</xref>. </p> <fig id="GUID-4EE5466D-6370-5ED5-9BAA-838F5413AAE5">
    24 DOM Engine</xref>. </p> <fig id="GUID-4EE5466D-6370-5ED5-9BAA-838F5413AAE5">
    25 <title>              Package diagram for the libxml2 component            </title>
    25 <title>              Package diagram for the libxml2 component            </title>
    26 <image href="GUID-873186CE-9723-558F-9C7E-0CEE607F076C_d0e429410_href.png" placement="inline"/>
    26 <image href="GUID-873186CE-9723-558F-9C7E-0CEE607F076C_d0e429248_href.png" placement="inline"/>
    27 </fig> <p>The libxml2 sub-component provides direct access to the C API of
    27 </fig> <p>The libxml2 sub-component provides direct access to the C API of
    28 the standard libxml2 library. </p> <p>The Utilities sub-component provides
    28 the standard libxml2 library. </p> <p>The Utilities sub-component provides
    29 object-oriented access to the C functions: it also implements the resource
    29 object-oriented access to the C functions: it also implements the resource
    30 management and error handling capabilities of the Symbian Platform. </p> <p>If
    30 management and error handling capabilities of the Symbian Platform. </p> <p>If
    31 your Symbian Platform build does not include the libxml2 component, the XML
    31 your Symbian Platform build does not include the libxml2 component, the XML