Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. rpeduzzi

    xmladapter stumbles on schema

    Hi Again, Maybe a better way to ask this question is this -- is vfp's xml adapter up to the task (or not)? On the one hand, I know this won't be the last XML I run into (and it would be great to make this work), but maybe it would be better to parse the xml myself ... especially if there's no...
  2. rpeduzzi

    xmladapter stumbles on schema

    Hi, I'm trying to parse an xml response from whitepages.com using VFP 9's xmladapter. I've saved their schema locally as an xsd file. After retrieving the xml using MSXML, I call the adapter with this code: o = createobject("xmladapter") o.RespectNesting = .T...

Part and Inventory Search

Back
Top