[PATCH 2/2] Add alternative implementation of flat xml filter w/o xslt.

Peter Jentsch pjotr at guineapics.de
Mon Jan 10 12:34:09 PST 2011


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.
---
 scp2/source/ooo/file_library_ooo.scp  |    1 +
 scp2/source/ooo/module_hidden_ooo.scp |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp
index bf47c61..e30422e 100644
--- a/scp2/source/ooo/file_library_ooo.scp
+++ b/scp2/source/ooo/file_library_ooo.scp
@@ -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_Xmlfa, xmlfa )
 STD_UNO_LIB_FILE( gid_File_Lib_Xmlfd, xmlfd )
+STD_UNO_LIB_FILE( gid_File_Lib_Odfflatxml, odfflatxml )
 
 #ifdef SOLAR_JAVA
 UNO_JAR_FILE( gid_File_Jar_Xsltfilter, XSLTFilter )
diff --git a/scp2/source/ooo/module_hidden_ooo.scp b/scp2/source/ooo/module_hidden_ooo.scp
index d5214eb..b73a5b5 100644
--- a/scp2/source/ooo/module_hidden_ooo.scp
+++ b/scp2/source/ooo/module_hidden_ooo.scp
@@ -277,6 +277,7 @@ Module gid_Module_Root_Files_4
 	gid_File_Lib_Xof,
 	gid_File_Lib_Xsltdlg,
 	gid_File_Lib_Xsltfilter,
+	gid_File_Lib_Odfflatxml,
 	gid_File_Lib_Zip,
 	gid_File_Lib_Vclplug_Gen,
 	gid_File_Lib_Vclplug_Gtk,
-- 
1.7.1


--=-5p4WVWLfqqyD+dNfhU1+
Content-Disposition: attachment; filename*0=0005-Add-alternative-implementation-of-flat-xml-filter-w-.pat; filename*1=ch
Content-Type: text/x-patch; name="0005-Add-alternative-implementation-of-flat-xml-filter-w-.patch"; charset="UTF-8"
Content-Transfer-Encoding: 7bit



More information about the LibreOffice mailing list