Bug 79403 - New port: textproc/pear-XML_HTMLSax PEAR SAX parser for HTML and other badly formed XML documents
Summary: New port: textproc/pear-XML_HTMLSax PEAR SAX parser for HTML and other badly ...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-31 18:20 UTC by Antonio Carlos Venancio Junior
Modified: 2005-04-11 20:10 UTC (History)
0 users

See Also:


Attachments
file.shar (2.36 KB, text/plain)
2005-03-31 18:20 UTC, Antonio Carlos Venancio Junior
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Antonio Carlos Venancio Junior 2005-03-31 18:20:05 UTC
New port: textproc/pear-XML_HTMLSax PEAR SAX parser for HTML and other badly formed XML documents

PEAR::XML_HTMLSax provides an API very similar to the native PHP XML
extension (http://www.php.net/xml), allowing handlers using one to be easily
adapted to the other.

The key difference is HTMLSax will not break on badly formed XML, allowing it
to be used for parsing HTML documents. Otherwise HTMLSax supports all the
handlers available from Expat except namespace and external entity handlers.

Provides methods for handling XML escapes as well as JSP/ASP opening and close
tags.
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2005-04-11 20:10:31 UTC
State Changed
From-To: open->closed

New port added, thank you!