|
| Matt I forgot to attach this to my last response:
Here is the example of the xml doc that is created by the SQL Report Server
that I am using and trying to validate:
<?xml version="1.0"?>
<Report xmlns="CompanyName"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="companyname
http://rpt.companyname.com/ReportSe...c%3aSchema=True" Name="companyname">
<Orders>
<Detail_Collection>
<Detail NUM="000" Batch="NA22222222 " EFFECTIVE="01/15/2004"
EXPDTE="01/15/2005" Iphone="999-333-4444" RPhone="999333444" CLASS="777777"
CDescription="NA" EXP="77777" EBASIS="N " INAME="zzzz" DBA="" Iadd1="12
street" Iadd2="ROSE CA 77777" STATE="CA" TYPE="77" />
<Detail NUM="001" Batch="NA33333333 " EFFECTIVE="01/30/2004"
EXPDTE="01/30/2005" Iphone=" " RPhone="333444333" CLASS="888888"
CDescription="NA" EXP="88888" EBASIS="N" INAME="mmmm" DBA="" Iadd1="333
street" Iadd2="ROSE CA 77777" STATE="CA" TYPE="99" />
</Detail_Collection>
</Orders>
</Report>
Thanks again for your help!
"Matt Milner" wrote:
> I'll ask the obvious question: does the schema you are using to validate
> these documents have those attributes defined? Remember, XML is case
> sensitive.
>
> Matt
>
>
> "mj" <mj@newsgroup.nospam> wrote in message
> news:5E53D06A-11F2-4F2E-816F-C90444BDB738@microsoft.com...
>
>
>
|
|