Enigma Xml Bank
XML::Filter::Sort::Buffer is an implementation class used by XML::Filter::Sort. The documentation is targetted at developers wishing to extend or replace this class. For user documentation, see XML::Filter::Sort. For an overview of the classes and methods used for buffering, see...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 25.6 KB | Download (52): XML::Filter::Sort::Buffer Download |
XML::Filter::Sort is a SAX filter for sorting elements in XML. SYNOPSIS use XML::Filter::Sort; use XML::SAX::Machines qw( :all ); my $sorter = XML::Filter::Sort->new( Record => person, Keys => [ [ lastname, alpha, asc ], [ firstname, alpha, asc ], [ @age, num, desc] ], ); my...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 25.6 KB | Download (63): XML::Filter::Sort Download |
tX, formerly known as Teddy, is a tabular XML editor. tX XML editor presents the structure and content of XML files in a way that is both visually pleasing and easy to use. Its features include the abiltiy to view XML in an hierarchical way without extraneous syntax or interface elements, edit...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 204.8 KB | Download (73): tX XML editor Download |
XML::XMetaL is a Perl module with dispatch class for XML::XMetaL development framework. The XML::XMetaL class is a dispatcher for XMetaL customization handlers. XML:XMetaL objects are singletons. There can be only one XML::XMetaL object instantiated at any one time. If an XML::XMetaL object...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 24.58 KB | Download (54): XML::XMetaL Download |
XML::LibXML::XPathContext is an XPath evaluation. SYNOPSIS my $xpc = XML::LibXML::XPathContext->new(); my $xpc = XML::LibXML::XPathContext->new($node); $xpc->registerNs($prefix, $namespace_uri) $xpc->unregisterNs($prefix) $uri = $xpc->lookupNs($prefix)...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 256 KB | Download (45): XML::LibXML::XPathContext Download |
XML::Excel is a Perl extension converting Excel files to XML. SYNOPSIS use XML::Excel; $excel_obj = XML::Excel->new(); $excel_obj = XML::Excel->new(%attr); $status = $excel_obj->parse_doc(file_name); $status = $excel_obj->parse_doc(file_name, %attr); $excel_obj->declare_xml(%attr);...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 10.24 KB | Download (62): XML::Excel Download |
XML::CSV is a Perl extension converting CSV files to XML. SYNOPSIS use XML::CSV; $csv_obj = XML::CSV->new(); $csv_obj = XML::CSV->new(%attr); $status = $csv_obj->parse_doc(file_name); $status = $csv_obj->parse_doc(file_name, %attr); $csv_obj->declare_xml(%attr);...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 7.17 KB | Download (88): XML::CSV Download |
Query-Oriented Model for XML is a lightweight XML processing framework for Java that promotes the use of XPath instead of Java code for consuming XML. The resulting code from Query-Oriented Model for XML, is simple and expressive with no meaningless objects and no meaningless parameters - just...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 10.24 KB | Download (46): Query-Oriented Model for XML 0.1 Download |
Oasis XML Tools is a small utility to easily manage OpenOffice.org documents at xml level from outside OpenOffice.org suite. You can view and edit (with kwrite) the main xml files present in OpenOffice.org documents and update these documents with the changes. Also you can compare two or...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 2.05 KB | Download (80): Oasis XML Tools Download |
Simple XML Configuration Library an XML library for parsing a simple configuration file format. Simple XML Configuration Library is actively developed for *nix, Mac OS X and *BSD. The goal of the project is to provide a library that can be easily wrapped into other languages such as Python and...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 22.53 KB | Download (50): Simple XML Configuration Library Download |
XML::Rules is a Perl module that can parse XML & process tags by rules starting from leaves. SYNOPSIS use XML::Rules; $xml = < < *END* < doc > < person > < fname >...< /fname > < lname >...< /lname > < email >...< /email > < address > < street >...< /street > < city >...< /city > <...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 38.91 KB | Download (43): XML::Rules Download |
Finance::Bank::Sporo is a Perl extension for B< SporoPay > of Slovenska Sporitelna. SYNOPSIS use Finance::Bank::Sporo; $sporo_obj = Bank::Sporo->new($prenumber,$number); $sporo_obj->configure( amt => $amt, vs => $vs, ss => $ss, rurl => $rurl, param => $param, ); print...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 4.1 KB | Download (53): Finance::Bank::Sporo Download |
Crypt::Enigma is a Perl extension for emulating a World War II Enigma. SYNOPSIS use Crypt::Enigma; my($enigma) = Crypt::Enigma->new(); # Set the enigma to the proper rotor, ring, and initial setting. $enigma->setup("312", "ABC", "ERZ"); # Plugboard a to b, and b to a....
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 6.14 KB | Download (106): Crypt::Enigma Download |
Yahoo::Search::XML is a Perl module with simple routines for parsing XML from Yahoo! Search. The XML sent back from Yahoo! is fairly simple, and is guaranteed to be well formed, so we really dont need much more than to make the data easily available. Id like to use XML::Simple, but it uses...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 35.84 KB | Download (50): Yahoo::Search::XML Download |
MKDoc::XML::Stripper is a Perl module to remove unwanted XML / XHTML tags and attributes. SYNOPSIS use MKDoc::XML::Stripper; my $stripper = new MKDoc::XML::Stripper; $stripper->allow (qw /p class id/); my $ugly = < p class="para" style="color:red" >Hello, < strong >World< /strong >!< /p...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 40.96 KB | Download (48): MKDoc::XML::Stripper Download |
XML::DOM::EntityReference is an XML ENTITY reference in XML::DOM. XML::DOM::EntityReference extends XML::DOM::Node. EntityReference objects may be inserted into the structure model when an entity reference is in the source document, or when the user wishes to insert an entity reference. Note...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 39.94 KB | Download (48): XML::DOM::EntityReference Download |
AnyData::Format::XML is a Perl module for tiedhash and DBI access to XML. SYNOPSIS # access XML data via a multi-dimensional tied hash # see AnyData.pod for full details # use AnyData; my $table = adTie( XML, $file, $mode, $flags ); OR # convert data to and from XML # see AnyData.pod...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 44.03 KB | Download (43): AnyData::Format::XML Download |
Apache XML Graphics Commons project is a library that consists of several reusable components used by Apache Batik and Apache FOP. Many of these components can easily be used separately outside the domains of SVG and XSL-FO. You will find components such as a PDF library, an RTF library,...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Download (46): Apache XML Graphics Commons Download |
VTD-XML is a "non-extractive" XML processing software API implementing Virtual Token Descriptor. Currently, VTD-XML only supports built-in entity references (" &s > <). Designed to be random-access capable, it attempts to be both high-performance and memory-efficient. In addition, because VTD...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 655.36 KB | Download (58): VTD-XML Download |
Teddy is a tabular editor and display for XML files. It presents the structure and content of XML files in a way that is both visually pleasing and easy to use. It is available free, under the GNU public license, for Mac OS X and Linux. If you have Qt for Windows it should build and run fine...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 68.61 KB | Download (73): Teddy XML Editor Download |
