juniorop
01-23-2003, 04:37 AM
Hi,
I am curious how you go about loading/parsing xml with a DTD into flash.
In the xml file, I see tags like this:
<key>Number</key>
<interger>34</interger>
<key>Name</key>
<string>My name is JO</string>
<key>Location</key>
<string>../myfile</string>
I am not exactly sure how dtd works, but I am assuming it helps define these tags???
So, if anyone could enlighten me how dtd works with flash or point me in the right direction, I would be very grateful!
Thanks,
JO
I am curious how you go about loading/parsing xml with a DTD into flash.
In the xml file, I see tags like this:
<key>Number</key>
<interger>34</interger>
<key>Name</key>
<string>My name is JO</string>
<key>Location</key>
<string>../myfile</string>
I am not exactly sure how dtd works, but I am assuming it helps define these tags???
So, if anyone could enlighten me how dtd works with flash or point me in the right direction, I would be very grateful!
Thanks,
JO