hi
I am new to XML and would like to do the following.
I have an XML file that loads calendar info into a swf file.
at the top of the 'news.xml' file there is a <news> tag containing xml that formats the text styling and background. The rest of the file contains <item> tags for the individual calendar dates & info.
My problem is that my client wants to edit the calendar item information himself but finds the xml file confusing and I worry he will delete parts of the code accidentally.
I would like to do the following:
1. keep the news.xml file & put the <news> in only then call up a second file called 'newscontent.xml'
2. 'newscontent.xml' file would contain all the <item> info.
this way I can setup in excel file to export the xml to 'newscontent.xml' and then client can easily update the info in excel
please see the original xml file attached.
can anyone show me what I need to do please. I tried but have failed.
I am new to XML and would like to do the following.
I have an XML file that loads calendar info into a swf file.
at the top of the 'news.xml' file there is a <news> tag containing xml that formats the text styling and background. The rest of the file contains <item> tags for the individual calendar dates & info.
My problem is that my client wants to edit the calendar item information himself but finds the xml file confusing and I worry he will delete parts of the code accidentally.
I would like to do the following:
1. keep the news.xml file & put the <news> in only then call up a second file called 'newscontent.xml'
2. 'newscontent.xml' file would contain all the <item> info.
this way I can setup in excel file to export the xml to 'newscontent.xml' and then client can easily update the info in excel
please see the original xml file attached.
can anyone show me what I need to do please. I tried but have failed.