[Gambas-devel-svn] SF.net SVN: gambas:[6416] gambas/trunk/gb.xml/src
Brought to you by:
gambas
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. |