Thread: [Gambas-devel-svn] SF.net SVN: gambas:[5733] gambas/trunk/gb.xml/src (Page 3)
Brought to you by:
gambas
From: <pr...@us...> - 2013-07-17 09:57:12
|
Revision: 5733 http://sourceforge.net/p/gambas/code/5733 Author: prokopy Date: 2013-07-17 09:57:05 +0000 (Wed, 17 Jul 2013) Log Message: ----------- [GB.XML] * BUG: Forgot some files while uploading the last revision. Added Paths: ----------- gambas/trunk/gb.xml/src/gb.xml.h gambas/trunk/gb.xml/src/html/htmlserializer.cpp gambas/trunk/gb.xml/src/html/htmlserializer.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pr...@us...> - 2013-09-13 20:54:45
|
Revision: 5841 http://sourceforge.net/p/gambas/code/5841 Author: prokopy Date: 2013-09-13 20:54:42 +0000 (Fri, 13 Sep 2013) Log Message: ----------- [GB.XML] * BUG: Fixed HTML5 Doctype handling. * BUG: The "Extra root element" error is not thrown on HTML documents anymore. * BUG: The GetChildrenByAttributeValue() method still checks the child nodes even if the given node is not an element. [GB.XML.HTML] * NEW: A closing tag that doesn't close any open tag, is now silently ignored. * NEW: Malformed tags' contents are now silently ignored. * BUG: Forgot to Implement the HtmlDocument.GetElementsByClassName() method. * BUG: Fixed self-closed elements handling. Modified Paths: -------------- gambas/trunk/gb.xml/src/document.cpp gambas/trunk/gb.xml/src/html/htmldocument.cpp gambas/trunk/gb.xml/src/html/htmlparser.cpp 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. |
From: <pr...@us...> - 2013-10-13 18:06:35
|
Revision: 5888 http://sourceforge.net/p/gambas/code/5888 Author: prokopy Date: 2013-10-13 18:06:31 +0000 (Sun, 13 Oct 2013) Log Message: ----------- [GB.XML] * BUG: Fix incorrect Makefile.am. [GB.XML.HTML] * BUG: Fix incorrect Makefile.am. * BUG: Fix incorrect file naming conventions. Modified Paths: -------------- gambas/trunk/gb.xml/src/Makefile.am gambas/trunk/gb.xml/src/html/CHTMLDocument.cpp gambas/trunk/gb.xml/src/html/CHTMLElement.cpp gambas/trunk/gb.xml/src/html/Makefile.am gambas/trunk/gb.xml/src/html/cssfilter.cpp gambas/trunk/gb.xml/src/html/html.pro gambas/trunk/gb.xml/src/html/htmldocument.cpp gambas/trunk/gb.xml/src/html/htmlelement.cpp gambas/trunk/gb.xml/src/html/htmlmain.cpp gambas/trunk/gb.xml/src/html/htmlparser.cpp gambas/trunk/gb.xml/src/html/htmlserializer.cpp Added Paths: ----------- gambas/trunk/gb.xml/src/html/htmldocument.h gambas/trunk/gb.xml/src/html/htmlelement.h Removed Paths: ------------- gambas/trunk/gb.xml/src/html/hdocument.h gambas/trunk/gb.xml/src/html/helement.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pr...@us...> - 2013-10-19 13:49:16
|
Revision: 5906 http://sourceforge.net/p/gambas/code/5906 Author: prokopy Date: 2013-10-19 13:49:13 +0000 (Sat, 19 Oct 2013) Log Message: ----------- [GB.XML] * NEW: Added a new XMLNode.Deserialize() method. * OPT: Remove some old unused source files. Modified Paths: -------------- gambas/trunk/gb.xml/src/CNode.cpp Removed Paths: ------------- gambas/trunk/gb.xml/src/CWriter.cpp gambas/trunk/gb.xml/src/CWriter.h gambas/trunk/gb.xml/src/gbi.cpp gambas/trunk/gb.xml/src/gbi.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pr...@us...> - 2013-11-24 13:51:51
|
Revision: 5972 http://sourceforge.net/p/gambas/code/5972 Author: prokopy Date: 2013-11-24 13:51:48 +0000 (Sun, 24 Nov 2013) Log Message: ----------- [GB.XML] * BUG: The Boolean parameter 'Indent' of XMLDocument.ToString() is now correctly interpreted. * BUG: Serializing a comment that is a direct child of a document with indentation enabled does not crash anymore. * BUG: The Document.All property is now correctly declared as an XMLNode[] [GB.XML.HTML] * BUG: Serializing a comment that is a direct child of a document with indentation enabled does not crash anymore. Modified Paths: -------------- gambas/trunk/gb.xml/src/CDocument.cpp gambas/trunk/gb.xml/src/html/htmlserializer.cpp gambas/trunk/gb.xml/src/serializer.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pr...@us...> - 2014-03-11 08:54:23
|
Revision: 6197 http://sourceforge.net/p/gambas/code/6197 Author: prokopy Date: 2014-03-11 08:54:20 +0000 (Tue, 11 Mar 2014) Log Message: ----------- [GB.XML] * BUG: The XML DOM parser now correctly handles white spaces. [GB.XML.HTML] * BUG: The HTML DOM parser now correctly handles white spaces. Modified Paths: -------------- gambas/trunk/gb.xml/src/html/htmlparser.cpp gambas/trunk/gb.xml/src/parser.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pr...@us...> - 2014-03-11 10:47:09
|
Revision: 6200 http://sourceforge.net/p/gambas/code/6200 Author: prokopy Date: 2014-03-11 10:47:05 +0000 (Tue, 11 Mar 2014) Log Message: ----------- [GB.XML] * BUG: Fix MacOSX detection for GCC. [GB.XML.HTML] * BUG: Now correctly uses the MacOSX fix when needed. Modified Paths: -------------- gambas/trunk/gb.xml/src/gb.xml.h gambas/trunk/gb.xml/src/html/htmlmain.h gambas/trunk/gb.xml/src/main.cpp gambas/trunk/gb.xml/src/utils.cpp gambas/trunk/gb.xml/src/utils.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pr...@us...> - 2014-07-02 21:33:12
|
Revision: 6358 http://sourceforge.net/p/gambas/code/6358 Author: prokopy Date: 2014-07-02 21:33:03 +0000 (Wed, 02 Jul 2014) Log Message: ----------- [GB.XML] * BUG: Fix the Like-pattern matching of the XmlElement.GetChildrenByAttributeValue() method. Modified Paths: -------------- gambas/trunk/gb.xml/src/node.cpp 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. |
From: <pr...@us...> - 2014-08-05 02:03:04
|
Revision: 6416 http://sourceforge.net/p/gambas/code/6416 Author: prokopy Date: 2014-08-05 02:02:56 +0000 (Tue, 05 Aug 2014) Log Message: ----------- [GB.XML] * NEW: Added a new Document property to XMLExplorer. * NEW: Added the Name and Value properties to XMLReader.Node.Attributes and XMLNode.Attributes, to get the name and value of the enumerated attribute. * BUG: Fixed the XMLNode.Attributes enumeration. * BUG: Fixed XMLExplorer taking the document itself as a node. * OPT: Rewrote internal exception handling. [GB.XML.XSLT] * NEW: Added a new method XSLT.TransformToString() that returns a string instead of an XML document. * BUG: Fixed internal error management. Modified Paths: -------------- gambas/trunk/gb.xml/src/CDocument.cpp gambas/trunk/gb.xml/src/CElement.cpp gambas/trunk/gb.xml/src/CExplorer.cpp gambas/trunk/gb.xml/src/CNode.cpp gambas/trunk/gb.xml/src/CReader.cpp gambas/trunk/gb.xml/src/document.cpp gambas/trunk/gb.xml/src/explorer.cpp gambas/trunk/gb.xml/src/gb.xml.h gambas/trunk/gb.xml/src/gbinterface.h gambas/trunk/gb.xml/src/node.cpp gambas/trunk/gb.xml/src/parser.cpp gambas/trunk/gb.xml/src/reader.cpp gambas/trunk/gb.xml/src/utils.cpp gambas/trunk/gb.xml/src/utils.h gambas/trunk/gb.xml/src/xslt/CXSLT.cpp gambas/trunk/gb.xml/src/xslt/CXSLT.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pr...@us...> - 2014-12-06 03:16:43
|
Revision: 6711 http://sourceforge.net/p/gambas/code/6711 Author: prokopy Date: 2014-12-06 03:16:33 +0000 (Sat, 06 Dec 2014) Log Message: ----------- [GB.XML] * BUG: Parsing errors are now correctly thrown. * BUG: Fixed some memory leaks when an error is raised. Modified Paths: -------------- gambas/trunk/gb.xml/src/CDocument.cpp gambas/trunk/gb.xml/src/CElement.cpp gambas/trunk/gb.xml/src/CExplorer.cpp gambas/trunk/gb.xml/src/CReader.cpp gambas/trunk/gb.xml/src/html/CHTMLDocument.cpp gambas/trunk/gb.xml/src/parser.cpp gambas/trunk/gb.xml/src/utils.cpp gambas/trunk/gb.xml/src/utils.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pr...@us...> - 2015-08-14 08:34:58
|
Revision: 7223 http://sourceforge.net/p/gambas/code/7223 Author: prokopy Date: 2015-08-14 08:34:56 +0000 (Fri, 14 Aug 2015) Log Message: ----------- [GB.XML] * BUG: Document: Fixed a memory leak when the instanciation failed due to a parsing exception. * BUG: XmlElement: Internally setting an attribute with a NULL value does not crash anymore. * BUG: Encountering a never-ended attribute does not crash the parser anymore. * OPT: Optimized parser cleanup when an exception is thrown. [GB.XML.HTML] * BUG: Encountering a never-ended attribute does not crash the parser anymore. Modified Paths: -------------- gambas/trunk/gb.xml/src/document.cpp gambas/trunk/gb.xml/src/document.h gambas/trunk/gb.xml/src/element.cpp gambas/trunk/gb.xml/src/html/htmlparser.cpp gambas/trunk/gb.xml/src/parser.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pr...@us...> - 2016-01-09 12:13:40
|
Revision: 7571 http://sourceforge.net/p/gambas/code/7571 Author: prokopy Date: 2016-01-09 12:13:38 +0000 (Sat, 09 Jan 2016) Log Message: ----------- [GB.XML] * BUG: XmlReader: Fix text node management. * BUG: Fix Gambas headers inclusion in various places. Modified Paths: -------------- gambas/trunk/gb.xml/src/gbinterface.h gambas/trunk/gb.xml/src/main.cpp gambas/trunk/gb.xml/src/reader.cpp gambas/trunk/gb.xml/src/textnode.cpp gambas/trunk/gb.xml/src/textnode.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. |
From: <pr...@us...> - 2016-09-13 12:37:10
|
Revision: 7912 http://sourceforge.net/p/gambas/code/7912 Author: prokopy Date: 2016-09-13 12:37:08 +0000 (Tue, 13 Sep 2016) Log Message: ----------- [GB.XML] * BUG: XmlNode.Attributes now works correctly when getting empty attributes. * BUG: XmlElement.GetAttribute() now works correctly with empty attributes. Modified Paths: -------------- gambas/trunk/gb.xml/src/CElement.cpp gambas/trunk/gb.xml/src/CNode.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
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. |
From: <pr...@us...> - 2017-04-05 07:50:38
|
Revision: 8119 http://sourceforge.net/p/gambas/code/8119 Author: prokopy Date: 2017-04-05 07:50:36 +0000 (Wed, 05 Apr 2017) Log Message: ----------- [GB.XML] * BUG: XmlReader: Reading empty attributes should not crash anymore. Modified Paths: -------------- gambas/trunk/gb.xml/src/CNode.cpp gambas/trunk/gb.xml/src/CReader.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pr...@us...> - 2017-06-23 10:08:42
|
Revision: 8148 http://sourceforge.net/p/gambas/code/8148 Author: prokopy Date: 2017-06-23 10:08:40 +0000 (Fri, 23 Jun 2017) Log Message: ----------- [GB.XML] * BUG: Fix finding the parent document of an element. [GB.XML.HTML] * BUG: Fix the serialization of HTML/XHTML documents. Modified Paths: -------------- gambas/trunk/gb.xml/src/CDocument.cpp gambas/trunk/gb.xml/src/html/htmlserializer.cpp 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. |