Home » XML » XML_Beautifier
Class to format XML documents.
This package is unmaintained.
Download latest release 1.2.2 (archived versions might be outdated)
License: BSD License
Description
XML_Beautifier will add indentation and linebreaks to you XML files, replace all entities, format your comments and makes your document easier to read.
You can influence the way your document is beautified with several options, ranging from indentation to changing the case of tags and normalizing your comments.
Documentation
Maintainers
- Stephan Schmidt (schst) — lead, inactive
- Chuck Burgess (ashnazg) — lead, active
Dependencies
Required
- PHP (>= 4.2.0)
- PEAR Installer (>= 1.3.0)
- XML_Parser (>= 1.0)
- XML_Util (>= 0.5)
Releases
- 1.2.2 (stable, 2010-10-25)
Release notes
License: BSD License
Remove package.php from release
- 1.2.1 (stable, 2010-10-25)
Release notes
License: BSD License
Automatically built QA release
Bug #17764 Patch: Using PCRE instead of ereg/eregi - olleolleolle - 1.2.0 (stable, 2008-09-19)
- 1.2.0RC1 (beta, 2008-09-15)
- 1.2.0a1 (alpha, 2008-08-24)
- 1.1 (stable, 2004-02-01)
Release notes
License: PHP License
fixed bug #629 (treatment of data sections),
added XML_BEAUTIFER_INCLUDE_PATH constant for testing environments,
moved data trim() to renderer
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #220 | Closed | Bug | 2003-11-10 | & Break after process | |
| #556 | Closed | Bug | 2004-01-11 | Notices on XML_Beautifier execution | |
| #629 | Closed | Bug | 2004-01-27 | \n stripped from CDATA content. | |
| #807 | Wont fix | Bug | 2004-02-19 | reliance on XML_Parser means undefined entities bork parsing | |
| #1009 | Closed | Bug | 2004-03-13 | Data in <![CDATA[ ... ]]> | |
| #1148 | Bogus | Bug | 2004-04-06 | Fails under PHP5 RC1 | |
| #1232 | Closed | Bug | 2004-04-17 | The standalone attributes turned to 'on' | |
| #1233 | Wont fix | Bug | 2004-04-17 | Empty tags replaced by single tag | |
| #1884 | Verified | Bug | 2004-07-15 | Parser is changing ö to " ö " | |
| #2144 | Verified | Bug | 2004-08-17 | High-UTF entities in attributed decoded as ? | |
| #3737 | Duplicate | Bug | 2005-03-08 | Parser strips doctype | |
| #3738 | Wont fix | Bug | 2005-03-08 | Placement of whitespace and "." character | |
| #4197 | Open | Req | 2005-04-21 | Choose change to open and close tags | |
| #5207 | Wont fix | Bug | 2005-08-25 | depreciated use | |
| #5450 | Verified | Bug | 2005-09-19 | Parser strip many tags | |
| #5591 | No Feedback | Bug | 2005-10-03 | Undefined variable notice when parsing DOCTYPE | |
| #17764 | Closed | Bug | SVN | 2010-08-20 | Patch: Using PCRE instead of ereg/eregi |
| #18383 | Duplicate | Bug | 1.2.2 | 2011-03-22 | Fixed deprecated warning |
| #18384 | Wont fix | Bug | 1.2.2 | 2011-03-22 | Fix deprecated warning (patch) |
| #18832 | Assigned | Bug | 1.2.2 | 2011-09-14 | Use of undefined constant XML_BEAUTIFIER_INCLUDE_PATH - assumed 'XML_BEAUTIFIE |
| #18896 | Open | Bug | 1.2.2 | 2011-10-08 | Beautifier Changed the Value of the Certain elements |
| #19033 | Closed | Bug | SVN | 2011-11-14 | remove error_reporting (for PEAR QA team) |
| #19146 | Open | Req | 1.2.2 | 2011-12-19 | package.xml should not declare versioned dependency on XML_Util |