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

Sax freeware
Filter: All | Freeware | Demo
 

Sax

< 1 2 3 4 5 > 
Added: July 01, 2010 | Visits: 986

XML::Filter::Sort XML::Filter::Sort is a SAX filter for sorting elements in XML. SYNOPSIS use XML::Filter::Sort; use XML::SAX::Machines qw( :all ); my $sorter = XML::Filter::Sort->new( Record => person, Keys => [ [ lastname, alpha, asc ], [ firstname, alpha, asc ], [ @age, num, desc] ], ); my...



Platforms: *nix

License: Freeware Size: 25.6 KB Download (109): XML::Filter::Sort Download

Added: February 19, 2010 | Visits: 734

XML::SAX2Perl XML::SAX2Perl is a Perl module to translate Perl SAX methods to Java/CORBA style methods. SYNOPSIS use XML::Perl2SAX; $perl2sax = XML::Perl2SAX(handler => $java_style_handler); XML::Perl2SAX is a SAX filter that translates Perl style SAX methods to Java/CORBA style method calls. This...





Platforms: *nix

License: Freeware Size: 64.51 KB Download (93): XML::SAX2Perl Download

Added: February 01, 2010 | Visits: 1.002

Data::DPath::Builder Data::DPath::Builder is a SAX handler for building an XPath tree. SYNOPSIS use AnySAXParser; use Data::DPath::Builder; $builder = Data::DPath::Builder->new(); $parser = AnySAXParser->new( Handler => $builder ); $root_node = $parser->parse( Source => [SOURCE] ); Data::DPath::Builder is...


Platforms: *nix

License: Freeware Size: 32.77 KB Download (95): Data::DPath::Builder Download

Added: July 20, 2010 | Visits: 1.174

XML::XPath::Builder XML::XPath::Builder is a SAX handler for building an XPath tree. SYNOPSIS use AnySAXParser; use XML::XPath::Builder; $builder = XML::XPath::Builder->new(); $parser = AnySAXParser->new( Handler => $builder ); $root_node = $parser->parse( Source => [SOURCE] ); XML::XPath::Builder is a...


Platforms: *nix

License: Freeware Size: 39.94 KB Download (118): XML::XPath::Builder Download

Added: November 15, 2010 | Visits: 978

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: July 10, 2010 | Visits: 1.053

XML::Handler::YAWriter XML::Handler::YAWriter is a yet another Perl SAX XML Writer. SYNOPSIS use XML::Handler::YAWriter; my $ya = new XML::Handler::YAWriter( %options ); my $perlsax = new XML::Parser::PerlSAX( Handler => $ya ); YAWriter implements Yet Another XML::Handler::Writer. The reasons for this one are...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (168): XML::Handler::YAWriter Download

Added: January 17, 2010 | Visits: 1.061

XML::Handler::HTMLWriter XML::Handler::HTMLWriter is a SAX Handler for writing HTML 4.0. SYNOPSIS use XML::Handler::HTMLWriter; use XML::SAX; my $writer = XML::Handler::HTMLWriter->new(...); my $parser = XML::SAX::ParserFactory->parser(Handler => $writer); ... This module is based on the rules for outputting...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (140): XML::Handler::HTMLWriter Download

Added: August 23, 2010 | Visits: 1.031

PXR::Parser PXR::Parser is a Pure Perl SAX XML Push Parser. SYNOPSIS use PXR::Parser; my $parser = PXR::Parser->new( Handlers => { startDocument => &start_doc, endDocument => &end_doc, startElement => &start_element, endElement => &end_element, characters => &characters, } );...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (105): PXR::Parser Download

Added: July 19, 2010 | Visits: 695

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: June 04, 2010 | Visits: 761

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: May 10, 2013 | Visits: 263

Count tags in a document This script is an example SAX application and can be used as the basis for any SAX application. It is somewhat useful in and of itself when you want to get a sense of the frequency of occurance of particular elements in XML.


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

License: Freeware Download (55): Count tags in a document Download

Added: January 18, 2010 | Visits: 1.281

EDIReader EDIReader is a Java package for parsing business documents structured according to EDI (Electronic Data Interchange) standards. It supports the SAX and JAXP interfaces defined for XML, making it suitable for use in any XML-based system that allows the configuration of a custom SAX parser....


Platforms: *nix

License: Freeware Size: 675.84 KB Download (143): EDIReader Download

Added: August 10, 2010 | Visits: 865

XML::Essex::Event XML::Essex::Event is a base event class, also used for unknown event types. Stringifies as $event->type . "()" to indicate an event that has no natural way to represented in XML, or for ones that havent been handled yet in Essex. Methods new XML::Event->new( a => 1, b => 2 );...


Platforms: *nix

License: Freeware Size: 43.01 KB Download (95): XML::Essex::Event Download

Added: April 11, 2010 | Visits: 1.055

XML::Filter::DocSplitter XML::Filter::DocSplitter does multipass processing of documents. SYNOPSIS ## See XML::SAX::???? for an easier way to use this filter. use XML::SAX::Machines qw( Machine ) ; my $m = Machine( [ Intake => "XML::Filter::DocSplitter" => qw( Filter ) ], [ Filter => "My::Filter" => qw( Merger...


Platforms: *nix

License: Freeware Size: 43.01 KB Download (96): XML::Filter::DocSplitter Download

Added: July 22, 2010 | Visits: 912

XML::Filter::Dispatcher XML::Filter::Dispatcher is a path based event dispatching with DOM support. SYNOPSIS use XML::Filter::Dispatcher qw( :all ); my $f = XML::Filter::Dispatcher->new( Rules => [ foo => &handle_foo_start_tag, @bar => &handle_bar_attr, ## Send any elts and their contents to $handler...


Platforms: *nix

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

Added: February 09, 2010 | Visits: 896

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: September 10, 2010 | Visits: 882

WAP::SAXDriver::wbxml WAP::SAXDriver::wbxml is a Perl module with SAX parser for WBXML file. SYNOPSIS use WAP::SAXDriver::wbxml; $parser = WAP::SAXDriver::wbxml->new( [OPTIONS] ); $result = $parser->parse( [OPTIONS] ); WAP::SAXDriver::wbxml is a SAX2 driver, and it inherits of XML::SAX::Base. This man page...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (120): WAP::SAXDriver::wbxml Download

Added: June 11, 2010 | Visits: 903

XML::Filter::Sort::BufferMgr XML::Filter::Sort::BufferMgr is a Perl implementation class used by XML::Filter::Sort. The documentation is targetted at developers wishing to extend or replace this class. For user documentation, see XML::Filter::Sort. Two classes are used to implement buffering records and spooling them...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (94): XML::Filter::Sort::BufferMgr Download

Added: June 06, 2010 | Visits: 1.221

SVG::Parser SVG::Parser is a Perl module with XML Parser for SVG documents. SYNOPSIS #!/usr/bin/perl -w use strict; use SVG::Parser; die "Usage: $0 n" unless @ARGV; my $xml; { local $/=undef; $xml=<>; } my $parser=new SVG::Parser(-debug => 1); my $svg=$parser->parse($xml); print...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (146): SVG::Parser Download

Added: September 05, 2010 | Visits: 826

GooeySAX GooeySAX is a cross-platform tool that wraps an underlying SAX parser (Apache Xerces, to be exact) in a Java Swing interface. You can use GooeySAX to parse XML documents on your local file system or across the network to determine their Well-Formedness. With the optional Validity setting...


Platforms: *nix

License: Freeware Download (94): GooeySAX Download

< 1 2 3 4 5 >