added nice debug output of all xmlreader and xslt XML stuff when running with
[idzebra-moved-to-github.git] / index / mod_dom.c
2007-02-28 Marc Crommeadded nice debug output of all xmlreader and xslt XML...
2007-02-28 Marc Crommeclosing bug #928 by dropping DOM document to xmlbuffer...
2007-02-28 Marc Crommeremoved general warning log of indexing process. this...
2007-02-26 Adam DickmeissAvoid sprintf with NULL %s value (Solaris dislikes it)
2007-02-23 Adam DickmeissUse xmlGetLineNo instead of xmlGetNodePath for errors...
2007-02-23 Adam DickmeissFor each element macro.
2007-02-23 Adam DickmeissFor dom filter, in input element construct, parse ...
2007-02-23 Adam DickmeissWrap log messages for dom filter. This uses yaz_vsnprin...
2007-02-18 Adam DickmeissFixed bug #898: xslt tests fails on several platforms...
2007-02-15 Marc Crommeoptimized code such that the RecWord structure recword...
2007-02-15 Marc Crommeremoved dead code pieces which are reminisences from...
2007-02-15 Marc Crommepretty formatting warning messages, always giving the...
2007-02-15 Marc Crommerewritten mod_dom instruction parsing code hooked into...
2007-02-14 Marc Crommeadded 'static' declaration to functiondefinitions
2007-02-14 Marc Crommechanging attribute 'action' to 'type' for better confrm...
2007-02-14 Marc Crommeindenting entire file according to the rules stated...
2007-02-14 Marc Crommecontinued hooking in tinfo and recctr, still need to...
2007-02-14 Marc Crommeremoved wanings by zillions of (const char *) casts...
2007-02-14 Marc Crommeremoved the crappy PI and <z:index> parsing code comitt...
2007-02-13 Marc Crommeremoved unnecessary out-commented code lines
2007-02-13 Marc Crommefacturized DOM XML indexing code out into function
2007-02-12 Marc Crommeadded parsing function 'parse_pi_zebra_20' for processi...
2007-02-12 Adam DickmeissFixed bug #884: Entity declarations in input are lost...
2007-02-07 Adam DickmeissImplemented new filter 'dom'. See test/xslt/dom-config...