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

Sax freeware
Filter: All | Freeware | Demo
 

Sax

< 1 2 3 4 5 > 
Added: September 26, 2010 | Visits: 961

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: October 21, 2010 | Visits: 863

HTTP::OAI::Repository HTTP::OAI::Repository is a documentation for building an OAI compliant repository using OAI-PERL. Using the OAI-PERL library in a repository context requires the user to build the OAI responses to be sent to OAI harvesters. SYNOPSIS use HTTP::OAI::Harvester; use...





Platforms: *nix

License: Freeware Size: 36.86 KB Download (92): HTTP::OAI::Repository Download

Added: May 02, 2010 | Visits: 1.139

libglade libglade library allows you to load glade interface files in a program at runtime. It doesnt require GLADE to be used, but GLADE is by far the easiest way to create the interface files. For an idea of how to use the library, see test-libglade.c and glade/glade-xml.h. To compile, you will need...


Platforms: *nix

License: Freeware Size: 419.84 KB Download (92): libglade Download

Added: April 16, 2010 | Visits: 976

CSS::SAC CSS::SAC Perl module is a SAC CSS parser. SYNOPSIS use CSS::SAC qw(); use My::SACHandler (); use My::SACErrors (); my $doc_handler = My::SACHandler->new; my $err_handler = My::SACErrors->new; my $sac = CSS::SAC->new({ DocumentHandler => $doc_handler, ErrorHandler => $err_handler, });...


Platforms: *nix

License: Freeware Size: 37.89 KB Download (91): CSS::SAC Download

Added: October 23, 2010 | Visits: 742

XML::SAX::ByRecord XML::SAX::ByRecord can record oriented processing of (data) documents. SYNOPSIS use XML::SAX::Machines qw( ByRecord ) ; my $m = ByRecord( "My::RecordFilter1", "My::RecordFilter2", ... { Handler => $h, ## optional } ); $m->parse_uri( "foo.xml" ); XML::SAX::ByRecord is a SAX...


Platforms: *nix

License: Freeware Size: 43.01 KB Download (89): XML::SAX::ByRecord Download

Added: July 19, 2010 | Visits: 697

XML::Filter::DOMFilter::LibXML XML::Filter::DOMFilter::LibXML is a SAX Filter allowing DOM processing of selected subtrees. SYNOPSIS use XML::LibXML; use XML::Filter::DOMFilter::LibXML; my $filter = XML::Filter::DOMFilter::LibXML->new( Handler => $handler, XPathContext => XML::LibXML::XPathContext->new(), Process =>...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (89): XML::Filter::DOMFilter::LibXML Download

Added: August 18, 2010 | Visits: 894

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: January 25, 2010 | Visits: 573

XML Tools XML Tools AppleScript Scripting Addition allows AppleScript to parse and generate XML data. XML Tools's parsing can generate a complete DOM-like structure or it can operate in a SAX-like event handling mode.


Platforms: Mac

License: Freeware Download (89): XML Tools Download

Added: August 15, 2010 | Visits: 753

Pod::SAX Pod::SAX is a SAX parser for Pod. SYNOPSIS my $h = XML::SAX::Writer->new(); my $p = Pod::SAX->new( Handler => $h ); $p->parse_uri(perlpodspec.pod); Very simply, this module parses POD (or perl) files and turns the Plain Old Documentation into SAX events (which often youll use to turn into...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (88): Pod::SAX Download

Added: June 04, 2010 | Visits: 763

ShaniXmlParser ShaniXmlParser is an XML/HTML DOM/SAX parser that can be validating. It can parse badly formed XML files. ShaniXmlParser can parse files with inverted tags and bad escaped &,< and >. ShaniXmlParser expands all HTML entities. ShaniXmlParser is well suited to parse HTML files. It is up to 3...


Platforms: *nix

License: Freeware Size: 2 MB Download (88): ShaniXmlParser Download

Added: February 09, 2010 | Visits: 901

ServingXML ServingXML is a markup language for expressing XML pipelines, and an extensible Java framework for defining the elements of the language. ServingXML currently comes with a console app, and also documents an API for imbedding the software in a standard Java or J2EE application. ServingXML...


Platforms: *nix

License: Freeware Size: 10 MB Download (88): ServingXML Download

Added: January 18, 2010 | Visits: 940

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 (88): XML::DocStats Download

Added: April 22, 2010 | Visits: 809

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: July 20, 2010 | Visits: 781

Simple XML Framework Simple is an XML serialization framework for Java. Simple XML Framework goal is to provide an XML framework that enables rapid development of XML configuration and communication systems. This framework aids the development of XML systems with minimal effort and reduced errors. The framework...


Platforms: *nix

License: Freeware Size: 79.87 KB Download (88): Simple XML Framework Download

Added: May 24, 2010 | Visits: 766

xmlenc xmlenc provides a light-weight XML output library for Java. It fills the gap between a light-weight parser like SAX, and a heavy-weight XML output library, like JDOM.. XINS, Open Source Web Services Framework


Platforms: *nix

License: Freeware Size: 102.4 KB Download (87): xmlenc Download

Added: October 05, 2010 | Visits: 736

libxml++ Libxml++ is a C++ wrapper for the libxml XML parser library. It has SAX and DOM-like APIs, but does not attempt to conform exactly to the DOM specifications because they are not aimed at C++. Its API is much simpler than the underlying libxml C API. The GNOME 2.12 Desktop is the latest...


Platforms: *nix

License: Freeware Size: 931.84 KB Download (87): libxml++ Download

Added: May 10, 2013 | Visits: 342

XML Check This class implements methods to check if a URL or file is well-formed XML. If not the class supplies methods to return the error message, line number and column number. If the source is well-formed the class provides methods to return the number of elements, attributes, text_sections, size of...


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

License: Freeware Download (65): XML Check Download

Released: June 09, 2012  |  Added: June 09, 2012 | Visits: 409

Kabeja Kabeja is a java library for parsing DXF and converting to SVG (dxf2svg). The library supports the SAX-api and can integrated into other applications (Cocoon,Batik). Tools for converting svg to jpeg, tiff, png and pdf are included .


Platforms: Windows, Mac, Linux

License: Freeware Size: 6.04 MB Download (61): Kabeja Download

Released: December 24, 2012  |  Added: December 24, 2012 | Visits: 318

SAX for .NET SAX for .NET is a C# port of the original Java based SAX API specifications. When compiled into a .NET assembly it becomes available to the other .NET languages as well.


Platforms: Windows, Mac, Linux

License: Freeware Size: 4 MB Download (60): SAX for .NET Download

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

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 (60): VTD-XML: The Future of XML Processing Download

< 1 2 3 4 5 >