diff options
author | Stef Walter <stef@memberwebs.com> | 2004-07-29 19:13:21 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2004-07-29 19:13:21 +0000 |
commit | 0105af34f6977c51619bf1060e74e3c249932c68 (patch) | |
tree | c4901cf5120de34e8d2a9a320f87826ad8a39cad | |
parent | 85dfb472da8d1270e78f25b7d6a0daaf025cebed (diff) |
- Added the DOMC library and get it to build with everything else
-rw-r--r-- | libs/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libs/README b/libs/README index d5e3435..234ff08 100644 --- a/libs/README +++ b/libs/README @@ -7,3 +7,8 @@ http://www.ioplex.com/~miallen/domc/ Because we want to avoid too dependencies, and because DOMC is small, we build it here and link it in statically. The 'prepare-libraries.sh' shell script decompresses the library tars and patches them to work with rtfx. + +RTFX used to use Sablotron, but because they don't major on their DOM (all about +XSLT) it's extremely slow when used with large in memory DOMs under certain +conditions. Because of this in some cases it would take 10 minutes to for RTFX +to convert a 3 or 4 meg RTF file. |