Search results for "XML Simple"
XML::Simple - An API for simple XML files
The XML::Simple module provides a simple API layer on top of an underlying XML parsing module (either XML::Parser or one of the SAX2 parser modules). Two functions are exported: "XMLin()" and "XMLout()". Note: you can explicitly request the lower cas...
GRANTM/XML-Simple-2.25 - 18 Mar 2018 03:19:24 UTC - Search in distribution- XML::Simple::FAQ - Frequently Asked Questions about XML::Simple
XML::SAX::Simple - SAX version of XML::Simple.
"XML::SAX::Simple" is a very simple version of XML::Simple but for SAX.It can be used as a complete drop-in replacement for XML::Simple. See the documentation for XML::Simple for details....
MANWAR/XML-SAX-Simple-0.08 - 28 Nov 2016 11:20:02 UTC - Search in distribution
Test::XML::Simple - easy testing for XML
"Test::XML::Simple" is a very basic class for testing XML. It uses the XPath syntax to locate nodes within the XML. You can also check all or part of the structure vs. an XML fragment. All routines accept as first argument string with XML or XML::Lib...
MCMAHON/Test-XML-Simple-1.05 - 03 Jan 2017 19:21:33 UTC - Search in distribution
XML::Genx::Simple - A slightly simpler wrapper class for genx
This class provides some helper methods to make using XML::Genx simpler in the common case....
HDM/XML-Genx-0.22 - 08 Oct 2006 18:19:02 UTC - Search in distribution- XML::Genx - A simple, correct XML writer
XML::Simple::Tree - Tree object extension for XML::Simple data structures
This module extends XML::Simple by taking the data structure returned by XML::Simple::XMLin($xml_file, forcearray => 1) and putting it in a class complete with tree manipulation and traversal methods. Important to know is that XMLin is called with th...
AAKD/XML-Simple-Tree-0.03 - 09 Nov 2005 06:26:08 UTC - Search in distribution
XML::Tiny::Simple - a tiny helper to read XML::Tiny output and transform it to something like XML::Simple, but without dependencies.
XLAT/XML-Tiny-Simple-0.01
-
23 Jun 2012 21:03:12 UTC
-
Search in distribution
XML::IODEF::Simple - Perl extension for easier IODEF message generation
This module makes it a bit simpler to crank out XML+IODEF messages. It uses what it finds under XML/IODEF/Simple/Plugin/ to adapt "defaults" to the keypairs it takes in. To allow for other default settings / manipulations, create XML::IODEF::Simple::...
SAXJAZMAN/XML-IODEF-Simple-0.02 - 05 Jan 2012 18:27:28 UTC - Search in distribution
XML::Simple::Sugar - Sugar sprinkled on XML::Simple
This module is a wrapper around XML::Simple to provide AUTOLOADed accessors to XML nodes in a given XML document. All nodes of the XML document are XML::Simple::Sugar objects having the following attributes and methods....
CAMSPI/XML-Simple-Sugar-v1.1.2 - 09 Oct 2017 18:18:44 UTC - Search in distribution
XML::XPath::Simple - Very simple interface for XPaths
XML::XPath::Simple is designed to allow for the use of simple Abbreviated XPath syntax to access values from a small XML document. This module is not meant as a drop-in replacement for XML::XPath, and doesn't support the entire W3C XPath Recommendati...
WHYTEWOLF/XML-XPath-Simple-0.05 - 03 Apr 2002 00:56:50 UTC - Search in distribution
XML::LibXML::Simple - 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. Be warned: this module thinks to be smart. You may very well shoot yourself in the fo...
MARKOV/XML-LibXML-Simple-1.01 - 15 Jan 2020 21:51:54 UTC - Search in distribution
XML::Simple::Sorted - Version of XML::Simple with enforced tag and attribute sort order. This module was born out of the need to interface with some legacy systems that could not be changed and that expected a certain tag order, otherwise they would crash and burn... just kidding ;-)
SINI/XML-Simple-Sorted-1.00
-
30 Aug 2016 18:00:17 UTC
-
Search in distribution
XML::Struct::Simple - Transform MicroXML data structures into simple (unordered) form
This module implements a transformation from structured XML (MicroXML) to simple key-value format (SimpleXML) as known from XML::Simple: Attributes and child elements are treated as hash keys with their content as value. Text elements without attribu...
VOJ/XML-Struct-0.27 - 08 Jun 2018 22:43:27 UTC - Search in distribution- XML::Struct - Represent XML as data structure preserving element order
XML::Writer::Simple - Create XML files easily!
AMBS/XML-Writer-Simple-0.12
-
22 Sep 2014 18:45:49 UTC
-
Search in distribution
XML::WriterX::Simple - Make XML production simpler.
XLAT/XML-WriterX-Simple-0.151401
-
20 May 2015 17:18:12 UTC
-
Search in distribution
XML::Simple::DTDReader - Simple XML file reading based on their DTDs
XML::Simple::DTDReader aims to be a XML::Simple drop-in replacement, but with several aspects of the module controlled by the XML's DTD. Specifically, array folding and array forcing are inferred from the DTD. Currently, only "XMLin" is supported; su...
ALEXMV/XML-Simple-DTDReader-0.04 - 30 Jul 2005 18:23:14 UTC - Search in distribution
Util::Medley::Simple::XML - an exporter module for Util::Medley::XML
GRAVATTJ/Util-Medley-0.061
-
17 Dec 2021 01:56:23 UTC
-
Search in distribution
XML::Schema::Type::Simple - base class for simple XML Schema datatypes
The XML::Schema::Type::Simple module is a base class for objects that represent XML Schema simple types....
ABW/XML-Schema-0.07 - 10 Jan 2003 12:06:54 UTC - Search in distribution- docs/xml/modules/XML/Schema/Handler/Simple.pm
- lib/XML/Schema/Handler/Simple.pm
- XML::Schema::Base - base class for various XML::Schema::* modules
- 5 more results from XML-Schema »
XML::RSS::FromHTML::Simple - Create RSS feeds for sites that don't offer them
"XML::RSS::FromHTML::Simple" helps reeling in web pages and creating RSS files from them. Typically, it is used with websites that are displaying news content in HTML, but aren't providing RSS files of their own. RSS files are typically used to track...
MSCHILLI/XML-RSS-FromHTML-Simple-0.05 - 20 Nov 2009 06:20:54 UTC - Search in distribution
Catalyst::View::XML::Simple - XML view for your data
Catalyst::View::XML::Simple is a Catalyst View handler that returns stash data in XML format using XML::Simple....
LORN/Catalyst-View-XML-Simple-0.022 - 22 Aug 2011 15:02:55 UTC - Search in distribution- Catalyst::Helper::View::XML - Helper for XML Views
Data::Serializer::XML::Simple - Creates bridge between Data::Serializer and XML::Simple
Module is used internally to Data::Serializer Any options are passed through to XML::Simple. See XML::Simple(3) for details. serialize - Wrapper to normalize serializer method name deserialize - Wrapper to normalize deserializer method name...
NEELY/Data-Serializer-0.65 - 01 Feb 2020 16:51:08 UTC - Search in distribution- Data::Serializer::Raw - Provides unified raw interface to perl serializers