cvs commit: xml-xerces/c/src/xercesc/framework XMLFormatter.cpp

2004-03-17 Thread amassari
amassari2004/03/17 03:16:23 Modified:c/src/xercesc/framework XMLFormatter.cpp Log: Inside attribute values, new lines must be escaped (bug#20858) Revision ChangesPath 1.19 +2 -2 xml-xerces/c/src/xercesc/framework/XMLFormatter.cpp Index: XMLFormatter.cpp =

cvs commit: xml-xerces/c/src/xercesc/framework XMLFormatter.cpp

2003-12-01 Thread neilg
neilg 2003/12/01 12:43:32 Modified:c/src/xercesc/framework XMLFormatter.cpp Log: fix for constructor added for compatibility with Xerces 2.2; thanks to David Cargill Revision ChangesPath 1.17 +92 -13xml-xerces/c/src/xercesc/framework/XMLFormatter.cpp Index

cvs commit: xml-xerces/c/src/xercesc/framework XMLFormatter.cpp XMLFormatter.hpp

2003-10-09 Thread neilg
neilg 2003/10/09 19:06:09 Modified:c/src/xercesc/framework XMLFormatter.cpp XMLFormatter.hpp Log: fix for bug 21780; thanks to David Cargill Revision ChangesPath 1.16 +35 -2 xml-xerces/c/src/xercesc/framework/XMLFormatter.cpp Index: XMLFormatter.cpp

cvs commit: xml-xerces/c/src/xercesc/framework XMLFormatter.cpp XMLFormatter.hpp

2003-09-08 Thread peiyongz
peiyongz2003/09/08 14:48:37 Modified:c/src/xercesc/framework XMLFormatter.cpp XMLFormatter.hpp Log: Restore pre2.3 constructors Revision ChangesPath 1.15 +30 -1 xml-xerces/c/src/xercesc/framework/XMLFormatter.cpp Index: XMLFormatter.cpp ===

cvs commit: xml-xerces/c/src/xercesc/framework XMLFormatter.cpp

2003-09-04 Thread gareth
gareth 2003/09/04 07:31:05 Modified:c/src/xercesc/framework XMLFormatter.cpp Log: Fix bug #19605. Problem with ']]>'. Patch by David Cargill. Revision ChangesPath 1.14 +3 -4 xml-xerces/c/src/xercesc/framework/XMLFormatter.cpp Index: XMLFormatter.cpp

cvs commit: xml-xerces/c/src/xercesc/framework XMLFormatter.cpp XMLFormatter.hpp

2003-03-07 Thread tng
tng 2003/03/07 13:42:37 Modified:c/src/xercesc/framework XMLFormatter.cpp XMLFormatter.hpp Log: [Bug 17589] Refactoring ... . Patch from Jacques Legare. Revision ChangesPath 1.8 +82 -237 xml-xerces/c/src/xercesc/framework/XMLFormatter.cpp Index: XMLForma

cvs commit: xml-xerces/c/src/xercesc/framework XMLFormatter.cpp

2003-01-24 Thread tng
tng 2003/01/24 12:24:29 Modified:c/src/xercesc/framework XMLFormatter.cpp Log: Revert fix for bug 12369 as the close angle is valid for text Revision ChangesPath 1.6 +2 -2 xml-xerces/c/src/xercesc/framework/XMLFormatter.cpp Index: XMLFormatter.cpp ==

cvs commit: xml-xerces/c/src/xercesc/framework XMLFormatter.cpp

2002-10-18 Thread knoaman
knoaman 2002/10/17 09:02:04 Modified:c/src/xercesc/framework XMLFormatter.cpp Log: Use charsEaten instead of srcChars when decrementing. Revision ChangesPath 1.4 +2 -2 xml-xerces/c/src/xercesc/framework/XMLFormatter.cpp Index: XMLFormatter.cpp ==

cvs commit: xml-xerces/c/src/xercesc/framework XMLFormatter.cpp

2002-10-16 Thread knoaman
knoaman 2002/10/16 10:13:03 Modified:c/src/xercesc/framework XMLFormatter.cpp Log: [Bug 13695] Performance problem with large text nodes and XMLFormatter.cpp Revision ChangesPath 1.3 +36 -31xml-xerces/c/src/xercesc/framework/XMLFormatter.cpp Index: XMLForm

cvs commit: xml-xerces/c/src/xercesc/framework XMLFormatter.cpp

2002-09-09 Thread peiyongz
peiyongz2002/09/09 08:41:51 Modified:c/src/xercesc/framework XMLFormatter.cpp Log: Patch to Bug#12369: invalid output from DOMWriter using MemBufFormatTarget Revision ChangesPath 1.2 +2 -2 xml-xerces/c/src/xercesc/framework/XMLFormatter.cpp Index: XMLForm