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

Search results for "xml::validate"

XML::Validate - an XML validator factory River stage one • 3 direct dependents • 3 total dependents

XML::Validate is a generic interface to different XML validation backends. For a list of backend included with this distribution see the README. If you want to write your own backends, the easiest way is probably to subclass XML::Validate::Base. Look...

BBC/XML-Validate-1.025 - 19 Apr 2006 10:22:47 UTC - Search in distribution

XML::XForms::Validate - Perl extension for validation of XForms submissions River stage zero No dependents

This module validates input data against an XML document containing one or more XForms models. It is able to process all serializations except "multipart/related", relying on pre-parsed data for "multipart/form-data" or "application/x-www-form-urlenc...

JWALT/XML-XForms-Validate-0.9 - 18 Sep 2008 15:21:43 UTC - Search in distribution

App::Oozie::Role::Validate::XML River stage zero No dependents

This is a Role to be consumed by Oozie validators....

BURAK/App-Oozie-0.016 - 05 Dec 2023 17:21:55 UTC - Search in distribution

XML::Toolkit::Cmd::Command::validate - validate XML round tripping River stage one • 1 direct dependent • 1 total dependent

The XML::Toolkit::Cmd::Command::validate class implements ......

PERIGRIN/XML-Toolkit-0.15 - 04 Apr 2012 07:44:38 UTC - Search in distribution

Data::Validate::XSD::ParseXML - Parse an XML file into a data structure for validation River stage zero No dependents

Please install XML::SAX to use this module. Used internally by Data::Validate::XSD to load xml files for both xsd definitions and xml data. For the xml data we use a simple conversion metric which treats each tag level as an hash reference and multip...

DOCTORMO/Data-Validate-XSD-1.05 - 14 Feb 2008 13:59:14 UTC - Search in distribution

XML::Char - validate characters for XML River stage one • 1 direct dependent • 2 total dependents

For me it was kind of a surprised to learn that char(0) is a valid UTF-8 character. All of the 0-0x7F are... Emo: well it's not because that they are valid utf-8 characters that you have to expect XML to accept them Well of course not, now I know :-)...

JKUTEJ/XML-Char-0.04 - 07 Nov 2019 19:43:04 UTC - Search in distribution

Test::XML::Valid - Validate XML and XHTML River stage zero No dependents

Tests for Valid XHTML (using XML::LibXML). If the XML is not valid, a message will be generated with specific details about where the parser failed....

MARKSTOS/Test-XML-Valid-0.04 - 01 Jun 2004 18:41:39 UTC - Search in distribution

XSH - scripting language for XPath-based editing of XML River stage zero No dependents

CHOROBA/XML-XSH2-2.2.10 - 22 Dec 2023 14:24:21 UTC - Search in distribution

Atheme - Perl interface to Atheme's XML-RPC methods River stage one • 1 direct dependent • 1 total dependent

This class provides an interface to the XML-RPC methods of the Atheme IRC Services....

STEPHANJ/Atheme-0.0001 - 15 Mar 2010 17:50:28 UTC - Search in distribution

wdq - command line access to Wikidata Query Service River stage zero No dependents

The command line script "wdq", included in CPAN module App::wdq, provides a tool to access Wikidata Query Service <https://query.wikidata.org/>. It supports formulation and execution of SPARQL SELECT queries <http://www.w3.org/TR/sparql11-query/#sele...

VOJ/App-wdq-0.4.4 - 07 Apr 2016 08:28:28 UTC - Search in distribution

TUWF - The Ultimate Website Framework River stage zero No dependents

TUWF is a small framework designed for writing websites. It provides an abstraction layer to various environment-specific tasks and has common functions to ease the creation of both small and large websites. For a gentle introduction to TUWF, see TUW...

YORHEL/TUWF-1.5 - 18 Jan 2023 08:23:51 UTC - Search in distribution

Titanium - A strong, lightweight web application framework River stage one • 1 direct dependent • 1 total dependent

It is intended that your Application Module will be implemented as a sub-class of Titanium. This is done simply as follows: package My::App; use base 'Titanium'; Notation and Conventions For the purpose of this document, we will refer to the followin...

MARKSTOS/Titanium-1.04 - 24 Nov 2009 02:43:36 UTC - Search in distribution

Log::Log4perl - Log4j implementation for Perl River stage four • 376 direct dependents • 1144 total dependents

Log::Log4perl lets you remote-control and fine-tune the logging behaviour of your system from the outside. It implements the widely popular (Java-based) Log4j logging package in pure Perl. For a detailed tutorial on Log::Log4perl usage, please read <...

ETJ/Log-Log4perl-1.57 - 21 Oct 2022 16:47:36 UTC - Search in distribution

XSH River stage zero No dependents

CHOROBA/XML-XSH-1.8.6 - 09 Mar 2018 23:41:22 UTC - Search in distribution

sqlt - convert SQL schema using SQL::Translator River stage three • 117 direct dependents • 266 total dependents

This script is part of the SQL Fairy project. It will try to convert any source file for which it has a grammar into any format for which it has a producer. If using "show-warnings," be sure to redirect STDERR to a separate file. In bash, you could d...

VEESH/SQL-Translator-1.65 - 16 Jan 2024 18:56:26 UTC - Search in distribution

perlfaq - Frequently asked questions about Perl River stage zero No dependents

The perlfaq comprises several documents that answer the most commonly asked questions about Perl and Perl programming. It's divided by topic into nine major sections outlined in this document. Where to find the perlfaq The perlfaq is an evolving docu...

ETHER/perlfaq-5.20240218 - 18 Feb 2024 17:37:36 UTC - Search in distribution

UI::KeyboardLayout - Module for designing keyboard layouts River stage zero No dependents

In this section, a "keyboard" has a certain "character repertoir" (which characters may be entered using this keyboard), and a mapping associating a character in the repertoir to a keypress or to several (sequential or simultaneous) keypresses. A sma...

ILYAZ/UI-KeyboardLayout-0.79 - 16 Mar 2024 21:24:23 UTC - Search in distribution

JSON::Parse - Parse JSON River stage two • 35 direct dependents • 77 total dependents

A module for parsing JSON. (JSON means "JavaScript Object Notation" and it is specified in "RFC 8259".) JSON::Parse offers the function "parse_json", which takes a string containing JSON, and returns an equivalent Perl structure. It also offers valid...

BKB/JSON-Parse-0.62 - 15 Jul 2022 23:26:03 UTC - Search in distribution

bisect.pl - use git bisect to pinpoint changes River stage five • 11292 direct dependents • 32664 total dependents

Together bisect.pl and bisect-runner.pl attempt to automate the use of "git bisect" as much as possible. With one command (and no other files) it's easy to find out * Which commit caused this example code to break? * Which commit caused this example ...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC - Search in distribution
  • bisect.pl - use git bisect to pinpoint changes
263 results (0.103 seconds)