The RIACA OpenMathTM Guide

PreviousStart of GuideFeedback Page

Chapter: Reading and Writing


Your feedback is valuable to us. Please send comments, suggestions, fixes, etceteras. to us, use our feedback page

The lessons in this chapter show you how to use the library to read and write OpenMath objects. The current version allows you to read them using SAX and DOM. Future versions of the library might extend this to include more formats.

Reading and Writing using SAX Reading and Writing using SAX shows you how to use the library to read in an OpenMath object which is encoded using XML, and how to write an OpenMath object to XML.

Reading and Writing using DOM Reading and Writing using DOM shows you how to use the library to read in an OpenMath object from a DOM object, and how to write an OpenMath object to a DOM object.


PreviousStart of GuideFeedback Page