phpbar.de logo

Mailinglisten-Archive

[php] XML -> ARRAY(HASH)

[php] XML -> ARRAY(HASH)

Alex Handle baka0815 at yahoo.de
Fre Mai 14 13:57:57 CEST 2004


On Friday 14 May 2004 11:23, InterNetX - Christian Heimerl wrote:
> hallo list,
>
> ich suche eine funktion die mir ein xml document in einem array(hash)
> darstellt. zb:
>
> <?xml ?>
> <list>
> 	<item>hallo</item>
> 	<item>test</item>
> 	<item>
> 		<list>
> 			<item>test2</item>
> 		</list>
> 	</item>
> </list>
>
> ======================================
>
> array(
> 	"list" => array(
> 		[0] => "hallo",
> 		[1] => "test",
> 		[2] => array(
> 			"list" => array(
> 				"item" => "test2"
> 			)
> 		)
> )
>
> hat jemand sowas für mich?
>
> lg C.Heimerl

Hallo,

schau dir mal dieses pear packet an

http://pear.php.net/package/XML_Serializer


ciao
alex

php::bar PHP Wiki   -   Listenarchive