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

Xml Tile Menu freeware
Filter: All | Freeware | Demo
 

Xml Tile Menu

< 1 2 3 4 5 > 
Added: June 26, 2010 | Visits: 889

XML::Filter::Dispatcher::AsStructHandler XML::Filter::Dispatcher::AsStructHandler Perl module can help you convert SAX stream in to simple, data-oriented structure. SYNOPSIS ## Ordinarily used via the XML::Filter::Dispatchers as_data_struct() ## built-in extension function for XPath This SAX2 handler builds a simple hash from...



Platforms: *nix

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

Added: April 22, 2010 | Visits: 807

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 22, 2010 | Visits: 915

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

XML::ValidWriter XML::ValidWriter is DOCTYPE driven valid XML output. SYNOPSIS ## As a normal perl object: $writer = XML::ValidWriter->new( DOCTYPE => $xml_doc_type, OUTPUT => *FH ) ; $writer->startTag( b1 ) ; $writer->startTag( c2 ) ; $writer->end ; ## Writing to a scalar: $writer =...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (93): XML::ValidWriter Download

Added: August 24, 2010 | Visits: 1.140

C++ xml C++ xml is a C++ library that provides an API for XML document handling. Similar to the JDOM Java interface, a XML document can be parsed, traced and generated by the provided methods. Furthermore, this library is a good example for the usage of the dragon parser generator. Installation:...


Platforms: *nix

License: Freeware Size: 194.56 KB Download (94): C++ xml Download

Added: May 26, 2010 | Visits: 1.664

XML Schema Standard Type Library XML Schema Standard Type Library, in short XSSTL, is a collection of universally-useful data types defined in the W3C XML Schema language. The provided types describe concepts such as email address, IP address, phone number, country code, US states, etc. To make all the types from XSSTL...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (97): XML Schema Standard Type Library Download

Added: August 25, 2010 | Visits: 1.055

iPodDB::Menu::Help iPodDB::Menu::Help is the help menu. SYNOPSIS my $help = iPodDB::Menu::Help->new( $frame ); This is the Help menu portion of the menu bar..


Platforms: *nix

License: Freeware Size: 9.22 KB Download (100): iPodDB::Menu::Help Download

Added: July 03, 2010 | Visits: 1.229

Tile World Tile World is an emulation of the game "Chips Challenge". "Chips Challenge" was originally written for the Atari Lynx by Chuck Sommerville, and was later ported to MS Windows by Microsoft (among other ports). Please note: Tile World is an emulation of the game engine(s) only. It does not come...


Platforms: *nix

License: Freeware Size: 1024 KB Download (119): Tile World Download

Added: March 07, 2010 | Visits: 1.009

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: October 19, 2010 | Visits: 1.026

Kvm (Kde Video Menu) Kvm is a Konqueror service menu which allows to manage your videos without to use a graphical application. Kvm (Kde Video Menu) service menu can be considered as a frontend of ffmpeg. Whats New in This Release: - fix some bugs!. Download KDE-Apps.org Community Portal for KDE Applications...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (115): Kvm (Kde Video Menu) Download

Added: August 15, 2010 | Visits: 1.505

Kim (Kde Image Menu) Kim is a kde service menu which allows to resize, convert, rotate, ( ...) your images without to use a graphical application like Gimp ! Kim (Kde Image Menu) service menu can be considered as a frontend of ImageMagick. Discover now the simplicity of the use of Kim !.


Platforms: *nix

License: Freeware Size: 52.22 KB Download (123): Kim (Kde Image Menu) Download

Added: May 27, 2010 | Visits: 1.425

XML::WMM::ASX XML::WMM::ASX is a very simple OO interface to create Windows Media Metafile ASX. SYNOPSIS use XML::WMM::ASX $asx = new XML::WMM::ASX; This simple module allows you to create ASX file. METHODS The following methods are available: $asx = XML::WMM::ASX->new The constructor returns a...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (164): XML::WMM::ASX Download

Added: May 09, 2010 | Visits: 625

XML::NodeFilter XML::NodeFilter is a generic XML::NodeFilter Class. SYNOPSIS use XML::NodeFilter; my $filter = XML::NodeFilter->new(); $your_iterator->set_filter( $filter ); "Filters are objects that know how to "filter out" nodes. If a NodeIterator or a TreeWalker is given a NodeFilter, it applies the...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (87): XML::NodeFilter Download

Added: February 21, 2010 | Visits: 858

XML::Bare XML::Bare is a minimal XML parser implemented via a C state engine. SYNOPSIS use XML::Bare; my $xml = new XML::Bare( text => Bob ); # Parse the xml into a hash tree my $root = $xml->parse(); # Print the content of the name node print $root->{xml}->{name}->{value}; #...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (88): XML::Bare Download

Added: April 14, 2010 | Visits: 848

Bare XML Bare XML project is a XML parser with all primary parsing done via a simple state engine with about 20 or so different states. A tree structure is created during parsing, with all node names and values linked via pointers directly into the original text buffer. As such, Bare XML is extremely...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (88): Bare XML Download

Added: March 15, 2010 | Visits: 1.269

Emnu, new menu for KDE(proof of concept) Emnu, new menu for KDE(proof of concept) is a proof of concept I finished at aKademy. It is a new menu idea. dnd any files to the startmenu. dnd any desktop files(shortcut) to the startmenu. drop quicklauncher and panel buttons. ..... This is a idea, some codes is toke from baghira...


Platforms: *nix

License: Freeware Size: 68.61 KB Download (100): Emnu, new menu for KDE(proof of concept) Download

Added: February 12, 2010 | Visits: 1.120

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: June 27, 2010 | Visits: 1.043

The Epeios XML preprocessor 0.2.1 The Epeios XML preprocessor (expp in short) is a tool which transforms an XML file to another XML file, by using tags owned by a given namespace (xpp by default, but you can change it). This tags allow to handle macros, to affect value to variables ant to test their values, to include files, ......


Platforms: *nix

License: Freeware Size: 389.12 KB Download (90): The Epeios XML preprocessor 0.2.1 Download

Added: March 21, 2010 | Visits: 1.288

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 (102): CAM::XML Download

Added: March 15, 2010 | Visits: 909

XML::EasySQL::XMLobj::Node XML::EasySQL::XMLobj::Node is a Perl module that contains a Node interface. Derived from a fork of Robert Hansons killer XML::EasyOBJ module, which offers Easy XML object navigation. METHODS makeNewNode( NEW_TAG ) Append a new element node to the current node. Takes the tag name as the...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (87): XML::EasySQL::XMLobj::Node Download

< 1 2 3 4 5 >