
qxsl-fo
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
The aim of this project is to create WYSIWYG xsl-fo editor. Output of QXsl-fo application is xslt document which contain fo marks of formating objects. Using xsl-fo procesor (e.g. Fop) we can generate pdf or ps documents. If with xslt document is used also XML, as a data source, we can generate variable tables, blocks of texts or lists.
To compile you need Qt 4.3.4 and do:
svn co https://qxsl-fo.svn.sourceforge.net/svnroot/qxsl-fo qxsl-fo
cd ./qxsl-fo/qxsl-fo/
qmake
make
Curent app version is 0.0.1. Project is currently not usable. It can load only simple xslt document and show base formating objects. Current implementation :
implement these formating objects: fo:block, fo:block-container,fo:body-region,fo:border-region,fo:external-graphic
implement undo framework
show inserted object in hierarchy
show attributes (only chosed) of object
can move and resize using drag&drop fo:block-container and fo:region-body
To check project posibilities try open qxsl-fo/data/xsl/base.xsl file
patrik08
12 years ago
it can display basic fo document.
To build on Window OS i have make a patch
http://fop-miniscribus.googlecode.com/svn/trunk/doc/new-patch.qxsl-fo_0.0.1.patch
Or in the same SVN dir a already patched source.
Now only render QGraphicsView
as PDF and a new Formatting Objects Processor is born.
Report
sebo
12 years ago
Report