[Gambas-devel-svn] SF.net SVN: gambas:[8116] gambas/trunk/gb.xml/src
Brought to you by:
gambas
From: <tob...@us...> - 2017-04-02 14:59:52
|
Revision: 8116 http://sourceforge.net/p/gambas/code/8116 Author: tobiasboe Date: 2017-04-02 14:59:50 +0000 (Sun, 02 Apr 2017) Log Message: ----------- [GB.XML] * BUG: .XmlReader.Node.Attributes: Raise an error instead of segfault when an attribute does not exist * NEW: .XmlReader.Node.Attributes.Exist() is a new method to check if an attribute is present * BUG: XmlReader: Fix recognition of CDATA elements when their contents look like XML * BUG: XmlReader: Correctly detect ending sequence of CDATA and comment sections (reset the recognition state when the sequence is interrupted) Modified Paths: -------------- gambas/trunk/gb.xml/src/CReader.cpp gambas/trunk/gb.xml/src/reader.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |