Home » XML » XML_NITF
Parse NITF documents.
This package is unmaintained.
Download latest release 1.1.1 (archived versions might be outdated)
License: PHP License
Description
This package provides a NITF XML parser. The parser was designed with NITF version 3.1, but should be forward-compatible when new versions of the NITF DTD are produced. Various methods for accessing the major elements of the document, such as the hedline(s), byline, and lede are provided. This class was originally tested against the Associated Press's (AP) XML data feed.
Maintainers
- Patrick O'Lone (polone) — lead, active
Dependencies
Required
- PHP (>= 4.3.0)
- PEAR Installer (>= 1.4.0b1)
- XML_Parser
Releases
- 1.1.1 (stable, 2010-10-24)
- 1.1.0 (stable, 2005-12-09)
Release notes
License: PHP License
Added support for the "meta" tags in the "head" section of the NITF.
- 1.0.2 (beta, 2005-03-18)
Release notes
License: PHP License
Fixed bug #3084 getDocData('copyright') returns null. Retrofitted comments to
conform to PEAR coding standards. - 1.0.1 (stable, 2005-01-17)
Release notes
License: PHP License
Fix for bug #2787 getMedia method typo. Added support for document urgency
status. - 1.0.1RC1 (beta, 2004-11-29)
- 1.0.0 (stable, 2003-05-29)
Release notes
License: PHP License
This release fixes the getByline() method, and is the first public stable release.
- 0.1.0 (alpha, 2003-04-06)
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #2787 | Closed | Bug | 2004-11-18 | getMedia method typo | |
| #3084 | Closed | Bug | 2005-01-03 | getDocData('copyright') returns null | |
| #7542 | Open | Req | 1.1.0 | 2006-05-02 | drpping of tags |