From: Giulio V. <gva...@us...> - 2004-07-26 10:48:05
|
Update of /cvsroot/exist/eXist-1.0 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11920 Modified Files: conf.xml Log Message: Preserve whitespace inside a mixed content node Index: conf.xml =================================================================== RCS file: /cvsroot/exist/eXist-1.0/conf.xml,v retrieving revision 1.57 retrieving revision 1.58 diff -C2 -d -r1.57 -r1.58 *** conf.xml 19 Jul 2004 13:07:56 -0000 1.57 --- conf.xml 26 Jul 2004 10:47:56 -0000 1.58 *************** *** 127,134 **** retrieving query results or for some types of XPath subexpressions, like equality comparisons. --> <indexer stemming="no" caseSensitive="no" suppress-whitespace="both" index-depth="1" tokenizer="org.exist.storage.analysis.SimpleTokenizer" ! track-term-freq="yes" validation="no"> <!-- where's the file containing a list of stopwords to be ignored --- 127,136 ---- retrieving query results or for some types of XPath subexpressions, like equality comparisons. + - suppress-whitespace-mixed-content + preserve the white space inside a mixed content node --> <indexer stemming="no" caseSensitive="no" suppress-whitespace="both" index-depth="1" tokenizer="org.exist.storage.analysis.SimpleTokenizer" ! track-term-freq="yes" validation="no" suppress-whitespace-mixed-content="no"> <!-- where's the file containing a list of stopwords to be ignored |