PDA

View Full Version : xml


hendrix9189
11-23-2006, 09:30 PM
hey i was wondering how i would go about writing like a page of xml like 3 paragraphs.

its a small bio i want to load via xml .
can anyone help me ive looked at some sites and its still not helping me can anyone like write up something with three lil parpagraphs :confused:

duncanhall
11-24-2006, 10:22 AM
<?xml version="1.0" encoding="iso-8859-1"?>
<yourContent>
<yourParagraph1 title="Para1">
Some lovely text here.
</yourParagraph1>
<yourParagraph2 title="Para2">
Some more lovely text here.
</yourParagraph2>
<yourParagraph3 title="Para3">
Even more lovely text here.
</yourParagraph3>
</yourContent>

anonymous
11-24-2006, 02:04 PM
http://www.kirupa.com/developer/actionscript/xmldataflash.htm