Jump to content

geniusmonster

Members
  • Posts

    1
  • Joined

  • Last visited

geniusmonster's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. plz help this is my code first xml - mainfood.xml <?xml version="1.0" encoding="utf-8"?><!DOCTYPE doc [<!ENTITY fooditems SYSTEM "foodnames.xml">]><content> <section name="pages"> <page name="food"> <texts> <pageText> <![CDATA[<font face="arial">food</font>]]></pageText> <pageText><![CDATA[&fooditems;]]></pageText> </texts> </page> </section> </content> 2nd xml - foodnames.xml <?xml version="1.0" encoding="utf-8"?><a >• <font face="Georgia">chicken biryani<br></a></font><a >• <font face="Georgia">manchurian<br></a></font><a >• <font face="Georgia">aloo dum<br></a></font><a >• <font face="Georgia">sushi<br></a></font> basically i want tht lines like <a >• <font face="Georgia">chicken biryani<br></a></font> be read from foodnames.xml and popluated into mainfood.xml in place of &fooditems; whenever the flash file read mainfood.xml instead only &fooditems; gets grabbed and displayed by the flash somene plz plz help
×
×
  • Create New...