I have just downloaded the CF XML toolkit..& I was trying to use certain tags to
 create a record set but
while I was using the '<CF_XMLDatasource>' and <CF_XMLDump>
I got the below given error :

Error trying to create object specified in the tag.

COM error 0x800401F3. Invalid class string

I tried all the variations of <CF_XMLDatasource> like :

<CF_XMLDatasource Name="MyDatasource">
    <people>
        <person age="27" company="Torchbox">Tom Dyson</person>
        <person age="27" company="WildFusion">David Maddison</person>
    </people>
</CF_XMLDatasource>

AND

<CF_XMLDatasource Name="MyDatasource"
                  Type="URL"

URL="http://dev.w3.org/cvsweb/~checkout~/2001/XSL-Test-Suite/tools/test.xml";
                  ProxyServer="proxy.hss.hns.com"
                  ProxyPort="80">

but always got the same error...
Please could you help where the problem is...as I am relatively new with CF XML
Toolkit

Hoping to hear from your soon.

regards
Rahul



-----------------------+
cf-xml mailing list
[EMAIL PROTECTED]
http://torchbox.com/xml

Reply via email to