?
=?iso-8859-1?q?F=E9rnas_-_Brasil?=
Hey guys,
imagine the following XML:
<configuracoes>
<tabela nomeXML="aaa" nomeBD="bbb">
<ligacao>
<campoOrigem>ccc</campoOrigem>
<campoDestino>ddd</campoDestino>
</ligacao>
</tabela>
</configuracoes>
how could I retrieve the values "aaa" or "bbb" of the attributes of the
tabela node, using a DataSet when reading this XML...
thanks
imagine the following XML:
<configuracoes>
<tabela nomeXML="aaa" nomeBD="bbb">
<ligacao>
<campoOrigem>ccc</campoOrigem>
<campoDestino>ddd</campoDestino>
</ligacao>
</tabela>
</configuracoes>
how could I retrieve the values "aaa" or "bbb" of the attributes of the
tabela node, using a DataSet when reading this XML...
thanks