mirror of
https://github.com/michaelrsweet/mxml.git
synced 2024-11-08 13:39:58 +00:00
13 lines
431 B
Plaintext
13 lines
431 B
Plaintext
TODO - 06/21/2004
|
|
-----------------
|
|
|
|
- Add access methods and make node structure opaque.
|
|
-- To allow for C++ migration
|
|
-- To make future binary compatibility easier
|
|
- Add VC++/VC++.NET project files.
|
|
-- Include DLL .def file for making a DLL?
|
|
- Add C++ class/struct.
|
|
-- Make this the core implementation which the C API accesses?
|
|
-- Class would allow for subclassing, is that necessary?
|
|
- Binary XML support???
|