> I'm working for a small company where we are using Abiword as a "print server".
> We are also generating/merging abw files.
> One generated file is crashing abiword 2.2(linux) and 2.4 (windows) (see
> attached document crash.abw).
>
> Could someone (experienced user, developper ...) look at the file and tell me
> what's wrong ?
The problem is quite trivial, and this issue has been annoying me for
some time now ;)
You have this in your document:
<section>
<frame><p></p></frame>
</section>
However, AbiWord needs a <p> or a <table> element following immediately
after a <section> element. The following will work:
<section>
<p></p>
<frame><p></p></frame>
</section>
> Please remember that this file was NOT written by abiword, so it's not an
> abiword bug.
> I just want to understand why I can't produce valid document.
Thanks for using abiword :-)!
Marc
-----------------------------------------------
To unsubscribe from this list, send a message to
abiword-user-request@abisource.com with the word
unsubscribe in the message body.
Received on Wed Nov 23 12:45:50 2005
This archive was generated by hypermail 2.1.8 : Wed Nov 23 2005 - 12:45:51 CET