[Bug 210785] New: Review Request: php-pear-XML-Beautifier - Class to format XML documents

bugzilla at redhat.com bugzilla at redhat.com
Sun Oct 15 00:07:20 UTC 2006


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.




https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=210785

           Summary: Review Request: php-pear-XML-Beautifier - Class to
                    format XML documents
           Product: Fedora Extras
           Version: devel
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: normal
         Component: Package Review
        AssignedTo: nobody at fedoraproject.org
        ReportedBy: chris.stone at gmail.com
         QAContact: fedora-package-review at redhat.com


Spec URL: http://tkmame.retrogames.com/fedora-extras/php-pear-XML-Beautifier.spec
SRPM URL: http://tkmame.retrogames.com/fedora-extras/php-pear-XML-Beautifier-1.1-1.src.rpm

Description:

XML_Beautifier is a package, that helps you making XML documents easier to
read for human beings.

It is able to add line-breaks, indentation, sorts attributes, convert tag
cases and wraps long comments. It recognizes tags, character data, comments,
XML declarations, processing instructions and external entities and is able
to format these tokens nicely.

The document is split into these tokens using the XML_Beautifier_Tokenizer
class and the expat parser. Then a renderer is used to create the string
representation of the document and formats it using the specified options.

Currently only one renderer is available, but as XML_Beautifier uses a
driver-based architecture, other renderers (like syntax-highlighting)
will follow soon.

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the package-review mailing list