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.036.673 Times

Href Xml Code software
Filter: All | Freeware | Demo
 

Href Xml Code

< 1 2 3 4 5 
Added: February 25, 2010 | Visits: 960

XML::Compile::Schema::XmlReader XML::Compile::Schema::XmlReader Perl module contains bricks to translate XML to HASH. SYNOPSIS my $schema = XML::Compile::Schema- >new(...); my $code = $schema- >compile(READER = > ...); The translator understands schemas, but does not encode that into actions. This module implements those...



Platforms: *nix

License: Freeware Size: 122.88 KB Download (95): XML::Compile::Schema::XmlReader Download

Released: August 01, 2012  |  Added: August 01, 2012 | Visits: 1.288

Class::XML Class::XML is a Perl module for simple XML Abstraction. SYNOPSIS package Foo; use base qw/Class::XML/; __PACKAGE__->has_attributes(qw/length colour/); __PACKAGE__->has_child(bar => Bar); package Bar; use base qw/Class::XML/; __PACKAGE__->has_parent(foo);...





Platforms: *nix

License: Freeware Size: 18.43 KB Download (96): Class::XML Download

Added: March 16, 2010 | Visits: 877

XML::SAX::Intro XML::SAX::Intro is an Introduction to SAX Parsing with Perl. XML::SAX is a new way to work with XML Parsers in Perl. In this article well discuss why you should be using SAX, why you should be using XML::SAX, and well see some of the finer implementation details. The text below assumes some...


Platforms: *nix

License: Freeware Size: 58.37 KB Download (101): XML::SAX::Intro Download

Added: March 21, 2010 | Visits: 819

Any::Renderer::XML Any::Renderer::XML Perl module can render a data structure as element-only XML. SYNOPSIS use Any::Renderer; my %xml_options = (); my %options = ( XmlOptions => %xml_options ); my $format = "XML"; my $r = new Any::Renderer ( $format, %options ); my $data_structure = [...]; # arbitrary...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (98): Any::Renderer::XML Download

Added: September 08, 2010 | Visits: 869

RPC::XML::Procedure RPC::XML::Procedure is an object encapsulation of server-side RPC procedures. SYNOPSIS require RPC::XML::Procedure; ... $method_1 = RPC::XML::Procedure->new({ name => system.identity, code => sub { ... }, signature => [ string ] }); $method_2 =...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (89): RPC::XML::Procedure Download

Added: March 16, 2010 | Visits: 1.598

QOF Generator QOF Generator is a project that generates C object source code from HTML/PHP or Perl/XML. Generating new objects for the Query Object Framework is repetitive, tedious, and time consuming. Qof Generator automates this process in PHP to build a working test program linked against QOF. Objects...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (150): QOF Generator Download

Added: August 15, 2010 | Visits: 1.136

C++ XML Objects C++ XML Objects is a framework for persisting hierarchies of C++ objects to and from XML. Boost, The STL and Patterns are used extensively. All platforms which support Boost will be supported. Sometimes there is a need to save hierarchies of C++ objects to a file (or DB etc), and then retrieve...


Platforms: *nix

License: Freeware Size: 409.6 KB Download (89): C++ XML Objects Download

Added: April 17, 2010 | Visits: 1.240

XML::TMX::Writer XML::TMX::Writer is a Perl extension for writing TMX files. SYNOPSIS use XML::TMX::Writer; my $tmx = new XML::TMX::Writer(); $tmx->start_tmx(ID => paulojjs); $tmx->add_tu(SRCLANG => en, en => some text, pt => algum texto); $tmx->add_tu(SRCLANG => en, en => some text, pt => algum...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (132): XML::TMX::Writer Download

Added: November 01, 2010 | Visits: 1.721

XML::LibXML::Reader XML::LibXML::Reader is a Perl interface to libxml2 pull parser. SYNOPSIS use XML::LibXML::Reader; $reader = new XML::LibXML::Reader("file.xml") or die "cannot read file.xmln"; while ($reader->read) { processNode($reader); } sub processNode { $reader = shift; printf "%d %d %s %dn",...


Platforms: *nix

License: Freeware Size: 256 KB Download (108): XML::LibXML::Reader Download

Added: August 20, 2010 | Visits: 1.125

XML::API::WIX2 XML::API::WIX2 is a WIX source file generation through an object API. SYNOPSIS As a simple example the following perl code: use XML::API; my $m_wxs = new XML::API(doctype => WIX2, encoding => UTF-8); $m_wxs->Product_open({ Id => 12345678-1234-1234-1234-123456789012, Name => Test...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (102): XML::API::WIX2 Download

Added: September 13, 2010 | Visits: 956

XML::Checker XML::Checker is a Perl module for validating XML. SYNOPSIS XML::Checker::Parser - an XML::Parser that validates at parse time XML::DOM::ValParser - an XML::DOM::Parser that validates at parse time (Some of the package names may change! This is only an alpha release...) XML::Checker can be...


Platforms: *nix

License: Freeware Size: 33.79 KB Download (95): XML::Checker Download

Added: March 02, 2010 | Visits: 821

XML::DOM XML::DOM is a perl module for building DOM Level 1 compliant document structures. SYNOPSIS use XML::DOM; my $parser = new XML::DOM::Parser; my $doc = $parser->parsefile ("file.xml"); # print all HREF attributes of all CODEBASE elements my $nodes = $doc->getElementsByTagName...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (97): XML::DOM Download

Added: May 27, 2010 | Visits: 1.311

Apache XML Apache XML Projects goals are: - to provide commercial-quality standards-based XML solutions that are developed in an open and cooperative fashion, - to provide feedback to standards bodies (such as IETF and W3C) from an implementation perspective, and - to be a focus for XML-related...


Platforms: *nix

License: Freeware Download (91): Apache XML Download

Added: September 26, 2010 | Visits: 956

XML::RSS::Parser XML::RSS::Parser is a liberal object-oriented parser for RSS feeds. SYNOPSIS #!/usr/bin/perl -w use strict; use XML::RSS::Parser; use FileHandle; my $p = XML::RSS::Parser->new; my $fh = FileHandle->new(/path/to/some/rss/file); my $feed = $p->parse_file($fh); # output some values my...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (93): XML::RSS::Parser Download

Added: March 13, 2010 | Visits: 913

Net::Gopher::Response::XML Net::Gopher::Response::XML is a Perl module Convert a Gopher/Gopher+ response to XML. SYNOPSIS use Net::Gopher; use Net::Gopher::Response::XML; ... $response->as_xml(File => menu.xml); This module contains code to convert a response from a Gopher or Gopher+ Gopherspace to XML. This...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (100): Net::Gopher::Response::XML Download

Added: February 01, 2010 | Visits: 945

XML::XPathScript::Processor XML::XPathScript::Processor is the XML transformation engine in XML::XPathScript. SYNOPSIS In a stylesheet ->{testcode} sub for e.g. Docbooks < ulink > tag: my $url = findvalue(@url,$self); if (findnodes("node()", $self)) { # ... $t->{pre}=qq< a href="$url" >; $t->{post}=qq< /a >;...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (98): XML::XPathScript::Processor Download

Released: September 09, 2015  |  Added: September 11, 2015 | Visits: 1.370

DTM Test XML Generator DTM Test XML Generator creates a set of XML documents with same structure for testing purposes. It has a few built-in data generators: integers, strings, date and time values, address, e-mail, IP-address, URL, zip code, etc. Also, it has value library with lists of names, countries, streets,...


Platforms: Windows, Windows 7

License: Demo Cost: $129.00 USD Size: 1.7 MB Download (138): DTM Test XML Generator Download

Released: March 28, 2012  |  Added: April 09, 2012 | Visits: 1.710

Freeware XMLFox XML Editor RustemSoft presents Freeware XML editing and validation tool XMLFox is a freeware editor for creating valid well-formed XML documents and/or XSD Schema. New version 5.0 of XMLFox issued. It converts XML files into latest versions of MS Office file formats now. XML conversion capabilities have...


Platforms: Windows

License: Freeware Size: 1.71 MB Download (115): Freeware XMLFox XML Editor Download

Released: June 25, 2012  |  Added: July 30, 2012 | Visits: 1.625

Find it EZ Source Code Analysis Find it EZ Source Code Analysis is the first and most comprehensive universal n-tier software source code search engine available. Find it EZ provides direct and dynamic scanning of relational databases ( schema, data and SQL code ), including support for Oracle, Microsoft SQL Server, IBM DB2...


Platforms: Windows

License: Demo Cost: $199.00 USD Size: 17.57 MB Download (100): Find it EZ Source Code Analysis Download

Released: June 13, 2012  |  Added: September 30, 2012 | Visits: 991

dotCover Code Coverage JetBrains dotCover is a unit test runner and .net code coverage tool that helps developers make sure that every single line of code that should be covered by unit tests is actually covered by them. dotCover: Works within Visual Studio 2005, 2008, 2010 and Visual Studio 2012 Release...


Platforms: Windows

License: Shareware Cost: $75.00 USD Size: 26.32 MB Download (86): dotCover Code Coverage Download

< 1 2 3 4 5