Home » XML » XML_XUL
Class to build Mozilla XUL applications.
This package is unmaintained.
Download latest release 0.9.1 (archived versions might be outdated)
License: PHP License
Description
The XML User Interface Language (XUL) is a markup language for describing user interfaces.
With XUL you can create rich, sophisticated cross-platform web applications easily.
XML_XUL provides a API similar to DOM to create XUL applications. There is a PHP object for each XUL element, and the more complex widgets like grids, trees and tabboxes can easily be created with these objects.
Maintainers
- Stephan Schmidt (schst) — lead, inactive
- Amir Mohammad Saied (amir) — lead, active
Dependencies
Required
- PHP (>= 5.0.0)
- PEAR Installer (>= 1.4.0b1)
- XML_Util2 (>= 0.1.0)
- XML_Parser2 (>= 0.1.0)
Releases
- 0.9.1 (alpha, 2012-08-31)
Release notes
License: PHP License
QA release
Bug #19594 broken XML_Util2 dep
- 0.9.0 (alpha, 2012-04-20)
Release notes
License: PHP License
QA release
PHP 5
Package 2.0
Exceptions, not PEAR_Error
Drop PEAR dep
Swap to XML_Util2
Swap to XML_Parser2 - 0.8.3 (alpha, 2007-02-02)
Release notes
License: PHP License
- Overlays support added
- fixed #2184, listbox element numbers
- Resizable columns added - 0.8.2 (alpha, 2005-03-20)
Release notes
License: PHP License
- fixed several notices when working with E_ALL,
- fixed typo in Treecell element
- added new parameter for encoding in createDocument() (Request #3830) - 0.8.1 (alpha, 2004-06-26)
Release notes
License: PHP License
XML_XUL now works with PHP5,
fixed bug #1255,
improved cloneElement() to allow cloning of complete subtrees - 0.8.0 (alpha, 2004-03-30)
Release notes
License: PHP License
added Menulist,
fixed script element,
added addScript() to Window element,
made root a public property of the document (bug #1081),
document is now able to create any element object, regardless if there's a PHP class for it (bug #1082) (thanks to Alan B. Knowles) - 0.7.0 (alpha, 2004-03-15)
Release notes
License: PHP License
added XML_XUL::loadString(),
added XML_XUL::loadFile(),
added XML_XUL_Parser class - 0.6.0 (alpha, 2004-03-09)
Release notes
License: PHP License
first public PEAR release
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #1081 | Closed | Bug | 2004-03-26 | doc->root is private | |
| #1082 | Closed | Bug | 2004-03-26 | element list doesnt gracefully handle unsupported elements | |
| #1255 | Closed | Bug | 2004-04-21 | The package doesn't work with PHP5 | |
| #1366 | Bogus | Bug | 2004-05-07 | an attribute with a ' in an element gets parsed into & | |
| #2184 | Closed | Bug | 2004-08-21 | element listbox doesnt have got correct number of columns | |
| #2196 | Wont fix | Bug | 2004-08-23 | html chars | |
| #2250 | Closed | Bug | 2004-08-30 | XML_XUL don`t work | |
| #2852 | Closed | Bug | 2004-11-29 | & (amp) not work for e.g. dtd (locale) | |
| #3076 | Bogus | Req | 2005-01-02 | Waiting for next version... ;-( | |
| #3198 | Wont fix | Req | 2005-01-14 | Created Signed Applications | |
| #3830 | Closed | Req | 2005-03-15 | No option to set UNICODE charset | |
| #6158 | Closed | Req | 2005-12-05 | Add function for resizable tree columns | |
| #6172 | Bogus | Req | 2005-12-06 | Tree rows need to be able to have attributes | |
| #19594 | Closed | Bug | 0.9.0 | 2012-08-31 | broken XML_Util2 dep |
| #21124 | Spam | Bug | 0.9.1 | 2016-10-14 | Still thinking 1 |