[Gambas-devel-svn] SF.net SVN: gambas:[5037] gambas/trunk/gb.xml/src
Brought to you by:
gambas
From: <pr...@us...> - 2012-08-12 21:58:21
|
Revision: 5037 http://gambas.svn.sourceforge.net/gambas/?rev=5037&view=rev Author: prokopy Date: 2012-08-12 21:58:13 +0000 (Sun, 12 Aug 2012) Log Message: ----------- [GB.XML] * NEW: Adds a Serialize() static method in XmlNode that serializes the given text. * BUG: Correctly handle prefix when parsing a document. * BUG: XmlWriter now correctly serializes the text and attribute values. * BUG: The XmlDocument constructor now correctly raises an error message instead of crashing with signal #6. Modified Paths: -------------- gambas/trunk/gb.xml/src/CDocument.cpp gambas/trunk/gb.xml/src/CNode.cpp gambas/trunk/gb.xml/src/gb.xml/.src/MTest.module gambas/trunk/gb.xml/src/gb.xml/.src/XmlWriter.class gambas/trunk/gb.xml/src/node.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |