From:             [EMAIL PROTECTED]
Operating system: linux
PHP version:      4.1.1
PHP Bug Type:     DOM XML related
Bug description:  create_entity_reference causes warning

the following code produces a warning at the end:

$xmlDoc = xmldocfile("test.xml");
$xmlDoc->create_entity_reference("bla");

xml-file (presumable any..):
<?xml version="1.0"?>
<buecher>
<buch buch_id="1" isbn="3-8266-0612-4">
<titel>Apache Web-Server</titel>
<jahr>2000</jahr>
<kategorie>2</kategorie>
</buch>
</buecher>

warning message:

Warning: Unknown list entry type in request shutdown (-10004) in Unknown on
line 0






-- 
Edit bug report at: http://bugs.php.net/?id=14852&edit=1


-- 
PHP Development 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]

Reply via email to