|
From: <tr...@us...> - 2003-08-07 21:09:04
|
Update of /cvsroot/babeldoc/babeldoc/modules/conversion/config/i18n In directory sc8-pr-cvs1:/tmp/cvs-serv5825/config/i18n Modified Files: messages.properties Log Message: conversion code now can alter the output xml document Index: messages.properties =================================================================== RCS file: /cvsroot/babeldoc/babeldoc/modules/conversion/config/i18n/messages.properties,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** messages.properties 22 May 2003 03:02:49 -0000 1.4 --- messages.properties 7 Aug 2003 21:09:01 -0000 1.5 *************** *** 22,23 **** --- 22,27 ---- conversion.digester.exception.sax=SAX Parser Exception conversion.digester.exception.io=Input/Ouput Exception + + conversion.pipeline.stage.XlsToXml.desc=Converts Microsoft Excel files to XML format. This creates a regular XML output document of workbooks, rows and cells. The XML encoding can be configured if necessary. + conversion.pipeline.stage.XlsToXml.encoding=Encoding string for the output XML. By default it is UTF-8. + conversion.pipeline.stage.XlsToXml.error=Error converting XLS file to XML |