Bug 79403

Summary: New port: textproc/pear-XML_HTMLSax PEAR SAX parser for HTML and other badly formed XML documents
Product: Ports & Packages Reporter: Antonio Carlos Venancio Junior <antonio>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

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!