I want to be able to link to libfo and call it from
plugins in Conglomerate (http://www.conglomerate.org)
Currently my code use stylesheets internally to
generate an xmlDocPtr for an FO document from the input
doc. This FO document is well-formed, but not
necessarily valid (and often is invalid as I hack the
stylesheets).
Currently libfo has g_assert_not_reached when handling
unexpected cases. This terminates the whole
application, which seems like overkill when libfo is
embedded in a client app. Please can you use GError or
similar to gracefully handle invalid inputs, so I can
pop up an error dialog of some kind.
I'll provide patches if need be - thanks!
Logged In: YES
user_id=703525
I see your point.
Patches would be welcome.
Regards,
Tony Graham.