IonicWind Software

Announcements => User Offerings => Topic started by: LarryMc on February 10, 2008, 04:52:07 PM

Title: XML Class Library - CXmlLM for IWBasic/EBasic
Post by: LarryMc on February 10, 2008, 04:52:07 PM
A library for creating ,reading,and modifying xml files for IWBasic/EBasic.

My library is not intended to replace MSxml4 for handling xml files.
I swapped ease of use and shortness of learning curve for all that extra functionality.
I feel my library will accomplish what 80%+ of EBasic users would want to do.

The zip contains:
  CXmlLM.lib
  CXmlLM.inc
  A Help file with a xml  primer, limitations section, and example code for every public method.
  Example .eba source files.
  Example xml files
  A readme.txt file to tell you what to put where.

Be sure to read the license agreement and the warranty disclaimer before using.

Download at: http://www.ionicwind.com/forums/index.php/topic,1603.msg15670.html#msg15670

As always, feedback would be appreciated.

Larry

Title: Re: XML Class Library - CXmlLM for EBasic
Post by: LarryMc on July 25, 2009, 05:16:14 PM
Documentation Fixed.

The attached is a revised help file that will allow EBasic's IDE Search Help... option to search file.
Removed the existing help file and replace with the attached in the EBDev\help folder.
remove the existing CxmlLM Help.incc file and replace with the attached.

Larry
Title: Re: XML Class Library - CXmlLM for IWBasic/EBasic
Post by: LarryMc on July 17, 2011, 07:40:16 PM
Maintenance Release v2.07
  Several flaws in my coding (hidden by corresponding flaws in previous versions of EBasic) appeared when compiling with IWBasic 2.x.
With Sapero's help those issues are now resolved.

LarryMc