A XML question

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

yes you can

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

*Originally posted by mlkdesign *
Flash is a markup language

So is XML :stuck_out_tongue:

sorry, i meant XML - flash isnt…