I hv large documents produced daily using word by 10 or more staff, how can
I the staff make these documents be maked-up using XML so that they r
searchable using python specifically web2py...my headache is how can the 10
staff with no idea of XML markup such a document like this one below:
<doc date="12/2/12">
<speaker id="4" sequence="2" type="question">May I find out out
why....</speaker>
<speaker id="2" sequence="3" type="question">Thank you for that
question, my answer....</speaker>
....
....
</doc>
I am sure python can easily process such a document, but how do I
efficiently create such a document...r there tool out there?
--