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.
This commit is contained in:
Peter Jentsch 2011-01-10 21:34:09 +01:00 committed by Michael Meeks
parent 677ed3557e
commit 44b1e32891
2 changed files with 2 additions and 0 deletions

View file

@ -1578,6 +1578,7 @@ STD_UNO_LIB_FILE( gid_File_Lib_Xsltdlg, xsltdlg )
STD_UNO_LIB_FILE( gid_File_Lib_Xsltfilter, xsltfilter ) STD_UNO_LIB_FILE( gid_File_Lib_Xsltfilter, xsltfilter )
STD_UNO_LIB_FILE( gid_File_Lib_Xmlfa, xmlfa ) STD_UNO_LIB_FILE( gid_File_Lib_Xmlfa, xmlfa )
STD_UNO_LIB_FILE( gid_File_Lib_Xmlfd, xmlfd ) STD_UNO_LIB_FILE( gid_File_Lib_Xmlfd, xmlfd )
STD_UNO_LIB_FILE( gid_File_Lib_Odfflatxml, odfflatxml )
#ifdef SOLAR_JAVA #ifdef SOLAR_JAVA
UNO_JAR_FILE( gid_File_Jar_Xsltfilter, XSLTFilter ) UNO_JAR_FILE( gid_File_Jar_Xsltfilter, XSLTFilter )

View file

@ -277,6 +277,7 @@ Module gid_Module_Root_Files_4
gid_File_Lib_Xof, gid_File_Lib_Xof,
gid_File_Lib_Xsltdlg, gid_File_Lib_Xsltdlg,
gid_File_Lib_Xsltfilter, gid_File_Lib_Xsltfilter,
gid_File_Lib_Odfflatxml,
gid_File_Lib_Zip, gid_File_Lib_Zip,
gid_File_Lib_Vclplug_Gen, gid_File_Lib_Vclplug_Gen,
gid_File_Lib_Vclplug_Gtk, gid_File_Lib_Vclplug_Gtk,