The Artima Developer Community
Sponsored Link

Python Buzz Forum
XML ZONE TIP: Asynchronous SAX: Simple API for XML as a Long-Running Event Processor

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
David Mertz

Posts: 70
Nickname: lululotus
Registered: Jul, 2003

David Mertz is a well known writer about computer programming
XML ZONE TIP: Asynchronous SAX: Simple API for XML as a Long-Running Event Processor Posted: Jul 12, 2003 10:53 AM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by David Mertz.
Original Post: XML ZONE TIP: Asynchronous SAX: Simple API for XML as a Long-Running Event Processor
Feed Title: Gnosis Software
Feed URL: http://gnosis.cx/rss.xml
Feed Description: All the publications of David Mertz, with a sprinkling of free software, and occasional extra goodies.
Latest Python Buzz Posts
Latest Python Buzz Posts by David Mertz
Latest Posts From Gnosis Software

Advertisement
Even though every abstract description of SAX prominently mentions that SAX is an event-driven interface, very few SAX applications really -use- SAX for event-driven programming. Instead, mostly SAX is just a way to save memory while extracting data from an XML document. However, over asynchronous channels--such as a socket the produces data over a long duration--SAX is a wonderfully light-weight programming technique for parsing incoming messages.

Read: XML ZONE TIP: Asynchronous SAX: Simple API for XML as a Long-Running Event Processor

Topic: Python NOT so overlooked by Apple Previous Topic   Next Topic Topic: Too Many EJBs

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use