Ports Search

Results 19,12119,130 of 19,819 for %22HTTP Server%22.(0.012 seconds)
textproc/XML-LibXML-Simple-0.95 (Score: 7.739885E-4)
XML::LibXML clone of XML::Simple::XMLin()
This module is a blunt rewrite of XML::Simple (by Grant McLean) to use the XML::LibXML parser for XML structures, where the original uses plain Perl or SAX parsers.
textproc/XML-OPML-LibXML-0.04 (Score: 7.739885E-4)
Perl extension to parse OPML document with LibXML parser
XML::OPML::LibXML is an OPML parser written using XML::LibXML. This module is part of spin-off CPANization of Plagger plugins.
textproc/XML-Parser-EasyTree-0.01 (Score: 7.739885E-4)
Easier tree style for XML::Parser
XML::Parser::EasyTree adds a new "built-in" style called "EasyTree" to XML::Parser. Like XML::Parser's "Tree" style, setting this style causes the parser to build a lightweight tree structure representing the XML document. This structure is, at least in this author's opinion, easier to work with than the one created by the built-in style.
textproc/XML-Parser-Lite-0.721 (Score: 7.739885E-4)
Lightweight regexp-based XML parser
This Perl module implements an XML parser with a interface similar to XML::Parser. Though not all callbacks are supported, you should be able to use it in the same way you use XML::Parser. Due to using experimental regexp features it'll work only on Perl 5.6 and above and may behave differently on different platforms. Note that you cannot use regular expressions or split in callbacks. This is due to a limitation of perl's regular expression implementation (which is not re-entrant).
Parse XML to a simple tree
This module provides an XML::Parser style for generating a simple tree out of XML.
More advanced and flexible object tree style for XML::Parser
This module is similar to the XML::Parser Objects style, but slightly more advanced and flexible.
textproc/XML-SAX-Base-1.08 (Score: 7.739885E-4)
Base class SAX Drivers and Filters
XML::SAX::Base has a very simple task - to be a base class for PerlSAX drivers and filters. It's default behaviour is to pass the input directly to the output unchanged. It can be useful to use this module as a base class so you don't have to, for example, implement the characters() callback. The main advantages that it provides are easy dispatching of events the right way (ie it takes care for you of checking that the handler has implemented that method, or has defined an AUTOLOAD), and the guarantee that filters will pass along events that they aren't implementing to handlers downstream that might nevertheless be interested in them.
textproc/XML-RSS-Feed-2.40 (Score: 7.739885E-4)
Persistent XML RSS encapsulation
XML::RSS::Feed - Persistant XML RSS Encapsulation
textproc/XML-RSS-JavaScript-0.65 (Score: 7.739885E-4)
Perl extension to serialize your RSS as JavaScript
Serialize your RSS as JavaScript. Perhaps you use XML::RSS to generate RSS for consumption by RSS parsers. Perhaps you also get requests for how to use the RSS feed by people who have no idea how to parse XML, or write Perl programs for that matter. Enter XML::RSS::JavaScript, a simle subclass of XML::RSS which writes your RSS feed as a sequence of JavaScript print statements. This means you can then write the JavaScript to disk, and a users HTML can simple include it like so: <script language="JavaScript" src="/myfeed.js"></script> What's more the javascript emits HTML that can be fully styled with CSS. See the CSS examples included with the distribution in the css directory.
textproc/XML-RSS-LibXML-0.3105 (Score: 7.739885E-4)
XML::RSS with XML::LibXML
XML::RSS::LibXML uses XML::LibXML (libxml2) for parsing RSS instead of XML::RSS' XML::Parser (expat), while trying to keep interface compatibility with XML::RSS.