[Simple-support] Need help adding XML Namespace specification
Brought to you by:
niallg
|
From: Sony E. <101...@gm...> - 2012-01-13 01:05:14
|
Hello
I need to create XML files as below:
<?XML version "1.0"?>
<fruit>
<tag1>Apple</tag1>
<tag2>Orange</tag2>
</fruit>
I am only having difficulty inserting XML 1.0 Namespace specification
(highlighted in red). How to do that ? Does SimpleXML support it ?
|