mapsight / pulp-xml
Handlers for parsing and manipulating XML data.
v1.0.0
2026-05-22 15:33 UTC
Requires
- php: ^8.2
- ext-libxml: *
- ext-simplexml: *
- mapsight/pulp: *
- symfony/polyfill-php83: ^1.37
- symfony/polyfill-php84: ^1.37
- symfony/polyfill-php85: ^1.37
Requires (Dev)
- roave/security-advisories: dev-latest
README
Extension for the Pulp library to handle XML data.
Features
- XML Parsing: Parse XML content using
SimpleXML. - Namespace Handling: Strip XML namespaces for easier data access.
- XPath Extraction: Extract specific data points using XPath expressions.
- Pulp Integration: Seamless integration into Pulp pipelines.