Hi all,
Is there a way in an XML file to call some text without writing it all of the time, let me explain.
XML Code: (The part in blue is what i want to happen)
<videos>
<video url="GVideos/battlefield1942_pc02_trailer1OAPS.flv" desc="Battlefield 1942 Intro" date="27/1/07" info=[COLOR=RoyalBlue]"THIS IS WHAT I WANT TO BE REPEATED BUT I DO NOT WONT TO TYPE OT EACH TIME"[/COLOR] />
<video url="GVideos/bf2142_om_pc_092906_0.flv" desc="Battlefield 2142" info="[COLOR=RoyalBlue]THIS IS WHAT I WANT TO BE REPEATED BUT I DO NOT WONT TO TYPE OT EACH TIME"[/COLOR] />
<video url="GVideos/bfvietnam_pc32104_cut1OAPS.flv" desc="Battlefield Vietnam Intro" info=[COLOR=RoyalBlue]"THIS IS WHAT I WANT TO BE REPEATED BUT I DO NOT WONT TO TYPE OT EACH TIME"[/COLOR] />
<video url="GVideos/bfvietnam_pc31604_6OAPS.flv" desc="Battlefield Vietnam 2" info=[COLOR=RoyalBlue]"THIS IS WHAT I WANT TO BE REPEATED BUT I DO NOT WONT TO TYPE OT EACH TIME"[/COLOR] />
<video url="GVideos/cod2_ot_mul_092705OAPS.flv" desc="Call of Duty 2" info="CCCCCCCCCCC" />
<video url="GVideos/169_crysis_ot_pc_032806OAPS.flv" desc="Crysis 1" info="The workings of crysid" />
<video url="GVideos/169_crysis_om_mul_010507OAPS.flv" desc="Crysis 2" info=[COLOR=RoyalBlue]"THIS IS WHAT I WANT TO BE REPEATED BUT I DO NOT WONT TO TYPE OT EACH TIME"[/COLOR] />
<video url="GVideos/guildwars_ot_pc_040805OAPS.flv" desc="Guild Wars" info=[COLOR=RoyalBlue]"THIS IS WHAT I WANT TO BE REPEATED BUT I DO NOT WONT TO TYPE OT EACH TIME"[/COLOR] />
<video url="GVideos/169_ut2007_ot_082406OAPS.flv" desc="Unreal Tournament 2004" info=[COLOR=RoyalBlue]"THIS IS WHAT I WANT TO BE REPEATED BUT I DO NOT WONT TO TYPE OT EACH TIME"[/COLOR] />
</videos>
Is there a way?
Thanks
Dunkyb123