b2337ca7c7
OPT : Many code organization improvements, so that it is more readable OPT : Directly uses char* into the nodes OPT : Nodes have now pointers to their brothers and their parent, so that each Element behaves as a double-linked list OPT : Improvements in gb.xml/gb.html linkage, so that ther isn't any including cpp files anymore NEW : Added license agreements to the top of each source file BUG : XmlNode.Attributes can't return Null anymore. If the node is not an Element, this property acts like there isn't any attribute. BUG : Relationship between nodes are now correctly supported, so that every node is correctly released git-svn-id: svn://localhost/gambas/trunk@4791 867c0c6c-44f3-4631-809d-bfa615b0a4ec
14 lines
No EOL
361 B
Text
14 lines
No EOL
361 B
Text
|
|
- Reimplement indentation : ToString(indent As Boolean)
|
|
|
|
- Reimplement parser error handler
|
|
|
|
- Support CDATA sections in XmlReader
|
|
|
|
- Support "linked-nodes"
|
|
|
|
- Make MANY tests with valgrind/gdb/whatyouwant , running many different projects, so that there isn't ANY bug or memory leak.
|
|
|
|
- Check for any possible performance improvement
|
|
|
|
- Improve my English. :/ |