Home » Structures » Structures_DataGrid_DataSource_XML
DataSource driver using XML files
This package is unmaintained.
Download latest release 0.2.1dev1 (archived versions might be outdated)
License: New BSD
Description
This is a DataSource driver for Structures_DataGrid using XML files.
Maintainers
- Andrew S. Nagy (asnagy) — lead, inactive
- Olivier Guilyardi (olivierg) — lead, active
- Mark Wiesemann (wiesemann) — lead, active
Dependencies
Required
- PHP (>= 4.3)
- PEAR Installer (>= 1.6.0)
- Structures_DataGrid (>= 0.9.0)
- Structures_DataGrid_DataSource_Array (>= 0.1.0)
Optional
- dom (extension)
- domxml (extension)
Releases
- 0.2.1dev1 (beta, 2010-10-10)
Release notes
License: New BSD
QA release
Directory layout
- Bug #13840: XML attributes weren't detected correctly
(thanks to Anthony Topper)
- Bug #13950: Deeper nesting of XML data failed on PHP 5
- Bug #13951: fix parsing XML with only one row
- New 'path' option, more flexible than 'xpath', which is now deprecated
but kept for BC
- New 'namespaces' option (used for XPath processing)
- Fix handling of redundant fields under PHP5
- Do not issue an error for empty data
- Allow binding XML streams (http, etc...)
- Removed dependencies on XML_Serializer and XML_XPath
- Added optional dependencies on DOM and DOM XML (one of these is required) - 0.2.0 (beta, 2007-12-18)
- 0.1.2 (beta, 2006-12-16)
- 0.1.1 (beta, 2006-09-25)
- 0.1.0 (beta, 2006-06-19)
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #8059 | Closed | Req | CVS | 2006-06-28 | Customization options for XML datasource driver |
| #13840 | Closed | Bug | 0.2.0 | 2008-05-05 | Attributes as column headers |
| #13950 | Closed | Bug | CVS | 2008-05-20 | Deeper nesting of XML data fails on PHP 5 |
| #13951 | Closed | Bug | CVS | 2008-05-20 | XML data with only one "row" can't be parsed on PHP 4 |