ANN: CAX Caching Api for Xml

C

Chris

Beta version is available for CAX, a caching API for
XML. CAX extends the functionality of the .NET XmlReader, which is a
fast XML pull parser. CAX buffers and caches XML as it is parsed and
provides a cursor to all previously parsed XML. CursorMoveToParent
and
CursorMoveToRoot are two of the eighteen cursor methods. The Path
property gives the full path of the currently parsed node. CAX works
with
xml documents of unlimited size and uses very little memory.

CAX was developed with C# and the .NET 2.0 framework and is 100%
managed code.

CAX may be downloaded from the company website:
http://www.xponentsoftware.com/cax.aspx
 
B

Blanche Starinski

Chris said:
Beta version is available for CAX, a caching API for
XML. CAX extends the functionality of the .NET XmlReader, which is a
fast XML pull parser. CAX buffers and caches XML as it is parsed and
provides a cursor to all previously parsed XML. CursorMoveToParent
and
CursorMoveToRoot are two of the eighteen cursor methods. The Path
property gives the full path of the currently parsed node. CAX works
with
xml documents of unlimited size and uses very little memory.

CAX was developed with C# and the .NET 2.0 framework and is 100%
managed code.

CAX may be downloaded from the company website:
<SNIP INAPPROPRIATE LINK>

Too cheap to advertise your product? Maybe it sucks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top