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

Xml Relax Ng freeware
Filter: All | Freeware | Demo
 

Xml Relax Ng

< 1 2 3 4 5 
Added: November 15, 2010 | Visits: 981

XML::Parser::PerlSAX XML::Parser::PerlSAX is a Perl SAX parser using XML::Parser. SYNOPSIS use XML::Parser::PerlSAX; $parser = XML::Parser::PerlSAX->new( [OPTIONS] ); $result = $parser->parse( [OPTIONS] ); $result = $parser->parse($string); XML::Parser::PerlSAX is a PerlSAX parser using the XML::Parser...



Platforms: *nix

License: Freeware Size: 64.51 KB Download (107): XML::Parser::PerlSAX Download

Added: August 03, 2013 | Visits: 1.020

VTD-XML XimpleWare's VTD-XML is, far and away, the industry's most advanced and powerful XML processing model for SOA and Cloud Computing! It is simultaneously: * The world's most memory-efficient (1.3x~1.5x the size of an XML document) random-access XML parser. * The world's fastest XML parser: On a...





Platforms: *nix

License: Freeware Size: 1.19 MB Download (107): VTD-XML Download

Added: January 25, 2010 | Visits: 692

Cocoatron Cocoatron is the suite of Automator Actions that brings drag-and-drop simplicity to creating and automating complex XML Processing Pipelines.Inspired by XProc and SXPipe, Cocoatron is a simple way to create, run and automate complicated XML processing pipelines without writing a line of custom...


Platforms: Mac

License: Freeware Size: 221 KB Download (106): Cocoatron Download

Added: January 23, 2010 | Visits: 885

XML::Filter::Tee XML::Filter::Tee can send SAX events to multiple processor, with switching. SYNOPSIS my $t = XML::Filter::Tee->new( { Handler => $h0 }, { Handler => $h1 }, { Handler => $h2 }, ... ); ## Altering the handlers list: $t->set_handlers( $h0, $h1, $h2, $h3 ); ## Controlling flow to a...


Platforms: *nix

License: Freeware Size: 43.01 KB Download (106): XML::Filter::Tee Download

Added: April 20, 2010 | Visits: 1.045

XML::LibXML::Parser XML::LibXML::Parser is a Perl module to parse XML Data with XML::LibXML. SYNOPSIS $parser = XML::LibXML->new(); $doc = $parser->parse_file( $xmlfilename ); $doc = $parser->parse_fh( $io_fh ); $doc = $parser->parse_string( $xmlstring); $doc = $parser->parse_html_file( $htmlfile, %opts );...


Platforms: *nix

License: Freeware Size: 256 KB Download (106): XML::LibXML::Parser Download

Added: June 05, 2010 | Visits: 1.320

XML From Plain Text XML From Plain Text (xfpt) is a program that reads a file of plain text that contains relatively simple markup, and outputs an XML file. It is intended to simplify the management of XML data. The project is not a program that attempts to turn a plain text document into XML. Markup within text...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (106): XML From Plain Text Download

Added: May 12, 2010 | Visits: 988

XML::DOM::Document XML::DOM::Document is an XML document node in XML::DOM. XML::DOM::Document extends XML::DOM::Node. It is the main root of the XML document structure as returned by XML::DOM::Parser::parse and XML::DOM::Parser::parsefile. Since elements, text nodes, comments, processing instructions, etc....


Platforms: *nix

License: Freeware Size: 112.64 KB Download (106): XML::DOM::Document Download

Added: February 12, 2010 | Visits: 1.121

XML::Parser::Style::Stream XML::Parser::Style::Stream is a Stream style for XML::Parser. SYNOPSIS use XML::Parser; my $p = XML::Parser->new(Style => Stream, Pkg => MySubs); $p->parsefile(foo.xml); { package MySubs; sub StartTag { my ($e, $name) = @_; # do something with start tags } sub EndTag { my ($e,...


Platforms: *nix

License: Freeware Size: 225.28 KB Download (105): XML::Parser::Style::Stream Download

Added: July 08, 2010 | Visits: 886

nmr-relax nmr-relax is designed for the study of the dynamics of proteins or other macromolecules though the analysis of NMR relaxation data. It is a community driven project created by NMR spectroscopists for NMR spectroscopists. It supports exponential curve fitting for the calculation of the R1 and R2...


Platforms: *nix

License: Freeware Size: 4.1 MB Download (105): nmr-relax Download

Added: October 15, 2010 | Visits: 893

XML::SAX::Writer XML::SAX::Writer is a Perl module with SAX2 Writer. SYNOPSIS use XML::SAX::Writer; use XML::SAX::SomeDriver; my $w = XML::SAX::Writer->new; my $d = XML::SAX::SomeDriver->new(Handler => $w); $d->parse(some options...); Why yet another XML Writer ? A new XML Writer was needed to match...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (105): XML::SAX::Writer Download

Added: November 02, 2010 | Visits: 1.025

XML::Atom XML::Atom is an Atom feed and API implementation. SYNOPSIS use XML::Atom; Atom is a syndication, API, and archiving format for weblogs and other data. XML::Atom implements the feed format as well as a client for the API..


Platforms: *nix

License: Freeware Size: 59.39 KB Download (105): XML::Atom Download

Added: January 01, 2010 | Visits: 1.075

4Suite XML 4Suite allows users to take advantage of standard XML technologies rapidly and to develop and integrate Web-based applications. It also puts practical technologies for knowledge management projects in the hands of developers. 4Suite XML project is implemented in Python with C extensions. At the...


Platforms: *nix

License: Freeware Size: 1.6 MB Download (104): 4Suite XML Download

Added: November 02, 2010 | Visits: 864

XML::Code XML::Diff is a Perl module for XML DOM-Tree based Diff & Patch Module. SYNOPSIS my $diff = XML::Diff->new(); # to generate a diffgram of two XML files, use compare. # $old and $new can be filepaths, XML as a string, # XML::LibXML::Document or XML::LibXML::Element objects. # The diffgram...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (104): XML::Code Download

Added: April 17, 2010 | Visits: 954

XML::Mini::Element::DocType XML::Mini::Element::DocType Perl module is used internally to represent < !DOCTYPE bla bla [ ... ] >. You shouldnt need to use it directly, see XML::Mini::Elements docType() method..


Platforms: *nix

License: Freeware Size: 34.82 KB Download (104): XML::Mini::Element::DocType Download

Added: October 21, 2010 | Visits: 1.007

XML::DOM::Node XML::DOM::Node is a super class of all nodes in XML::DOM. XML::DOM::Node is the super class of all nodes in an XML::DOM document. This means that all nodes that subclass XML::DOM::Node also inherit all the methods that XML::DOM::Node implements. GLOBAL VARIABLES @NodeNames The variable...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (104): XML::DOM::Node Download

Added: August 18, 2010 | Visits: 1.319

XML::DOM::Lite::Document Document is a XML DOM Lite Document. SYNOPSIS $root = $doc->documentElement; $node = $doc->getElementById("myid"); # Node creation $element = $doc->createElement("tagname"); $textnode = $doc->createTextNode("some text"); # XPath $nlist = $doc->selectNodes("/xpath/expression"); $node...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (104): XML::DOM::Lite::Document Download

Added: October 11, 2010 | Visits: 1.146

XML::Filter::Dispatcher::Compiler XML::Filter::Dispatcher::Compiler can compile rulesets in to code. SYNOPSIS use XML::Filter::Dispatcher::Compiler qw( xinline ); my $c = XML::Filter::Dispatcher::Compiler->new( ... ) my $code = $c->compile( Package => "My::Filter", Rules => [ a/b/c => xinline q{warn "found a/b/c"}, ],...


Platforms: *nix

License: Freeware Size: 88.06 KB Download (103): XML::Filter::Dispatcher::Compiler Download

Added: June 24, 2010 | Visits: 1.299

XML::SAX::Machine XML::SAX::Machine is a Perl module that can manage a collection of SAX processors. SYNOPSIS ## Note: See XML::SAX::Pipeline and XML::SAX::Machines first, ## this is the gory, detailed interface. use My::SAX::Machines qw( Machine ); use My::SAX::Filter2; use My::SAX::Filter3; my...


Platforms: *nix

License: Freeware Size: 43.01 KB Download (103): XML::SAX::Machine Download

Added: March 07, 2010 | Visits: 1.010

XML Parse Library XML-Parse library is a lightweight set of re-usable functions for general purpose parsing, checking, and creating xml files. It can support stream-oriented, SAX or DOM parsing styles, and includes an optional xsd schema validator and graphical schema generator. It supports all valid XML, and...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (103): XML Parse Library Download

Added: January 13, 2010 | Visits: 764

XML::LibXML::Node XML::LibXML::Node is an abstract base class of XML::LibXML nodes. SYNOPSIS $name = $node->nodeName; $node->setNodeName( $newName ); $bool = $node->isSameNode( $other_node ); $bool = $node->isEqual( $other_node ); $content = $node->nodeValue; $content = $node->textContent; $type =...


Platforms: *nix

License: Freeware Size: 256 KB Download (103): XML::LibXML::Node Download

< 1 2 3 4 5