[Gambas-devel-svn] SF.net SVN: gambas:[4959] gambas/trunk/gb.xml/src
Brought to you by:
gambas
From: <pr...@us...> - 2012-07-16 19:34:29
|
Revision: 4959 http://gambas.svn.sourceforge.net/gambas/?rev=4959&view=rev Author: prokopy Date: 2012-07-16 19:34:23 +0000 (Mon, 16 Jul 2012) Log Message: ----------- [GB.XML] * BUG: The XML Declaration is now optional, as mentioned in the W3C specification. * BUG: The ChildNodes and Children properties have moved from XmlElement to XmlNode, as mentioned in the W3C specification. * BUG: The XML Error analyzer does not crashes anymore if the error has no defined position. * BUG: Doctype are now partially handled, i.e. there is no doctype interface yet, so they are silently ignored. Modified Paths: -------------- gambas/trunk/gb.xml/src/CElement.cpp gambas/trunk/gb.xml/src/CNode.cpp gambas/trunk/gb.xml/src/document.cpp gambas/trunk/gb.xml/src/element.cpp gambas/trunk/gb.xml/src/element.h gambas/trunk/gb.xml/src/node.cpp gambas/trunk/gb.xml/src/node.h gambas/trunk/gb.xml/src/utils.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |