Greetings,
I'm new to xml, perhaps you can help with what I *think* is a namespace issue. Attempted to validate code at W3 XML Validator and with XML Copy Editor, but not much help is offered on how to fix the problem. I'm hoping to use this Atom feed to load videos into the JW MediaPlayer ( Would really appreciate some help on where I've gone wrong. Thanks!
Here's the code:
<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns=" xml:lang="en">
<title>Joe's Videos</title>
<link rel="alternate" type="text/html" href=" <link rel="self" type="application/atom+xml" href=" <updated>2005-07-17T01:10:32Z</updated>
<subtitle>Subtitle</subtitle>
<id>tag: <generator uri=" version="3.2b1">Movable Type</generator>
<entry>
<title>Killing Values</title>
<media:credit role="author">producer 1</media:credit>
<summary>Summary 1</summary>
<media:content url=" type="video/mp4"/>
<media:thumbnail url=" type="image/jpg"/>
</entry>
<entry>
<title>Measure for Measure - Act 1</title>
<media:credit role="author">producer 2</media:credit>
<summary>Summary 2</summary>
<media:content url=" type="video/mp4"/>
<media:thumbnail url=" type="image/jpg"/>
</entry>
<entry>
<title>Measure for Measure - Act 2</title>
<media:credit role="author">producer 3</media:credit>
<summary>Summary 3</summary>
<media:content url=" type="video/mp4"/>
<media:thumbnail url=" type="image/jpg"/>
</entry>
</feed>
I'm new to xml, perhaps you can help with what I *think* is a namespace issue. Attempted to validate code at W3 XML Validator and with XML Copy Editor, but not much help is offered on how to fix the problem. I'm hoping to use this Atom feed to load videos into the JW MediaPlayer ( Would really appreciate some help on where I've gone wrong. Thanks!
Here's the code:
<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns=" xml:lang="en">
<title>Joe's Videos</title>
<link rel="alternate" type="text/html" href=" <link rel="self" type="application/atom+xml" href=" <updated>2005-07-17T01:10:32Z</updated>
<subtitle>Subtitle</subtitle>
<id>tag: <generator uri=" version="3.2b1">Movable Type</generator>
<entry>
<title>Killing Values</title>
<media:credit role="author">producer 1</media:credit>
<summary>Summary 1</summary>
<media:content url=" type="video/mp4"/>
<media:thumbnail url=" type="image/jpg"/>
</entry>
<entry>
<title>Measure for Measure - Act 1</title>
<media:credit role="author">producer 2</media:credit>
<summary>Summary 2</summary>
<media:content url=" type="video/mp4"/>
<media:thumbnail url=" type="image/jpg"/>
</entry>
<entry>
<title>Measure for Measure - Act 2</title>
<media:credit role="author">producer 3</media:credit>
<summary>Summary 3</summary>
<media:content url=" type="video/mp4"/>
<media:thumbnail url=" type="image/jpg"/>
</entry>
</feed>