Specifications

B-15
Cisco Internet Streamer CDS 2.0-2.3 Software Configuration Guide
OL-13493-04
Appendix B Creating Manifest Files
Manifest Validator Utility
<server name="my-dev'box">
<host name="http://128.107.150.26"
proto="http" />
</server>
<item
src="tmp/lu.html"
priority="300"
/>
<item
src="/tmp/first_grader.html"
/>
<server name="server0">
<host name="http://umark-u5.cisco.com:8080/" />
</server>
<item •src="a.gif"/>
<server name="server1">
<host name="http://unicorn-web" />
</server>
<item •src="Media/wmtfiles/DCA%20Disk%201/Microsoft_Logos/Logos_100k.wmv" />
</CdnManifest>
The final lines of the Manifest Validator output indicate whether the Manifest file is valid or not. Wait
until the following message is displayed, indicating that the validator has completed processing the
Manifest file:
Total Number of Error: 0
Total Number of Warning: 0
Manifest File is CORRECT.
If errors are found, the error messages reported appear before the preceding message.
Invalid Manifest File Example
The following text is an example of an invalid Manifest file:
<CdnManifest>
<item
src="tmp/mao's.html"
priority="20"
/>
<server name="my-dev'box">
<host name="http://128.107.150.26"
proto="http" />
</server>
<item
src="tmp/lu.html"
priority="300"
/>
<item
src="/tmp/first_grader.html"
/>
<server name="server0">
<host name="http://umark-u5.cisco.com:8080/" >
</server>
<item src="a.gif"/>
<server name="server1">
<host name="http://unicorn-web" />
</server>
<item src1="Media/wmtfiles/DCA%20Disk%201/Microsoft_Logos/Logos_100k.wmv" />
</CdnManifest>