Hello, I have recently been trying to use templates with XML documents. My problem however is that I cannot get the values between XML tags into variables. For example
Example XML Document:
<me>
<name>
Foo-Bar
</name>
</me>
What would I need to do, so that I can get the contents of the <name> tag
(Foo-Bar) into a variable?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

