Sebastian:

On Tue, May 07, 2002 at 07:06:18AM +0200, Sebastian A. wrote:

> The parsing is not the problem. I am already using the PHP XML parser, but
> the problem is that it I cannot get the content of elements into variables
> like I already stated. Does no one know how to do this?

You are doing something wrong.  Exactly WHAT, I don't know.  

Since your XML data sample was on multiple lines, I could guess that the
problem is you're only getting the last line from the Character Data
handler.  And, since the last line is blank, you get, blank back in the 
variable.

Dude, like I said, go check out "PHP XML Parsing Basics" at
   http://www.analysisandsolutions.com/code/phpxml.htm

End of problem,

--Dan

--
               PHP classes that make web design easier
        SQL Solution  |   Layout Solution   |  Form Solution
    sqlsolution.info  | layoutsolution.info |  formsolution.info
 T H E   A N A L Y S I S   A N D   S O L U T I O N S   C O M P A N Y
 4015 7 Av #4AJ, Brooklyn NY     v: 718-854-0335     f: 718-854-0409

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to