Hi,

Yet another feed question. ;-)

I want to provide a feed consisting of, say, 2 categories.

My current rather cheesy effort is this:

  <dtml-in "rev_category_entry_items(category_id=5, count=top_days)">
  <item rdf:about="<dtml-var blogurl>/<dtml-var id>">
    [ each entry goes here ]
  </item>
  </dtml-in>
  
  [ repeat the above dtml-in block for category_id = something else ]

This results in two blocks of entries, where each block is in reverse
chronological order. Overall, the feed is made up of the concatenation of
the two blocks, so it is not in reverse chronological order.

Is this a problem for aggregators? 

Thanks. Cheers.

-- 
Ng Pheng Siong <[EMAIL PROTECTED]> 

http://firewall.rulemaker.net -+- Cisco PIX & Netscreen Config Version Control 
http://sandbox.rulemaker.net/ngps -+- M2Crypto, ZServerSSL for Zope, Blog
_______________________________________________
COREblog-en mailing list
[EMAIL PROTECTED]
http://munin.nbi.dk/cgi-bin/mailman/listinfo/coreblog-en

Reply via email to