
-----------------------------------
MossyMusic
Wed Jan 12, 2011 2:06 pm

PHP simpleXML editor.
-----------------------------------
I've been trying to find a working php editor for an xml document. 
I've been researching this over the past couple days. Which has failed me.


what I need the php for is to edit a simple xml that displays news text/information. Which builds up instead of replacing as-well.




	
		HEADLINE TEXT HERE
		07 December 2010
		
		
		

	








The things in red are the variables I wish to edit. in a simple html text following a php script, following the input information in green.

complicated.... editing xml.
