Re: XMLTOCURSOR
Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance
The schema specifies the field types, sizes, etc. There is no schema with
this XML, so VFP can't figure out how to build a cursor.
--
Craig Berntson
MCSD, Visual FoxPro MVP
www.craigberntson.com
Salt Lake City Fox User Group
www.slcfox.org
www.foxcentral.net
"Scott" <Scott@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:C71D6926-170B-404E-A45D-AE525A6D9474@xxxxxxxxxxxxxxxx
We recieve files offsite. Here is one such file:
<?xml version="1.0" encoding="UTF-8"?>
<Report>
<ReportMessage>Successful without rejections - Succès sans
rejets</ReportMessage>
<Summary Process="3" Success="3" Reject="0">
</Summary>
</Report>
To the average joe, is can be confusing so, of course, I want to pull it
into a cursor so I can present it better.
When I use XMLTOCURSOR on this, I get "unable to infer xml schema". I
can't
seem to find the problem. Help?
.
Relevant Pages
- Re: XMLTOCURSOR
... But if you look carefully at the XML, there are VFP tags in there that it ... can use to help determine the schema. ... MCSD, Visual FoxPro MVP ... "Craig Berntson" wrote: ... (microsoft.public.fox.helpwanted) - Re: how to return xml document from a web service
... what specific XML you expect. ... If you have a schema that defines what you expect, ... The second issue with this approach is that XML is not a string. ... >> methods from the wire transport. ... (microsoft.public.dotnet.framework.aspnet.webservices) - my first Tck/Tk program... and an XML question
... program which takes an XML Schema file, ... a basic XML tree and allows the user to save it. ... proc open_schema { ... (comp.lang.tcl) - RE: Data Insertion
... >The physical database structure is already in place. ... >I can determine the XML file and whether it contains a schema. ... In this particular case XML Schema is used to create a DataSet schema (set ... you're probably wondering how it's possible to load XML without XML ... (microsoft.public.dotnet.framework.compactframework) - Re: GEDOM as a database format
... format for meaning, that is, structure. ... If at least a basic XML schema is agreed on and XML used in any fashion, ... mothers: the autosomal/X mother and the mitochondrial mother .. ... (soc.genealogy.computing) |
|