|
Home / Read & Write / XML
Sort By: Name | Kind | Author |
Date Added |
Rating
XML Parser (Plugin)
License: Open Source
Author: Thomas Tempelmann
I have taken Doug Holton's free Expat plugin, added Windows support, fixed a bug that would cause a crash when memory was low, improved access to Attributes, and enabled (local) entity resolving.
Added: 2003-08-09 Hits: 1916 Rating:   
Rate | Review | Read Reviews (0) realXML (Class)
License: Open Source
Author: Sascha Leib
A complete, cross-platform XML parser, compatible with RB 2.1 through 5.x. Features include event routing (to the appropriate object) and support for text-decoding. It comes with extensive documentation and has already proven its reliability in a number of projects.
Added: 2004-01-11 Hits: 2948 Rating:    
Rate | Review | Read Reviews (0) XMLerrorFinder (Example)
License: Freeware
Author: Joseph Sharp
Current Version: 1.0
Type: Example
License: Free
Requires: RB 5.5 or later
Find and Repair Errors in XML Files:
This application detects and repairs errors in an XML file that will cause RB to throw an XML Exception. Specifically this application searches for Ascii characters from 1 - 31 (not including Linefeed Character - 10 and Carriage Return Character - 13). These characters cause the XML tools in RB 5.5 to throw the exception when trying to parse the file.
Interestingly enough on the Mac, you can inadvertently enter these lower ascii characters by holding Control and typing a letter in a standard RB editfield. Therefore it is possible for a user to accidentally hit Control-(Letter) instead of Shift -(Letter) and thereby insert a bad character into the editfield which will then get saved into the XML file. So the next time the file is read it will not be able to parse the file.
This very problem cause me some headaches in some of my apps, until I was finally able to track down the culprit.
This RB code also includes an example to demonstrate which Ascii values will cause an XML exception under different text encodings.
Works: OS X, Classic, Windows.
Added: 2005-01-27 Hits: 800 Rating:
Rate | Review | Read Reviews (0) pbsw-XML (Module)
License: Open Source
Author: Paul Messias
A module of convenience routines extending REALbasic's XML classes
Added: 2006-01-16 Hits: 1141 Rating:
Rate | Review | Read Reviews (0) XML+XSL (Example)
License: Freeware
Author: Shawn Giese
An example of converting information formatted as XML into HTML by using an XSL template. This allows for print preview in an htmlviewer and actual printing through the default browser. See the App | Notes for more information. Updated to use a listbox and save html file with samples of using XPATH. Some external file/ internet loading features, although they have not been tested a lot yet. What can you do with xsl transformations? You can create html, feed to an xml software like flash charts, make an svg graphic, write to xml file formats like Microsoft/ OpenOffice, scrape from web pages and reformat the output, compare xml documents and more.
Added: 2009-05-14 Hits: 1229 Rating:     
Rate | Review | Read Reviews (0) Soapy (Example)
License: Open Source
Author: Shawn Giese
This sample program makes SOAP requests to known servers and shows the requested data and headers and the received data and headers. This is a proof of concept work meant for troubleshooting SOAP requests and using introspection in Realbasic.
NOTE: Because it uses only the SOAP methods of Realbasic it is limited to sending and receiving string data.
Added: 2009-05-14 Hits: 376 Rating:
Rate | Review | Read Reviews (0)
|