if you set up the xml_set_character_data_handler(), maybe this isn't called
for <tag />, but it will be called for <tag></tag> (??)

you might want to check that 'cause I haven't :)

Martin

-----Original Message-----
From: Christian Stocker [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 07, 2002 10:50 AM
To: [EMAIL PROTECTED]
Subject: [PHP] Re: XML closing elements called for <tag />


In <000a01c1af5a$dbf70140$73fd883e@laptop>, Hammy wrote:

> Is there any way to suppress or detect when the closing element event
> fires from tags in the form <tag /> rather than <tag></tag>?
> 

no, i don't think so. It means exactly the same in the XML-sense, so why
should there be a difference in reporting it...

chregu

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

Reply via email to