xsl-list
[Top] [All Lists]

Flash XSD

2004-06-16 04:06:39
[Not really a XST question so please ignore if necessary - tried a Google
search but results all about using XML in flash, which is not what I want]

Is there an XSD (or something) to represent a flash file?

I started something along these lines but if there's an existing schema then
no point reinventing...

<?xml version="1.0" ?>
<flash
  xmlns:dc="http://purl.org/dc/elements/1.1/";
  >
  <dc:title></dc:title>
  <dc:created></dc:updated>
  <id>surfwave</id>
  <movie></movie>
  <image></image>
  <height></height>
  <width></width>
</flash>



<Prev in Thread] Current Thread [Next in Thread>
  • Flash XSD, Stephen Tredrea <=