Please enable JavaScript to view this site.

thinBasic Help Manual

* * HELP & MANUAL PREMIUM PACK 4 DEMO VERSION * *

This documentation was styled with a demo skin from the Premium Pack 4 add-on for Help & Manual. The contents of the skin are encrypted and not configurable. You can only publish HM projects with this skin. You cannot edit it or change it.

This version is copyright and may only be used for local testing purposes. It may not be distributed.

Please purchase the full version of the Premium Pack to get the configurable skins and remove this notice. The package will also include the Toolbox configuration utility for Premium Pack skins.

 

Description

 

XML functionality are not handled by a specific module but using and include file inside scripts using it.

 

How to do?

 

XML functionalities are now implemented using a wrapper developed by José Roca.

 

To use XML functionalities inside a script just add the following line of code:

 

 #include "%APP_INCLUDEPATH%\TB_XML60.INC"

 

This line will tell thinBasic to load all XML functionalities from an include file thinBasic will maintain. All XML interface functions are inside a new library called "TB_XML60.DLL" maintained by thinBasic.

Many functions are listed in new XML interface. We will not document all of them but instead we will create some self documented scripts you can use as driving direction. Of course we will give our support in thinBasic forum.

 

See examples in thinBasic\SampleScripts\XML\ directory to have an initial idea on how to implement XML parsing in your scripts.

 

More documentation?

 

For more documentation, see official MSXML (Microsoft XML Core Services) documentation at http://msdn2.microsoft.com/en-us/library/ms763742.aspx

 

Created with Help+Manual 8 and styled with Premium Pack Version 4 © by EC Software