![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archivenew DomElement and Ampersand(&) in string
From: <petermichaux@yahoo.com>
Date: Sat Jul 16 2005 - 18:39:27 CEST
Hi,
I'm trying the following code (ultimately I want a node with a URI like
<?php
$foo = new DomElement('foo','foo&bar');
?>
and get the following error message
ERRNO: 2
I cannot find a way to escape the ampersand so that the DomElement
Thanks,
|