wxWidgets/contrib/src/xml
Václav Slavík 01a5f47468 removed out-of-date info
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9537 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-03-17 23:44:35 +00:00
..
FORMAT.txt added xmlres format docs (uncomplete) 2000-07-26 21:32:26 +00:00
makefile.b32 Added xh_frame.obj to the list of target objects 2001-02-19 01:04:10 +00:00
makefile.g95 Added xh_frame.obj to the list of target objects 2001-02-19 01:04:10 +00:00
Makefile.in Added xh_frame.obj to the list of target objects 2001-02-19 01:04:10 +00:00
makefile.vc Added wxFrame support contributed by Aleks 2001-01-27 14:29:01 +00:00
makefile.wat Added xh_frame.obj to the list of target objects 2001-02-19 01:04:10 +00:00
README removed out-of-date info 2001-03-17 23:44:35 +00:00
wxXMLVC.dsp added wxStaticLine handler 2000-09-17 19:18:02 +00:00
wxXMLVC.dsw Added additional wxXML makefiles and projects files; added some 2000-07-26 11:43:54 +00:00
xh_bmp.cpp _T() -> wxT() 2001-01-28 23:21:20 +00:00
xh_bmpbt.cpp _T() -> wxT() 2001-01-28 23:21:20 +00:00
xh_bttn.cpp _T() -> wxT() 2001-01-28 23:21:20 +00:00
xh_cald.cpp _T() -> wxT() 2001-01-28 23:21:20 +00:00
xh_chckb.cpp _T() -> wxT() 2001-01-28 23:21:20 +00:00
xh_chckl.cpp _T() -> wxT() 2001-01-28 23:21:20 +00:00
xh_choic.cpp _T() -> wxT() 2001-01-28 23:21:20 +00:00
xh_combo.cpp _T() -> wxT() 2001-01-28 23:21:20 +00:00
xh_dlg.cpp _T() -> wxT() 2001-01-28 23:21:20 +00:00
xh_frame.cpp Initial checkin of the wxFrame support added by Aleks G. 2001-02-03 21:44:28 +00:00
xh_gauge.cpp _T() -> wxT() 2001-01-28 23:21:20 +00:00
xh_html.cpp _T() -> wxT() 2001-01-28 23:21:20 +00:00
xh_listb.cpp _T() -> wxT() 2001-01-28 23:21:20 +00:00
xh_listc.cpp _T() -> wxT() 2001-01-28 23:21:20 +00:00
xh_menu.cpp _T() -> wxT() 2001-01-28 23:21:20 +00:00
xh_notbk.cpp _T() -> wxT() 2001-01-28 23:21:20 +00:00
xh_panel.cpp _T() -> wxT() 2001-01-28 23:21:20 +00:00
xh_radbt.cpp _T() -> wxT() 2001-01-28 23:21:20 +00:00
xh_radbx.cpp _T() -> wxT() 2001-01-28 23:21:20 +00:00
xh_scrol.cpp _T() -> wxT() 2001-01-28 23:21:20 +00:00
xh_sizer.cpp _T() -> wxT() 2001-01-28 23:21:20 +00:00
xh_slidr.cpp _T() -> wxT() 2001-01-28 23:21:20 +00:00
xh_spin.cpp _T() -> wxT() 2001-01-28 23:21:20 +00:00
xh_stbmp.cpp _T() -> wxT() 2001-01-28 23:21:20 +00:00
xh_stbox.cpp _T() -> wxT() 2001-01-28 23:21:20 +00:00
xh_stlin.cpp _T() -> wxT() 2001-01-28 23:21:20 +00:00
xh_sttxt.cpp _T() -> wxT() 2001-01-28 23:21:20 +00:00
xh_text.cpp _T() -> wxT() 2001-01-28 23:21:20 +00:00
xh_toolb.cpp _T() -> wxT() 2001-01-28 23:21:20 +00:00
xh_tree.cpp _T() -> wxT() 2001-01-28 23:21:20 +00:00
xh_unkwn.cpp _T() -> wxT() 2001-01-28 23:21:20 +00:00
xml.cpp _T() -> wxT() 2001-01-28 23:21:20 +00:00
xmlbin.cpp _T() -> wxT() 2001-01-28 23:21:20 +00:00
xmlbinz.cpp _T() -> wxT() 2001-01-28 23:21:20 +00:00
xmlpars.cpp _T() -> wxT() 2001-01-28 23:21:20 +00:00
xmlres.cpp fixed compilation problem (frame.h not included) 2001-02-21 23:51:39 +00:00
xmlrsall.cpp Added wxFrame support contributed by Aleks 2001-01-27 14:29:01 +00:00


This is hightly incomplete version, not meant for general use!

You will need libxml version 2.2.3 or higher, available
from http://xmlsoft.org. There is a link to precompiled win32 DLL as well.

libxml is distributed under either GNU LGPL or W3C IPR 
(http://www.w3.org/Consortium/Legal/copyright-software-19980720.html),
you can choose from them.