IGNORE THIS RE: RSS

2003-03-27 Thread Richard Cunliffe
IGNORE THIS     Richard   -Original Message- From: Richard Cunliffe [mailto:[EMAIL PROTECTED] Sent: 26 March 2003 17:34 To: [EMAIL PROTECTED] Subject: RSS   Hi,   I want to call a RSS feed. Is it possible for the style sheet to use the XML document it is styling and the X

Re: RSS

2003-03-27 Thread Charles Yates
Cut and Paste ugliness correction: http://www.w3.org/2001/XInclude"; href="http://news.newsfeedsource.com/newsfeed.rss"/> Charles Yates wrote: see http://www.w3.org/TR/xslt#document http://news.newsfeedsource.com/newsfeed.rss')/*"/> or something like that. also consider using XIncludeTransfor

RE: RSS

2003-03-27 Thread Olson, Dave -Systems
Richard, I just read about a feature that might be helpful to you. The discussion of "Content Aggregation" in "Cocoon: Building XML Applications" (Matthew Langham, Carsten Ziegeler; New Riders Pub; ISBN : 0-7357-1235-2) discusses a way to aggregate multiple generators into a single XML document, o

Re: RSS

2003-03-27 Thread Charles Yates
see http://www.w3.org/TR/xslt#document http://news.newsfeedsource.com/newsfeed.rss')/*"/> or something like that. also consider using XIncludeTransformer or CIncludeTransformer: http://www.w3.org/2001/XInclude"; href="http:// news.newsfeedsource.com/ne

Re: RSS

2003-03-27 Thread Steven Noels
On 26/03/2003 18:33 Richard Cunliffe wrote: I want to call a RSS feed. Is it possible for the style sheet to use the XML document it is styling and the XML RSS feed. How would I set up my sitemap to do this? And how would I call the two different XML files in my style sheet? I understand (pleas