Re: XMLTOCURSOR
- From: "swdev2" <wsanders@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 13 Apr 2006 13:55:56 -0600
its badly formed.
<Summary> is not delineated properly as a column specifier, although there
is a </Summary> end tag.
It's missing a '>' in its starting section.
I would suggest Process/Success/Reject are also datapoints without proper
delineation for corresponding columns.
You can parse it low level and match up the tags and see where its failing.
good luck.
regards [Bill]
--
===================
William Sanders / EFG VFP / mySql / MS-SQL
www.efgroup.net/vfpwebhosting
www.terrafox.net www.viasqlserver.net
"Scott" <Scott@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:C71D6926-170B-404E-A45D-AE525A6D9474@xxxxxxxxxxxxxxxx
We recieve files offsite. Here is one such file:can't
<?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
seem to find the problem. Help?
.
- Follow-Ups:
- Re: XMLTOCURSOR
- From: Villi Bernaroli
- Re: XMLTOCURSOR
- Prev by Date: View Design problem
- Next by Date: Re: View Design problem
- Previous by thread: Re: XMLTOCURSOR
- Next by thread: Re: XMLTOCURSOR
- Index(es):
Relevant Pages
|