aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/sagasu
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-07-14 14:02:55 +0800
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-07-14 14:02:55 +0800
commite271fb5d9f94d1c04e6faa02cfc5e67b65b32a7e (patch)
treeaf914d8b3b968359dc31ec93e9c8d12d1830f11d /textproc/sagasu
parent37715c63a8ba4dbe9f389453e4bb43675aeb0dcf (diff)
downloadfreebsd-ports-gnome-e271fb5d9f94d1c04e6faa02cfc5e67b65b32a7e.tar.gz
freebsd-ports-gnome-e271fb5d9f94d1c04e6faa02cfc5e67b65b32a7e.tar.zst
freebsd-ports-gnome-e271fb5d9f94d1c04e6faa02cfc5e67b65b32a7e.zip
LuaExpat is a SAX XML parser based on the Expat library. SAX is the Simple API
for XML and allows programs to: * process a XML document incrementally, thus being able to handle huge documents without memory penalties; * register handler functions which are called by the parser during the processing of the document, handling the document elements or text. With an event-based API like SAX the XML document can be fed to the parser in chunks, and the parsing begins as soon as the parser receives the first document chunk. LuaExpat reports parsing events (such as the start and end of elements) directly to the application through callbacks. The parsing of huge documents can benefit from this piecemeal operation. WWW: http://www.keplerproject.org/luaexpat PR: ports/136265 Submitted by: Andrew Lewis <dru at silenceisdefeat.net>
Diffstat (limited to 'textproc/sagasu')
0 files changed, 0 insertions, 0 deletions