I have created a flash site with XML and I want to format the XML to a Quark file does anyone know about DTD? How would I format this file into a DTD file so quark could read it or is there another way to do this?
----------------------------
<?xml version="1.0" encoding="UTF-8"?>
<rsp status="ok">
<stream_count>1</stream_count>
<event id="154925">
<name>Sunday Jazz Series at the Improv: Kristen Strom Quintet</name>
<description>
Bay Area Mainstay and Festival favorite Kristen Strom has performed
with a number of jazz greats, including saxophonist-composer Jimmy
Heath, trombonist Steve Turre, singer Kevin Mahogany and trumpeter
Jon Faddis as well as in the San Jose Jazz Orchestra. At the Series,
saxophonist Kristen Strom takes the stage with her quintet to perform
standards and originals from her new release "Intention"
</description>
<url>http://sanjosejazz.org/events.html</url>
<starttime>200602261500</starttime>
<endtime>200602261700</endtime>
<creator_id>3</creator_id>
<price></price>
<venue_id>4553</venue_id>
<private>false</private>
</event>
</rsp>
----------------------------