Geek Articles

Categories

 

Subscribe

Daily Updates Subscribe geekarticles update via email Subscribe geekarticles update via RSS

 
SAX Articles
SAX is a serial access parser API for XML and its name is acronymically derived from "Simple API for XML". A SAX Parser handles XML information as a stream and is unidirectional, i.e. it cannot renegotiate a node without first having to establish a new handle to the document and reparse. With that proviso in mind, however, the SAX parser, since it works in stream mode, is unquestionably faster than its sibling the DOM parser.

  
1 Articles.  

Using PHP with Java  By devshed.com
Published on Wed, 10 Aug 2005 19:15:11 -0400    Read: 519 times
By Harish Kamath April 03, 2002 Extending Yourself One of the coolest things about PHP has to be the wide range of extensions available for the language. Having problems communicating with a particular database? PHP has a wide range of extensions for different databases. Want to process credit cards transactions? PHP includes an extension that allows...   Read Article.
Filed in: SAX


1 Articles.  

Latest Articles

 

Popular Articles

Sponsored Links

 
Last This page took 0.352544 seconds to load.