Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Converting encoding characters before DOM
Message
From
28/02/2004 21:35:51
 
 
To
11/01/2004 14:42:08
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Miscellaneous
Thread ID:
00865859
Message ID:
00881848
Views:
27
Basically, what I ended up doing on this one is the following:

1. Get the XML into lcXML
2. Apply some STRTRAN() functions into lcXML to convert what we have to convert
3. Use the MSXML2.DOMDocument.3.0 object and load the lcXML string with the use of the LoadXML() method
4. Ready to use SelectSingleNode
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Reply
Map
View

Click here to load this message in the networking platform