The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Pod::XML"

Pod::XML - Module to convert POD to XML River stage one • 2 direct dependents • 2 total dependents

This module uses Pod::Parser to parse POD and generates XML from the resulting parse stream. It uses its own format, described below....

MWILSON/Pod-XML-0.99 - 03 Feb 2007 16:57:06 UTC

Pod::POM::View::XML - XML view of a Pod Object Model River stage zero No dependents

"Pod::POM::View::XML" is a view that aims at producing a direct XML rendition of the POD. new(%options) The constructor "new()" accepts the following options. prefix Prefix added to all tags. Defaults to "pod" (so the xml tags will be "pod_pod", "pod...

YANICK/Pod-POM-View-XML-0.0.2 - 23 Dec 2014 17:50:04 UTC

Pod::Perldoc::ToXml - let Perldoc render Pod as XML River stage five • 27 direct dependents • 19502 total dependents

This is a "plug-in" class that allows Perldoc to use Pod::Simple::XMLOutStream as a formatter class. This is actually a Pod::Simple::XMLOutStream subclass, and inherits all its options. You have to have installed Pod::Simple::XMLOutStream (from the P...

MALLEN/Pod-Perldoc-3.28 - 16 Mar 2017 01:14:07 UTC

Pod::Simple::DumpAsXML - turn Pod into XML River stage five • 134 direct dependents • 32646 total dependents

Pod::Simple::DumpAsXML is a subclass of Pod::Simple that parses Pod and turns it into indented and wrapped XML. This class is of interest to people writing Pod formatters based on Pod::Simple. Pod::Simple::DumpAsXML inherits methods from Pod::Simple....

KHW/Pod-Simple-3.45 - 15 May 2023 23:28:35 UTC

Pod::Simple::XMLOutStream - turn Pod into XML River stage five • 134 direct dependents • 32646 total dependents

Pod::Simple::XMLOutStream is a subclass of Pod::Simple that parses Pod and turns it into XML. Pod::Simple::XMLOutStream inherits methods from Pod::Simple....

KHW/Pod-Simple-3.45 - 15 May 2023 23:28:35 UTC

Pod::ToDocBook::Pod2xml - Converter POD data to XML::ExtON events. River stage zero No dependents

Pod::ToDocBook::Pod2xml - Converter POD data to XML::ExtON events....

ZAG/Pod-ToDocBook-0.9 - 18 Jan 2010 17:55:58 UTC

lib/Pod/Manual/PodXML2Docbook.pm River stage zero No dependents

YANICK/Pod-Manual-0.08 - 19 Dec 2007 00:04:13 UTC

Pod::AxPoint - Generate AxPoint XML slideshow from POD source. River stage zero No dependents

Pod::AxPoint converts POD input to AxPoint XML, which can be used to generate HTML Slideshows. The script pod2axpoint delivered with Pod::AxPoint provides a commandline frontend for the module. There is another script for this purpose on cpan, podsli...

TLINDEN/Pod-AxPoint-0.04 - 30 Mar 2007 12:59:00 UTC

Pod::POM - POD Object Model River stage two • 27 direct dependents • 44 total dependents

This module implements a parser to convert Pod documents into a simple object model form known hereafter as the Pod Object Model. The object model is generated as a hierarchical tree of nodes, each of which represents a different element of the origi...

NEILB/Pod-POM-2.01 - 07 Nov 2015 21:05:42 UTC

Pod::SAX - a SAX parser for Pod River stage one • 2 direct dependents • 2 total dependents

Very simply, this module parses POD (or perl) files and turns the Plain Old Documentation into SAX events (which often you'll use to turn into XML, but there are other uses as well). The aim of this module is not round-tripping, so some things may be...

MSERGEANT/Pod-SAX-0.14 - 29 Jan 2003 18:25:32 UTC

Pod::WSDL - Creates WSDL documents from (extended) pod River stage one • 1 direct dependent • 1 total dependent

- How to use Pod::WSDL Parsing the pod How does Pod::WSDL work? If you instantiate a Pod::WSDL object with the name of the module (or the path of the file, or an open filehandle) providing the web service like this my $pwsdl = new Pod::WSDL(source =>...

JCOP/Pod-WSDL-0.063 - 21 Oct 2014 23:16:57 UTC

Pod::Cats - The POD-like markup language written for podcats.in River stage zero No dependents

POD is an expressive markup language - like Perl is an expressive programming language - and for a plain text file format there is little finer. Pod::Cats is an extension of the POD semantics that adds more syntax and more flexibility to the language...

ALTREUS/Pod-Cats-0.08 - 26 Nov 2015 16:50:49 UTC

Pod::XPath - use XPath expressions to navigate a POD document River stage zero No dependents

"Pod::XPath" allows accessing elements of a POD document using XPath expressions. The document or string is first turned into XML using "Pod::XML", and then passed to "XML::XPath" to parse. All standard XPath expressions can be used to retrieve data ...

DARREN/Pod-XPath-1.00 - 25 Sep 2003 12:40:22 UTC

Pod::Xhtml - Generate well-formed XHTML documents from POD format documentation River stage two • 7 direct dependents • 13 total dependents

new Pod::Xhtml( [ OPTIONS ] ) Create a new object. Optionally pass in some options in the form 'new Pod::Xhtml( StringMode => 1);' $parser->parse_from_file( INPUTFILE, [OUTPUTFILE] ) Read POD from the input file, output to the output file (or STDOUT ...

BBC/Pod-Xhtml-1.61 - 02 Aug 2010 15:30:37 UTC

Perl6::Pod - Pod6 implementation River stage one • 4 direct dependents • 4 total dependents

Pod is an evolution of Perl 5's Plain Old Documentation (POD) markup. Compared to Perl 5 POD, Perldoc's Pod dialect is much more uniform, somewhat more compact, and considerably more expressive. The Pod dialect also differs in that it is a purely des...

ZAG/Perl6-Pod-0.74 - 15 Mar 2020 09:19:57 UTC

Pod::Manual - Aggregates several PODs into a single manual River stage zero No dependents

The goal of Pod::Manual is to gather the pod of several modules into a comprehensive manual. Its primary objective is to generate a document that can be printed, but it also allow to output the document into other formats (e.g., docbook)....

YANICK/Pod-Manual-0.08 - 19 Dec 2007 00:04:13 UTC

Pod::Parser - base class for creating POD filters and translators River stage four • 98 direct dependents • 1275 total dependents

NOTE: This module is considered legacy; modern Perl releases (5.31.1 and higher) are going to remove Pod-Parser from core and use Pod::Simple for all things POD. Pod::Parser is a base class for creating POD filters and translators. It handles most of...

MAREKR/Pod-Parser-1.67 - 03 Jan 2024 21:23:20 UTC

Pod::Browser - Pod Web Server based on Catalyst and ExtJS River stage one • 1 direct dependent • 1 total dependent

This is a Catalyst server which serves PODs. It allows you to browse through your local repository of modules. On the front page is a search box which uses CPAN's xml interface to retrieve the results. If you click on one of them the POD is displayed...

PERLER/Pod-Browser-1.0.1 - 11 Jan 2012 08:35:50 UTC

Pod::ToDocBook - Pluggable converter POD data to DocBook. River stage zero No dependents

Pod::ToDocBook - set of XML::ExtOn filters for process POD data. * Pod::ToDocBook::Pod2xml - convert POD to XML * Pod::ToDocBook::DoSequences - process format sequences and links * Pod::ToDocBook::ProcessHeads - process =head's elements * Pod::ToDocB...

ZAG/Pod-ToDocBook-0.9 - 18 Jan 2010 17:55:58 UTC

Pod::POM::Web - HTML Perldoc server River stage one • 2 direct dependents • 2 total dependents

Pod::POM::Web is a Web application for browsing the documentation of Perl components installed on your local machine. Since pages are dynamically generated, they are always in sync with code actually installed. The application offers * a tree view fo...

DAMI/Pod-POM-Web-1.27 - 02 Jul 2021 07:10:05 UTC
49 results (0.037 seconds)