Computing.Net > Forums > Web Development > parsing XML without end tags

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.

parsing XML without end tags

Reply to Message Icon

Name: BigShow
Date: August 29, 2009 at 19:04:44 Pacific
OS: Windows XP
CPU/Ram: pentium 4
Product: Dell / Lap top
Subcategory: PHP
Comment:

Hi guys, I posted this earlier in the wrong area so i am going to try here. 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


PHP mySQL Navigation make your site indexing i...


Use following form to reply to current message:

Login or Register to Reply
LoginRegister


Sponsored links

Ads by Google


Results for: parsing XML without end tags

XHTML Valid? www.computing.net/answers/webdevel/xhtml-valid/143.html

XML OR REGISTRIES OR INI Files www.computing.net/answers/webdevel/xml-or-registries-or-ini-files/2563.html

Interpreting DTDs www.computing.net/answers/webdevel/interpreting-dtds/721.html