Home Page
What is a VAD?
Work Plan
Resources
Contact |
Sample VAD File
You can download a sample VAD file, which is both valid and well formed. To test its its validity, follow these steps:
- Download the sample VAD file.
- Go to the online XML validator
- Click "Browse" and locate the XML file you downloaded
- Click "Validate"
- A successful validation looks like this (notice error="0"):
NIST MPEG-7 Validation Result ...
<Mpeg7Validation file="sampleCDP.XML">
<Total warning="0" error="0" fatal="0"/>
<Processed element="36" attribute="20" time="2439ms"/>
</Mpeg7Validation>
|
- By way of example, we also have two non-valid XML samples:
Bad Sample 1 Bad Sample 2
- You can also use XML editing applications to validate the XML. Altova has recently released a free home version of their great software xmlspy.
|