Search found 2 matches
- Thu Feb 10, 2005 9:58 am
- Forum: PHP - Code
- Topic: [SOLVED] XML and parsing National Weather Service Data
- Replies: 2
- Views: 751
- Tue Feb 08, 2005 1:34 pm
- Forum: PHP - Code
- Topic: [SOLVED] XML and parsing National Weather Service Data
- Replies: 2
- Views: 751
[SOLVED] XML and parsing National Weather Service Data
I am parsing XML from the National Weather service: http://www.nws.noaa.gov/data/current_obs/KMSN.xml I have had to code around some things in the character data handler because it seems to call it twice for each occurance of character data. The first time I get the data that I want, but then it cal...