<?xml version="1.0" encoding="UTF-8"?>
<storyfile>
   <headline>This Tutorial Shows the Use of CSS with XML in Flash <br /></headline>

   <byline>
   <name>By Mindy McAdams, </name>
   <credit> author of <i>Flash Journalism: How to Create Multimedia News Packages</i></credit>
   <br /></byline>

   <storytext>
This is an example of how to use CSS together with an XML file to style text in Flash. The template in Flash will read the line breaks herein.
<br /><br /> 
This is a new paragraph, for example.
<br /><br /> 
All the formatting you see in the SWF is controlled by an external CSS style sheet that is using the XML tags to determine the appearance of each element within this XML file. There are some regular HTML tags being used also, but most of the formatting is tied to custom tags in the XML.
<br /><br /> 
   </storytext>

   <tagline>Thanks to Neil Webb for <a href="http://www.actionscript.org/resources/articles/56/1/Loading-External-XML-formatted-Content-into-Flash-MX-2004/Page1.html">his tutorial</a>, which served as the basis for this one.</tagline>
</storyfile>
