I'm working with XMLcfg to do read and write to XML files. I want to
extract data from the following XML file where element name is "second",
how can I achieve that??

Darius

<CONFIG>
  <mydat name="test">
    <details name="details">

       <element name="first">
          <description>second description</description>
      </element>

       <element name="second">
          <description>second description</description>
      </element>


      </details>
  </mydat>
  </CONFIG>

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to