freebsd-ports/textproc/scew/pkg-descr
Sunpoet Po-Chuan Hsieh 092b349f66 Update to 1.1.9
- Simplify MASTER_SITES
- Add LICENSE_FILE
- Use USES=localbase
- Convert to test framework
- Sort PLIST
- Update pkg-descr
- Update WWW
- Take maintainership

Changes:	https://savannah.nongnu.org/forum/forum.php?forum_id=9096
2018-02-18 13:38:57 +00:00

14 lines
711 B
Text

The aim of SCEW is to provide an easy interface around the XML Expat parser, as
well as a simple interface for creating new XML documents. It provides functions
to load and access XML elements without the need to create Expat event handling
routines every time you want to load a new XML document.
These are the main SCEW features:
- Uses a DOM-like object model for new or parsed XML documents.
- Supports loading concatenated XML documents.
- Can copy and compare full XML documents, elements or attributes.
- Writes XML documents to multiple outputs.
- Allows adding new I/O sources easily.
- UTF-8, ISO-8859-1 and US-ASCII encodings (and UTF-16 in Windows).
WWW: https://savannah.nongnu.org/projects/scew