OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook-apps] website problem with RSS feed integration forphp pages


On Wed, 2005-05-18 at 23:05 +0200, Marc Baaden wrote:
> Hi,
> 
> >>> Dave Pawson said:
>  >> On Wed, 2005-05-18 at 11:17 +0200, Marc Baaden wrote:
>  >> > I seem to have a problem when I try to include RSS feeds [..]
>  >> > My guess is that the "?" question mark poses problems.[..]
>  >> 
>  >> Have you added xslt processing for the right namespaces?
> 
> sorry, but I don't quite understand what you are talking about.
> I guess this has something to do with the xmlns: instructions
> in my xsl stylesheets, but which namespaces am I supposed to
> add ?

Not add, just select.
What elements, in what namespace, are you trying to process?
If that namespace is present in your xsl:stylesheet element,
then use the appropriate match template in your stylesheet.

HTH DaveP



> 
> I certainly did not do anything specific myself, but in the website
> rss stylesheet (/usr/share/xml/docbook/custom/website/2.5.0/xsl/rss.xsl)
> there is:
> 
> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
>                 xmlns:rss="http://purl.org/rss/1.0/";
>                 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
>                 xmlns:cvsf="http://nwalsh.com/xslt/ext/com.nwalsh.saxon.CVS";
>                 xmlns:cvs="http://nwalsh.com/rdf/cvs#";
>                 xmlns:dc="http://purl.org/dc/elements/1.1/";
>                 exclude-result-prefixes="rss rdf cvs dc cvsf"
>                 version="1.0">
> 
> Is that ok ?
> 
> Thanks,
> Marc
> 



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]