[fpc-pascal] XMLcfg question

dhkblaszyk at zeelandnet.nl dhkblaszyk at zeelandnet.nl
Tue Sep 6 16:54:45 CEST 2005


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>




More information about the fpc-pascal mailing list