RE: [PHP] SAX + attributes

2002-02-04 Thread Sandeep Murphy

thnx.. had figured it out :)

thnx all the same..

sands

-Original Message-
From: Jon Farmer [mailto:[EMAIL PROTECTED]]
Sent: segunda-feira, 4 de Fevereiro de 2002 9:26
To: Sandeep Murphy; [EMAIL PROTECTED]
Subject: Re: [PHP] SAX + attributes


> can anyone tell me how I can retrieve attributes of a node using SAX
parser
> in PHP??

Yes use a Start Element Handler. The attribues are passed to it as a
associative array.

Regards

Jon

--
Jon Farmer
Systems Programmer, Entanet www.enta.net
Tel 01952 428969
PGP Key available, send email with subject: Send PGP Key




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




Re: [PHP] SAX + attributes

2002-02-04 Thread Jon Farmer

> can anyone tell me how I can retrieve attributes of a node using SAX
parser
> in PHP??

Yes use a Start Element Handler. The attribues are passed to it as a
associative array.

Regards

Jon

--
Jon Farmer
Systems Programmer, Entanet www.enta.net
Tel 01952 428969
PGP Key available, send email with subject: Send PGP Key





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




[PHP] SAX + attributes

2002-02-01 Thread Sandeep Murphy

hi,

can anyone tell me how I can retrieve attributes of a node using SAX parser
in PHP??

TIA,
sands

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]