summaryrefslogtreecommitdiff
path: root/filter/prj
diff options
context:
space:
mode:
authorPeter Jentsch <pjotr@guineapics.de>2011-01-10 21:30:04 +0100
committerMichael Meeks <michael.meeks@novell.com>2011-01-11 15:16:50 +0000
commit81bcda01f33cfa84358b1ccdc0d1b14246c19861 (patch)
treeb935a05a18adf44b129700d727de930db00b886c /filter/prj
parent42c6115d263bfe7afb42eb34180175b79a14904e (diff)
Add alternative implementation of flat xml filter w/o xslt.
This filter implementation is directly based on XmlFilterAdaptor and simply dumps the SAX events provided by the XmlFilterAdaptor to an outputstream. It currently still lacks the advanced pretty printing available through split-long-lines.xsl in the xslt based flat xml filter.
Diffstat (limited to 'filter/prj')
-rw-r--r--filter/prj/build.lst1
1 files changed, 1 insertions, 0 deletions
diff --git a/filter/prj/build.lst b/filter/prj/build.lst
index bed99e401b7f..502ecffd4fa5 100644
--- a/filter/prj/build.lst
+++ b/filter/prj/build.lst
@@ -11,6 +11,7 @@ fl filter\source\svg nmake - all fl_svg fl_inc NULL
fl filter\source\placeware nmake - all fl_placeware fl_inc NULL
fl filter\source\flash nmake - all fl_flash fl_pdf fl_inc NULL
fl filter\source\filtertracer nmake - all fl_filtertracer fl_inc NULL
+fl filter\source\odfflatxml nmake - all fl_odfflatxml fl_inc NULL
fl filter\source\xsltfilter nmake - all fl_xsltfilter fl_inc NULL
fl filter\source\xsltvalidate nmake - all fl_xsltvalidate fl_xsltfilter fl_inc NULL
fl filter\source\xsltdialog nmake - all fl_xsltdialog fl_flash fl_inc NULL