ANN: CAX Caching Api for Xml

  • Thread starter Thread starter Chris
  • Start date Start date
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
 
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.
 
Back
Top