Hello,

I have setup an rss feed with an XSP page like:

<?xml version="1.0"?>
<?xml-stylesheet type="application/x-xsp" href="."?>
<xsp:page 
        xmlns:blog="http://axkit.org/NS/xsp/myblogger/v1";
        xmlns:util="http://apache.org/xsp/util/v1";
        xmlns:xsp="http://apache.org/xsp/core/v1";
        language="Perl">
<rdf:RDF xmlns="http://purl.org/rss/1.0/";
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
 xmlns:dc="http://purl.org/dc/elements/1.1/";
xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/";
xmlns:syn="http://purl.org/rss/1.0/modules/syndication/";>
  <blog:rss/>
</rdf:RDF>
</xsp:page>


The problem that I am having is that the AxKit XSP processing seems to
be mangling the default namespace for the rdf:RDF element. eg. it
changes it from xmlns="http://purl.org/rss/1.0/"; to
="http://purl.org/rss/1.0/";, which then is offcourse, invalid xml.
Any ideas on this one?

Cheers.

Piers Harding.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to