Computing.Net > Forums > Programming > xml without end tags

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

xml without end tags

Reply to Message Icon

Name: BigShow
Date: August 29, 2009 at 12:36:02 Pacific
OS: Windows XP
CPU/Ram: pentium 4
Product: Dell / Lap top
Subcategory: General
Comment:

Hi guys, I am trying to parse XML from an api but there are no end tags. I dont use this often but have no choice with this one. How can I use php to parse this without any end tags.

Here is an example of the call back..

<?xml version="1.0" encoding="UTF-8"?>
<rsp stat="ok" version="1.0">
<event id="12995" name="The Samples" description="" start_date="2005-04-16"
end_date="" start_time="19:00:00" end_time=""
personal="0" selfpromotion="0" metro_id="1" venue_id="155"
user_id="8172" category_id="1" date_posted="2005-02-14"
latitude="37.765" longitude="-122.396" geocoding_precision="address"
geocoding_ambiguous="0" venue_name="The Wiltern"
venue_address="3790 Wilshire Blvd" venue_city="Los Angeles"
venue_state_name="California" venue_state_code="ca"
venue_state_id="5" venue_country_name="United States"
venue_country_code="us" venue_country_id="1"
venue_zip="90010"
ticket_url="" ticket_price="" ticket_free="1" photo_url="" />
<event id="12996" name="The Samples" description="" start_date="2005-04-16"
end_date="" start_time="23:00:00" end_time=""
personal="0" selfpromotion="0" metro_id="1" venue_id="155"
user_id="8172" category_id="1" date_posted="2005-02-14"
latitude="37.7665" longitude="-122.43" geocoding_precision="address"
geocoding_ambiguous="0" venue_name="The Wiltern"
venue_address="3790 Wilshire Blvd" venue_city="Los Angeles"
venue_state_name="California" venue_state_code="ca"
venue_state_id="5" venue_country_name="United States"
venue_country_code="us" venue_country_id="1"
venue_zip="90010"
ticket_url="" ticket_price="" ticket_free="1" photo_url="" />
</rsp>

Any help would be appreciated.



Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More






Use following form to reply to current message:

Login or Register to Reply
LoginRegister


Sponsored links

Ads by Google


Results for: xml without end tags

C program www.computing.net/answers/programming/c-program/20193.html

How to show HTML code in your posts www.computing.net/answers/programming/how-to-show-html-code-in-your-posts/9036.html

java script www.computing.net/answers/programming/java-script/11876.html