The following warnings occurred:
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message



GetSimple Support Forum
xml for Flash - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Scripts & Components (http://get-simple.info/forums/forumdisplay.php?fid=11)
+--- Thread: xml for Flash (/showthread.php?tid=186)



xml for Flash - valikras - 2009-10-23

Hi!
I have being looking for CMS for editing of XML. I have uploaded latest version of GetSimple. My question is: is there any ready-made solution for work with XML files of non-uniform type. Example:
I want to edit this file and keep structure:


Code:
<newsList>
  <news id="1">
    <titulo><![CDATA[Developing our website]]></titulo>
    <desc><![CDATA[Text....]]></desc>
    <data><![CDATA[30-08-2009]]></data>
    <source><![CDATA[images/news/brend.png]]></source>
    <url><![CDATA[http://www.artdevue.com]]></url>
  </news>
   <news id="2">
    <titulo><![CDATA[Developing our website]]></titulo>
    <desc><![CDATA[Text.....]]></desc>
    <data><![CDATA[30-08-2009]]></data>
    <source><![CDATA[images/news/brend.png]]></source>
    <url><![CDATA[http://www.artdevue.com]]></url>
  </news>
</newsList>