Separated XML and HTML rich text I/O handlers
authorJulian Smart <julian@anthemion.co.uk>
Sun, 18 Dec 2005 12:31:07 +0000 (12:31 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sun, 18 Dec 2005 12:31:07 +0000 (12:31 +0000)
commitb71e9aa4e2187a7f6469f68812467f2ecb6a3836
tree265dcdc165dea99543fe8ff953895eeb06b39591
parent63886f6d98e2e5f01cf0bb52048c24c8a73bac75
Separated XML and HTML rich text I/O handlers
Cleaned up XML I/O
Added HTML handler to build system
Added encoding member for saving files output

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36427 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
13 files changed:
Makefile.in
build/bakefiles/files.bkl
build/msw/makefile.bcc
build/msw/makefile.gcc
build/msw/makefile.vc
build/msw/makefile.wat
build/msw/wx_adv.dsp
include/wx/richtext/richtextbuffer.h
include/wx/richtext/richtexthtml.h [new file with mode: 0644]
include/wx/richtext/richtextxml.h
samples/richtext/richtext.cpp
src/richtext/richtexthtml.cpp [new file with mode: 0644]
src/richtext/richtextxml.cpp