pan-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pan-devel] XMLizing the tasks


From: Colin Leroy
Subject: [Pan-devel] XMLizing the tasks
Date: Mon, 13 May 2002 11:47:46 +0200

Hi,

I began working on tasks XMLizing, found something possibly missing in the
DTD Charles sent on IRC:
----------
<!ELEMENT tasks (headers|bodies|save|harvest)*>
<!ELEMENT headers (group)+>
<!ELEMENT group EMPTY>
<!ELEMENT bodies group,(message)+>
<!ELEMENT save group,(message)+>
<!ELEMENT harvest group,filter>
<!ELEMENT message EMPTY>
<!ATTLIST headers
          mode (new|all|sample) "new"
          maximum CDATA "-1"
          bodies_too (t|f) "f">
<!ATTLIST save
          path CDATA #REQUIRED
          filename CDATA #REQUIRED>
<!ATTLIST group
          server CDATA #REQUIRED
          newsgroup CDATA #REQUIRED>
<!ATTLIST message
          message_id CDATA #REQUIRED>
<!ATTLIST harvest
          path CDATA #REQUIRED>
<!ATTLIST filter
        mode (filter_name|subject) #REQUIRED
        text CDATA #REQUIRED>
------------

I wonder if there's not missing a
        type (bodies|attachments) 
in the save ATTLIST ?

-- 
Colin
Random BOFH excuse:
        Yeah, yo mama dresses you funny and you need a mouse to delete files.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]