Hi , I am creating an atom feed , when I tried below to add xmlns:i as an attribute -
$node->addAttribute("xmlns:i","http://www.w3.org/2001/XMLSchema-instance");
I got this as an output -
i="http://www.w3.org/2001/XMLSchema-instance"
"xmlns:" par was cut off. do I need to escape : char ? or is they any other way to add this namespace ?
Thanks, Sourabh