memaid 0.4.6-pre

David Calinski <[email protected]> Tue, 11 Nov 2003 20:01:27 +0100
Newsgroups gmane.comp.tools.memaid.devel
Message-ID <[email protected]>
Hi,

If anyone has time: can help me test 0.4.6 release before I will release it 
officaly.
Here is actual version:
http://neodave.civ.pl/memaid/memaid_0.4.6pre.tar.bz2

and, in case of problems, also here:
http://orcio.cjb.net/~neodave/memaid_0.4.6pre.tar.bz2

I will test it some more and release it later today (if everything will be 
OK), or tommorow.

(This is more than a bugfix release: current sources I had were not far from 
next release, so I just speeded-up work on XML and some modularization to 
finish up 0.4.6, and here it is, along with bugfix.)


About XML:
DTD is:

<!DOCTYPE memaid_data [
        <!ELEMENT memaid_data (item)>
        <!ELEMENT item (Q, A)>
        <!ELEMENT Q (#PCDATA)>
        <!ELEMENT A (#PCDATA)>
        <!ATTLIST memaid_data core_version cdata ""
                time_of_start cdata "">
        <!ATTLIST item id ID #REQUIRED
                tm_t_rpt CDATA #REQUIRED
                stm_t_rpt CDATA #REQUIRED
                l_l_ivl CDATA #REQUIRED
                rl_ivl CDATA #REQUIRED
                ivl CDATA #REQUIRED
                rp CDATA #REQUIRED
                gr CDATA #REQUIRED>
]>

Example data:

<memaid_data core_version="7" time_of_start="1052342328">

<item id="0" tm_t_rpt="187" stm_t_rpt="169" l_ivl="2" rl_l_ivl="3" ivl="17" 
rp="0" gr="4">
<Q>
<![CDATA[blah blah]]>
</Q>
<A>
<![CDATA[Blah  blah]]>
</A>
</item>


Is it OK?
By-the-way:
Wouldn't Q/A look nicer this way:

<Q><![CDATA[blah blah]]></Q>
<A><![CDATA[Blah  blah]]></A>

?
Or <![CDATA[ has to begin on a new line?

DC



-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/