<?xml version="1.0" encoding="UTF-8"?>
<!--Returns a list of conferences incl. oids which matches
the filterterm in the ask_conferences query.
If no filterterm is given all conferences are given back.-->

<!ELEMENT conferencelist (conference+)>
<!ELEMENT conference (oid,title)>
<!ELEMENT oid (#PCDATA)*>
<!ELEMENT title (#PCDATA)*>