PDA

View Full Version : a XML question



Irvin
April 11th, 2003, 12:37 PM
I have a question about XML. Can you have a sub level to a sub level. Such as...
First Option
sub option 1
sub option 2
sub sub option 1

sub sub option 1 is what i would like to create.

I hope this is clear enough. If not let me know

senocular
April 11th, 2003, 04:09 PM
yes you can

mlk
April 11th, 2003, 04:25 PM
Flash is a markup language, you can have as many sub-subs as you want !! ! It works just like html:


<?xml version="1.0"?>
<headertitle>
<sublist1>
<subsublist1.1>
<value>Whatever< /value>
</sublsublist1.1>
<subsublist1.2>
<value>Whatever2< /value>
</sublsublist1.2>
</sublist1>
</headertitle>


search for any .xml files in your computer to see examples

senocular
April 11th, 2003, 04:35 PM
Originally posted by mlkdesign
Flash is a markup language

So is XML :P

mlk
April 11th, 2003, 04:37 PM
sorry, i meant XML - flash isnt...