On Tue, Feb 17, 2009 at 3:20 PM, Kurt Wendt <kurtwe...@waitex.com> wrote:
> The real problem is being able to import an XML file that I receive thru
> this EDI process. As mentioned below - I was able to obtain a Schema
> file from that XML file. But, upon trying to use that Schema file - I
> get the error message:
>        "XML Schema is Too complex"
>
> So - I guess that begs the next question - how can I find out EXACTLY
> what Schema & XML formats are supported by VFP??? Or - could it simply
> be that VFP can't handle a schema that is like 4 levels deep?

Not sure exactly what VFP supports but it looks like you will need to
use something like MSXML to import this:
http://msdn.microsoft.com/en-us/library/ms763742.aspx

There's plenty of example code on the net.  MSXML is a COM library so
should be easily callable from Fox (though you won't get something as
easy as a cursor!).

-- 
Paul

_______________________________________________
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/17cad13c0902171143kbaed99bp8d1ac45e2df7c...@mail.gmail.com
** 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