Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.181.350 Times

Text::vFile::toXML 0.03

  Date Added: July 07, 2010  |  Visits: 639

Text::vFile::toXML

Report Broken Link
Printer Friendly Version


Product Homepage
Download (94 downloads)



Text::vFile::toXML can convert vFiles into equivalent XML. SYNOPSIS This module converts iCalendar (iCal : generically, vFile) files into their (equivalent) XML (xCalendar / xCal) representation, according to Royers IETF Draft (http://tools.ietf.org/html/draft-royer-calsch-xcal-03). # Enable functional interface use Text::vFile::toXML qw(to_xml); # Input filename my $arg = "input.file"; my $a = Text::vFile::toXML->new(filename => $arg)->to_xml; my $b = Text::vFile::toXML->new(filehandle => do { open my $fh, $arg or die "cant open ics: $!"; $fh } )->to_xml; use Text::vFile::asData; # to make the functional example work my $data = Text::vFile::asData->new->parse( do { open my $fh, $arg or die "Cant open vFile: $!"; $fh } ); my $c = Text::vFile::toXML->new(data => $data)->to_xml; # Use functional interface my $d = to_xml($data); # Now ($a, $b, $c, $d) all contain the same XML string..

Requirements: No special requirements
Platforms: Linux
Keyword: Arg Data Equivalent Fh Libraries Open Programming Textvfiletoxml Xml
Users rating: 0/10

License: Freeware Size: 5.12 KB
USER REVIEWS
More Reviews or Write Review


TEXT::VFILE::TOXML RELATED
Network & Internet  -  Apache Lenya 1.2.4
Apache Lenya is an Open Source Java/XML Content Management System. Apache Lenya comes with revision control, site management, scheduling, search, WYSIWYG editors, and workflow..
 
Libraries  -  Sowa Data Capacitor 0.0.0_dev0
Sowa Data Capacitor is a unified Java API for accessing data in several different forms, such as XML, database or memory. Installation: Sowa Data Capacitor now not need any dependences (except ant), but itll propably have. To build it you...
15.36 KB  
Libraries  -  File::Format::RIFF 1.0.1
File::Format::RIFF is a Perl module to Resource Interchange File Format/RIFF files. SYNOPSIS use File::Format::RIFF; open( IN, file ) or die "Could not open file: $!"; my ( $riff1 ) = File::Format::RIFF->read( *IN ); close( IN );...
9.22 KB  
Programming  -  Curl Data Kit 90429
Curl Data Kit - a Curl Open Source project The CDK library facilitates datacentric application development in Curl. It includes support for client side SQLite databases and support for AMF servers like BlazeDS and WebORB
2.11 MB  
Business  -  XMLLiterate 1.0.0.7
XMLLiterate is framework for literate programming using XML. XMLLiterate uses the STL and patterns extensively and runs on all platforms supported by Boost. Most of the current programming systems allow you to use an IDE to generate all of the...
143.36 KB  
Specialized Tools  -  Python(x,y) 2.7.2.1
Python(x,y) is a free scientific and engineering development software for numerical computations, data analysis and data visualization based on Python programming language, Qt graphical user interfaces and Spyder interactive scientific development...
75.6 MB  
Libraries  -  XML::Mini::Node 1.2.8
XML::Mini::Node contains nodes that are used as atomic containers for numerical and text data and act as leaves in the XML tree. They have no name or children. They always exist as children of XML::MiniElements. For example, this text is...
348.16 KB  
Teaching Tools  -  Computing and Information Technology 9.2
Computing - Data Structures - Data Files - Computer Systems - Data Handling - System Development - Computer Programming - Binary Numbers - Binary Arithmetic - Number Systems - Digital Techniques - Logic Gates - Logic Gates 2 - Logic Families -...
4.36 MB  
Science  -  AQUA-wind 302
Advanced Quality Assurance for Aerometric-Data (AQUA) is an open-source quality assurance platform for wind resource data. Developed and currently maintained by the Wind Energy Center at the University of Massachusetts. See www.umass.edu/windenergy
68.93 MB  
Programming  -  XML Literate Programming System 1.0.0.7
Framework for literate programming using XML written in C++. Boost, The STL and Patterns are used extensively. All platforms which support Boost will be supported.
176.44 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB