Connecting Tech Pros Worldwide Help | Site Map

escaping colons in strings

  #1  
Old March 26th, 2008, 05:15 PM
Chris Browne
Guest
 
Posts: n/a
Hi all,

I am trying to write to an XML file, but it will not allow me to use a
colon. Is there some way to be able to write the colon to the XML?

PHP code -
$point = "something"
$sitemap->addChild("new:point", $point);

XML it creates -
<point>something</point>

(misses the the 'new' all together)


Any ideas would be great,


Kind regards,

Chris
Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Migrated From v7 => v9 ... and Now Can't Use Semi-Colons in Strings? machineghost answers 26 July 12th, 2008 03:15 PM