Import scew from pkgsrc-wip. Provided by Thorbjorn Svensson, and
authorminskim <minskim>
Mon, 16 Feb 2004 01:19:45 +0000 (01:19 +0000)
committerminskim <minskim>
Mon, 16 Feb 2004 01:19:45 +0000 (01:19 +0000)
commitcbed33d34906f727f74a4a3fb0397238aedba182
treed2b0b0552658904de95a70eed593f895ebd1d9fd
parent3110c8a6d3029034b8bd2eda4e538994dfd62561
Import scew from pkgsrc-wip.  Provided by Thorbjorn Svensson, and
modified by me.

The aim of SCEW (by Aleix Conchillo Flaque) is to provide an easy
interface around the XML Expat parser.  Expat gives an API based on
event handling mechanisms to load XML files.  SCEW incorporates
functions to create XML files and handle XML trees.  That is, add and
delete nodes, change attribute names and values etc.

SCEW provides functions to load and access XML elements without the
need to create the event handling routines and probably the most
important: without the need to rewrite these functions each time you
need to load a different XML document.  It also lets you access the
internal Expat parser; that means you can still have all the
functionality that the Expat library gives you.
textproc/scew/DESCR [new file with mode: 0644]
textproc/scew/Makefile [new file with mode: 0644]
textproc/scew/PLIST [new file with mode: 0644]
textproc/scew/distinfo [new file with mode: 0644]