I need to import data from a handheld device into vfp tables.

Here is an example of what I am getting: 

<xml>
  <Operario>7798121754621</Operario>
  <terminal>001</terminal>
  <ingresos>
    <cambio>
      <articulo>7798121754621</articulo>
      <cantidad>144</cantidad>
    </cambio>
    <cambio>
      <articulo>7798121754621</articulo>
      <cantidad>288</cantidad>
    </cambio>
    <cambio>
      <articulo>
      </articulo>
      <cantidad>0</cantidad>
    </cambio>
  </ingresos>
</xml>

However, with XMLTOCURSOR I get an error and can't import it

How can I transform, or what is necessary to add to the above, in order for the 
xmltocursor function to work?

TIA
Rafael Copquin


--- StripMime Report -- processed MIME parts ---
multipart/alternative
  text/plain (text body -- kept)
  text/html
---

_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to