![]() |
|
|||||||
| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Questions & Help Needed Post any question regarding Basic4ppc. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Quote:
![]() |
|
||||
|
Hi stratus,
Please have a look at help for the regex library. And then at this... http://www.regular-expressions.info/examples.html "Grabbing HTML Tags" This expression can be used for parsing XML tags, too. |
|
|||
|
Quote:
|
|
|||
|
I'm writing a program that retrieves weather data from one of the web services at webservicex.net; it sends an xml stream that contains single value tags (location data) and nested tags (for weather data)
This is the web service that I'm using: WebserviceX.NET :: Web Services An XML reader library would be helpful, but until there is one I'm trying to use the Regex library to do it. Attached is a work-in-progress that I put together to test extracting string(s) from an XML stream. Anyone else working with XML data? |
|
||||
|
Hi digitaldon37,
Thanks a lot for sharing this. Attached please find code for global weather retrieved from the same source. It employs only one library, namely http.dll. Country names and cities may need to be checked against WebserviceX.NET :: Web Services I still prefer Wunderground's weather data, which in my believe is most accurate, but unfortunately, not available in XML. Example is here: alfcen - tenki Cheers Robert |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Best way to read text file. | ikaplan | Questions & Help Needed | 8 | 11-04-2008 04:36 PM |
| read Exel file? | Byak@ | Questions & Help Needed | 2 | 10-21-2008 11:30 AM |
| Struggle to read a .txt file into TextBox? | HARRY | Questions & Help Needed | 2 | 02-26-2008 05:39 PM |
| CSV file read still slow in V6.01 but other tasks much improved | HarleyM | Questions & Help Needed | 3 | 01-27-2008 11:18 AM |
| How to know if a PM was read!? | Cableguy | Forum Discussion | 0 | 05-12-2007 10:17 PM |