Originally Posted by
fishtoprecords
...AbiWord,...
// AbiWord
const UT_UCSChar * m_InitialBuffer;
doesn't look like Java to me, anyway const keyword binds to the left.
Originally Posted by
fishtoprecords
OpenOffice.org
Upon finding: Standard ECMA-376 Office Open XML File Formats:
Dll: C:\PROGRA~1\WinZip\wz32.dll - 09/26/97 07:30
Operation ceased at first binary zero.
Originally Posted by
fishtoprecords
...KWord,...
http://kdesvn-build.kde.org/other/svn-checkout-tarballs.php
Where's Tarball Class in 1.5 api docs?
Anyway, back to the point. So far I have had better luck digging for rtf info. I thought an hour ago of writing xml to the browser since all the browsers seem to understand it, but it would probaly parse it and
DocumentBuilderFactory.newDocumentBuilder()
is a parser, not a generator. I think for the moment I am going to re-read Marty Hall's advice on writing csv to the browser, I have a clear memory of that exporting to what CB&R uses for their document system.