Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
WwXML
Message
From
08/03/2002 13:10:32
 
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
Re: WwXML
Miscellaneous
Thread ID:
00630174
Message ID:
00630296
Views:
21
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.
Previous
Reply
Map
View

Click here to load this message in the networking platform