XML and Fireworks

This tutorial shows a perfect sample for using XML and Fireworks together. XML stands for Extensible Markup Language, since it's introduction there is lot of talking about XML, what is it? how do you use it? is it really worth it? Well try it out yourself, with this tutorial!

a XML example:

<cdcollection>
    <cd>
        <title>cd1</title>
        <tracks>
            <track>track01</track>
            <track>track02</track>
            <track>...</track>
        </tracks>
    </cd>

...etc
</cdcollection>



Comments

Be the first to write a comment

You must me logged in to write a comment.