php-general | 2001122
Date: 12/21/01
- Next message: Steve Maroney: "[PHP] sessions and authentication"
- Previous message: Jack: "[PHP] FrameSet Problem with PHP, Pls Help!"
- Maybe in reply to: php dood: "[PHP] arrays"
- Next in thread: Jeremy Reed: "[PHP] Re: arrays"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Maybe you should take a look at XSL
http://www.w3schools.com/xsl/
http://www.w3.org/Style/XSL/
-----Original Message-----
From: php dood [mailto:bryan <email protected>]
Sent: Friday, December 21, 2001 2:04 AM
To: php-general <email protected>
Subject: [PHP] arrays
I'm trying to figure out how to parse an xml document, and convert it into
html...
i know how to parse in simple xml stuff for example
<easy>easy</easy> is pretty easy to parse in, and i know how to code that,
but when you start adding flags that i'm going to need variables for,
example <easy does="1" it="2">easy</easy> is not so easy.
***
paste sample xml
***
<report gmt_date="1206082001" unix_date="992001907.000000">
<location city="11531">
<forecast day_sequence="1" day_of_week="6" daylight="D"
date="060801" high_temp="24.78" low_temp="14.51" sky_desc="3"
precip_desc="*" temp_desc="8" air_desc="*" uv_index="7"
wind_speed="18.51" wind_dir="270" humidity="48" dew_point="12.01"
comfort="25.28" rainfall="*" snowfall="*" precip_prob="0" icon="2" />
<forecast day_sequence="2" day_of_week="7" daylight="D"
date="060901" high_temp="20.34" low_temp="13.68" sky_desc="1"
precip_desc="*" temp_desc="7" air_desc="20" uv_index="7"
wind_speed="18.51" wind_dir="270" humidity="57" dew_point="9.23"
comfort="19.23" rainfall="*" snowfall="*" precip_prob="2" icon="1" />
<forecast day_sequence="3" day_of_week="1" daylight="D"
date="061001" high_temp="20.35" low_temp="12.01" sky_desc="3"
precip_desc="*" temp_desc="7" air_desc="*" uv_index="7"
wind_speed="*" wind_dir="*" humidity="56" dew_point="9.80"
comfort="*" rainfall="*" snowfall="*" precip_prob="1" icon="2" />
<forecast day_sequence="4" day_of_week="2" daylight="D"
date="061101" high_temp="20.34" low_temp="12.02" sky_desc="3"
precip_desc="*" temp_desc="7" air_desc="*" uv_index="7"
wind_speed="*" wind_dir="*" humidity="57" dew_point="10.34"
comfort="*" rainfall="*" snowfall="*" precip_prob="1" icon="2" />
<forecast day_sequence="5" day_of_week="3" daylight="D"
date="061201" high_temp="22.01" low_temp="13.12" sky_desc="3"
precip_desc="*" temp_desc="7" air_desc="*" uv_index="7"
wind_speed="*" wind_dir="*" humidity="55" dew_point="11.45"
comfort="*" rainfall="*" snowfall="*" precip_prob="1" icon="2" />
<forecast day_sequence="6" day_of_week="4" daylight="D"
date="061301" high_temp="23.12" low_temp="13.12" sky_desc="7"
precip_desc="*" temp_desc="7" air_desc="*" uv_index="7"
wind_speed="*" wind_dir="*" humidity="46" dew_point="9.79"
comfort="*" rainfall="*" snowfall="*" precip_prob="2" icon="2" />
<forecast day_sequence="7" day_of_week="5" daylight="D"
date="061401" high_temp="23.12" low_temp="13.68" sky_desc="7"
precip_desc="*" temp_desc="7" air_desc="*" uv_index="7"
wind_speed="*" wind_dir="*" humidity="49" dew_point="10.34"
comfort="*" rainfall="*" snowfall="*" precip_prob="3" icon="2" />
</location>
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>The information contained in this email is confidential and may be legally privileged. It is intended solely for the addressee. Access to this email by anyone else is unauthorized. If you are not the intended recipient, any form of disclosure, production, distribution or any action taken or refrained from in reliance on it, is prohibited and may be unlawful. Please notify the sender immediately.
The content of the email is not legally binding unless confirmed by letter bearing two authorized signatures.
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Steve Maroney: "[PHP] sessions and authentication"
- Previous message: Jack: "[PHP] FrameSet Problem with PHP, Pls Help!"
- Maybe in reply to: php dood: "[PHP] arrays"
- Next in thread: Jeremy Reed: "[PHP] Re: arrays"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

