[XMLSCHEMA-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Extending RSS 2.0

From: George Cristian Bina <george@oxygenxml.com>
Date: Tue, 27 Sep 2005 12:44:20 +0300
Message-ID: <43391474.3050108@oxygenxml.com>
To: Borut Bolčina <bob@najdi.si>
Cc: Michael Kay <mike@saxonica.com>, xmlschema-dev@w3.org
rss 2.0 xsd

Hi,

 > <rss version="2.0" xmlns:job="http://schema.noviforum.si/job"
 > job:schemaLocation="path/to/job.xsd"
 > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 > 
xsi:noNamespaceSchemaLocation="http://www.thearchitect.co.uk/schemas/rss-2_0.xsd">

You need xsi:schemaLocation not job:schemaLocation and also the value is 
a list of pairs, each pair formed by namespace followed by schema 
location so something like below should work:

<rss version="2.0" xmlns:job="http://schema.noviforum.si/job"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://schema.noviforum.si/job path/to/job.xsd"
xsi:noNamespaceSchemaLocation="http://www.thearchitect.co.uk/schemas/rss-2_0.xsd">

Best Regards,
George
---------------------------------------------------------------------
George Cristian Bina
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
Received on Tuesday, 27 September 2005 09:37:08 GMT

Subscribe to the Stylus Scoop newsletter for helpful XML tips and tutorials.
Email
First Name
Last Name
Company

Download Stylus Studio 6 XML Enterprise Edition

Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2007 All Rights Reserved.