Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
WwXML
Message
De
08/03/2002 13:10:32
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Titre:
Re: WwXML
Divers
Thread ID:
00630174
Message ID:
00630296
Vues:
20
I work with W2000, so I have D/L the last version from MS to fix the bug with version coming with W2000.

>Robert,
>
>What version of msxml.dll do you have installed? Which IE version?
>
>http://fox.wikis.com/wc.dll?Wiki~MSXMLParserReleaseHistory~softwareEng
>
>http://fox.wikis.com/wc.dll?Wiki~MicrosoftXMLDOMVersions~softwareEng
>
>There's one version of the XMLDOM that throws erroneous errors with VFP, you actually need to downgrade to an earlier version of msxml.dll or upgrade to a newer release msxml3.dll.
>
>>I use wwXML class from WestWind. When a try this code :
>>
>>SET CLASSLIB TO "wwXML"
>>oxml = CREATEOBJECT('Microsoft.XMLDOM')
>>oXML.async = .f.
>>oXML.load("test.xml")
>>
>>IF !EMPTY(oXML.ParseError.Reason)
>> RETURN .F.
>>ENDIF
>>owwXML = CREATEOBJECT("wwXML")
>>owwXML.XMLToCursor(oXML,"TEMPFILE")
>>
>>I get and error : LOATRIBUTES is not an object.
>>
>>Can somebody help me with this one.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform