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 49.594.979 Times

Sax freeware
Filter: All | Freeware | Demo
 

Sax

< 1 2 3 4 5 > 
Added: August 18, 2010 | Visits: 877

DomSax DomSax is an implementation of a XML-parser based on the standard Document Object Model principle (and suns implementation), combining it with the flexibility and possibility of low memory consumption of the SAX-parser (also suns implementation). Based on the fact that most XML-documents...



Platforms: *nix

License: Freeware Size: 18.43 KB Download (89): DomSax Download

Added: November 24, 2010 | Visits: 1.426

XML::Validator::Schema XML::Validator::Schema is a Perl module to validate XML against a subset of W3C XML Schema. SYNOPSIS use XML::SAX::ParserFactory; use XML::Validator::Schema; # # create a new validator object, using foo.xsd # $validator = XML::Validator::Schema->new(file => foo.xsd); # # create a SAX...





Platforms: *nix

License: Freeware Size: 53.25 KB Download (122): XML::Validator::Schema Download

Released: August 07, 2012  |  Added: August 07, 2012 | Visits: 527

Expat Objective-C Bindings A small Objective-C library which provides a SAX-like object-oriented interface to the Expat XML parser library.


Platforms: Windows, Mac, Linux

License: Freeware Size: 31.94 KB Download (50): Expat Objective-C Bindings Download

Released: November 07, 2012  |  Added: November 07, 2012 | Visits: 443

Interfaces between XML & Python objects Language-independent interfaces like DOM, SAX and XSLT are not particularly 'Pythonic'. Several tools are contained in this 'XML2Python Interfaces' project that provide more natural ways of translating between XML and Python objects.


Platforms: Windows, Mac, Linux

License: Freeware Size: 12.3 KB Download (46): Interfaces between XML & Python objects Download

Released: September 01, 2012  |  Added: September 01, 2012 | Visits: 266

Loaded XML A small XML library that uses SAX to parse incoming data and build Java POJO's based on the content. Configuration consists of a single call to map each top-level XML element to a Java POJO. Also, supports basic POJO -> XML serialization.


Platforms: Mac, Linux

License: Freeware Size: 34.5 KB Download (47): Loaded XML Download

Released: June 16, 2012  |  Added: June 16, 2012 | Visits: 550

S-exp-based XML parsing/query/conversion Functional XML parsing framework: SAX/DOM and SXML parsers withsupport for XML Namespaces and validation. Related to SSAX are SXPathqueries and SXML transformations, with applications to XML/HTMLauthoring and literate Scheme and XML programming.


Platforms: Windows, Mac, Linux

License: Freeware Size: 531.74 KB Download (48): S-exp-based XML parsing/query/conversion Download

Released: October 27, 2012  |  Added: October 27, 2012 | Visits: 462

VTD-XML: The Future of XML Processing VTD-XML is the next generation XML parser/indexer/editor/slicer/assembler/xpath-engine that goes beyond DOM, SAX and PULL in performance, memory usage, and ease of use.


Platforms: Windows, Mac, Linux

License: Freeware Size: 1.19 MB Download (54): VTD-XML: The Future of XML Processing Download

Added: May 10, 2013 | Visits: 358

XML_HTMLSax XML_HTMLSax is a SAX based XML parser for badly formed XML documents, such as HTML. PEAR::XML_HTMLSax provides an API very similar to the native PHP XML extension, allowing handlers using one to be easily adapted to the other. The key difference is HTMLSax will not break on badly formed XML,...


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (48): XML_HTMLSax Download

Added: August 10, 2013 | Visits: 482

Apache Xerces C++ XML Parser Xerces-C++ is a validating XML parser written in a portable subset of C++. Xerces-C++ makes it easy to give your application the ability to read and write XML data. A shared library is provided for parsing, generating, manipulating, and validating XML documents using the DOM, SAX, and SAX2 APIs....


Platforms: C and C plus plus

License: Freeware Size: 7.1 MB Download (47): Apache Xerces C++ XML Parser Download

Added: August 21, 2008 | Visits: 2.410

2008 Free Fine Art Calendar A high resolution JPG, PDF or Excel 2008 Fine Art Calendar, download and print it or you can use each month's page as your wallpaper. Most of the originals and all prints are still available for purchase, Calendar includes:- Title Header: The Intensity of Flamenco; January: Last Tango in Paris;...


Platforms: Windows

License: Freeware Size: 707 KB Download (120): 2008 Free Fine Art Calendar Download

Added: January 18, 2010 | Visits: 1.541

XML::Generator::vCard::RDF XML::Generator::vCard::RDF is a Perl module that can generate RDF/XML SAX2 events for vCard 3.0 SYNOPSIS use XML::SAX::Writer; use XML::Generator::vCard::RDF; my $writer = XML::SAX::Writer->new(); my $driver = XML::Generator::vCard::RDF->new(Handler=>$writer);...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (173): XML::Generator::vCard::RDF Download

Added: January 18, 2010 | Visits: 2.271

XML::Generator::vCard XML::Generator::vCard is a Perl module that can generate SAX2 events for vCard 3.0 SYNOPSIS use XML::SAX::Writer; use XML::Generator::vCard; my $writer = XML::SAX::Writer->new(); my $driver = XML::Generator::vCard->new(Handler=>$writer); $driver->parse_files("test.vcf"); Generate SAX2...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (416): XML::Generator::vCard Download

Added: January 18, 2010 | Visits: 930

XML::DocStats XML::DocStats is a Perl module to produce a simple analysis of an XML document. SYNOPSIS Analyze the xml document on STDIN, the STDOUT output format is html: use XML::DocStats; my $parse = XML::DocStats->new; $parse->analyze; Analyze in-memory xml document: use XML::DocStats; my...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (87): XML::DocStats Download

Added: June 20, 2010 | Visits: 1.132

XML::Descent XML::Descent is a Perl module for recursive descent XML parsing. SYNOPSIS use XML::Descent; # Create parser my $p = XML::Descent->new({ Input => $xml }); # Setup handlers $p->on(folder => sub { my ($elem, $attr) = @_; $p->on(url => sub { my ($elem, $attr) = @_; my $link = { name...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (93): XML::Descent Download

Added: October 11, 2010 | Visits: 1.134

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 (97): XML::Filter::Dispatcher::Compiler Download

Added: April 22, 2010 | Visits: 803

XML::Filter::DataIndenter XML::Filter::DataIndenter is a SAX2 Indenter for data oriented XML. SYNOPSIS use XML::Filter::DataIndenter; use XML::SAX::Machines qw( Pipeline ); Pipeline( XML::Filter::DataIndenter => *STDOUT ); ALPHA CODE ALERT: This is the first release. Feedback and patches welcome. In data...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (88): XML::Filter::DataIndenter Download

Added: March 07, 2010 | Visits: 999

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 (97): XML Parse Library Download

Added: November 14, 2010 | Visits: 744

Data::Stag::HashDB Data::Stag::HashDB is a perl used for building indexes over Stag files or objects. SYNOPSIS # parsing a file into a hash my $hdb = Data::Stag::HashDB->new; $hdb->unique_key("ss_details/social_security_no"); $hdb->record_type("person"); my $obj = {}; $hdb->index_hash($obj);...


Platforms: *nix

License: Freeware Size: 440.32 KB Download (123): Data::Stag::HashDB Download

Added: March 21, 2010 | Visits: 1.281

CAM::XML CAM::XML is an encapsulation of a simple XML data structure. SYNOPSIS my $pollTag = CAM::XML->new(poll); foreach my $q (@questions) { my $questionTag = CAM::XML->new(question); $questionTag->add(-text => $q->{text}); my $choicesTag = CAM::XML->new(choices); foreach my $c...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (101): CAM::XML Download

Added: June 19, 2010 | Visits: 1.043

XML::Records XML::Records is a Perl module for perlish record-oriented interface to XML. SYNOPSIS use XML::Records; my $p=XML::Records->new(data.lst); $p->set_records(credit,debit); my ($t,$r) while ( (($t,$r)=$p->get_record()) && $t) { my $amt=$r->{Amount}; if ($t eq debit) { ... } }...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (92): XML::Records Download

< 1 2 3 4 5 >