Hi,

I want to start a blog in Chinese, but I don't want to create another
COREBlog instance, customise it, etc. etc. Instead, I want to create a new
category in my existing instance. The trick is, I want the default
rdf10_xml feed to _not_ include this new category, which I will provide for
in another feed called, rdf10_chinese_xml, say.

Any idea how to do that? Looking at rdf10_xml, something like this?

  <items>
    ...
    <dtml-in "rev_day_entry_items(count=top_days)">
->  <dtml-if ???> 
      <rdf:li rdf:resource="..." />
    </dtml-if>
    ... 
  </items>

The change is in adding dtml-if, marked by "->".  How to test for the
category in the dtml-if?

Ideas appreciated. TIA! Merry Christmas.

-- 
Ng Pheng Siong <[EMAIL PROTECTED]> 

http://sandbox.rulemaker.net/ngps -+- M2Crypto, ZServerSSL for Zope, Blog
http://www.sqlcrypt.com -+- Database Engine with Transparent AES Encryption
_______________________________________________
COREblog-en mailing list
[email protected]
http://postaria.com/cgi-bin/mailman/listinfo/coreblog-en
Unsubscription writing to [EMAIL PROTECTED]

Reply via email to