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

Tree Js Xml freeware
Filter: All | Freeware | Demo
 

Tree Js Xml

1 2 3 4 5 > 
Added: April 11, 2010 | Visits: 734

XML::SimpleObject XML::SimpleObject is a Perl extension allowing a simple object representation of a parsed XML::Parser tree. SYNOPSIS use XML::SimpleObject; # Construct with the key/value pairs as argument; this will create its # own XML::Parser object. my $xmlobj = new XML::SimpleObject(XML => $XML,...



Platforms: *nix

License: Freeware Size: 11.26 KB Download (93): XML::SimpleObject Download

Added: April 11, 2010 | Visits: 949

XML::Handler::Trees XML::Handler::Trees is a PerlSAX handlers for building tree structures. SYNOPSIS use XML::Handler::Trees; use XML::Parser::PerlSAX; my $p=XML::Parser::PerlSAX->new(); my $h=XML::Handler::Tree->new(); my $tree=$p->parse(Handler=>$h,Source=>{SystemId=>file.xml}); my...





Platforms: *nix

License: Freeware Size: 7.17 KB Download (100): XML::Handler::Trees Download

Added: March 23, 2010 | Visits: 871

Polymorphic XML Parser Polymorphic XML Parser is a validating XML parser for the programming language Objective Caml. In October, 1999, I started writing a validating XML parser for OCaml; the first published versions have been called "Markup" (simply because the package name was "markup"). After this parser had some...


Platforms: *nix

License: Freeware Size: 614.4 KB Download (91): Polymorphic XML Parser Download

Released: August 02, 2008  |  Added: April 01, 2009 | Visits: 2.067

Desktop ErgoNotes If you want to keep all your information in one file with open structure you're welcome to try ErgoNotes for Desktop. It allows to store different data in one XML file organizing it in a tree structure. You can choose one of more than 250 icons to describe the meaning of nodes in your tree....


Platforms: Windows

License: Freeware Size: 768.26 KB Download (233): Desktop ErgoNotes Download

Added: September 26, 2010 | Visits: 956

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: August 21, 2013 | Visits: 396

XML::TreePuller XML::TreePuller is a Perl module that implements a tree oriented XML pull processor providing fast and convenient unmarshalling of extremely large XML documents serially. Unmarshalling means the module is intended to turn the XML document into datastructures, not transform it. Tree oriented...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (40): XML::TreePuller Download

Released: June 21, 2012  |  Added: June 21, 2012 | Visits: 493

XSL-FO Wysiwyg MiniScribus XSL-FO Formatting markup WYSIWYG editor & PDF tree BookMark. XML document which is most often used as PDFs or RTF generator. It can read and edit 95% from Apache fop sample. Export to fo,pdf,rtf,tif fax, page, Import fo,html,page,odt OpenOffice 1-2


Platforms: Windows, Mac, BSD, Linux

License: Freeware Size: 8.32 MB Download (63): XSL-FO Wysiwyg MiniScribus Download

Released: August 19, 2012  |  Added: August 19, 2012 | Visits: 543

QuTags - Easy PHP Style AJAX PHP & C Module with AJAX for PHP, but no JAX. You don't even have to know what AJAX or JavaScript is about. QuTags requires no knowledge of JS/XML or AJAX; just PHP is enough. Simply, QuTags maximize application performance and minimize development time


Platforms: Windows, Mac, Linux

License: Freeware Size: 7.91 KB Download (48): QuTags - Easy PHP Style AJAX Download

Added: June 12, 2010 | Visits: 1.236

XML Tree Object Model Parser XML Tree Object Model Parser is an easy to use XML parser designed to provide an easy and simple to use library for parsing XML configuration files. It is split into two components. The first one is the Parser itself, which uses J2SE 1.4 XML Parsing API, and the second one is what I call XML...


Platforms: *nix

License: Freeware Size: 61.44 KB Download (110): XML Tree Object Model Parser Download

Added: January 25, 2010 | Visits: 971

XML::Parser::EasyTree XML::Parser::EasyTree is an easier tree style for XML::Parser. SYNOPSIS use XML::Parser; use XML::Parser::EasyTree; $XML::Parser::Easytree::Noempty=1; my $p=new XML::Parser(Style=>EasyTree); my $tree=$p->parsefile(something.xml); XML::Parser::EasyTree adds a new "built-in" style called...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (96): XML::Parser::EasyTree Download

Added: August 27, 2010 | Visits: 813

Tree::Simple::SAX Tree::Simple::SAX is a set of classes for using Tree::Simple with XML. SYNOPSIS use Tree::Simple::SAX; use XML::SAX::ParserFactory; my $handler = Tree::Simple::SAX::Handler->new(Tree::Simple->new()); my $p = XML::SAX::ParserFactory->parser(Handler => $handler); $p->parse_string(...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (94): Tree::Simple::SAX Download

Added: September 17, 2010 | Visits: 819

XML::XQL XML::XQL is a perl module for querying XML tree structures with XQL. SYNOPSIS use XML::XQL; use XML::XQL::DOM; $parser = new XML::DOM::Parser; $doc = $parser->parsefile ("file.xml"); # Return all elements with tagName=title under the root element book $query = new XML::XQL::Query (Expr...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (99): XML::XQL Download

Released: June 24, 2012  |  Added: June 24, 2012 | Visits: 808

XML Based Tree Menu This project is about Editable XML based Tree Menu with its XML Database Editor. This project is user-friendly, easy-to-use, easy-to-edit, fast and flexible. Mainly, the user be able to easily navigate a site with potentially hundreds of links.


Platforms: Windows, Mac, Linux

License: Freeware Size: 22.93 KB Download (69): XML Based Tree Menu Download

Added: August 29, 2013 | Visits: 461

XML Tree Notes XML Tree Notes is a simple application that manages text notes attached to a tree structure (inside an XML document)


Platforms: *nix

License: Freeware Size: 133.12 KB Download (41): XML Tree Notes Download

Added: November 02, 2010 | Visits: 860

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 14, 2010 | Visits: 983

XML::Diff 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 (128): XML::Diff Download

Added: July 20, 2010 | Visits: 1.175

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 05, 2010 | Visits: 812

Tree::XPathEngine Tree::XPathEngine is a re-usable XPath engine. This module provides an XPath engine, that can be re-used by other module/classes that implement trees. It is designed to be compatible with Class::XPath, ie it passes its tests if you replace Class::XPath by Tree::XPathEngine. This code is a...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (95): Tree::XPathEngine Download

Added: January 26, 2010 | Visits: 966

XML::Mini::Node XML::Mini::Node contains nodes that are used as atomic containers for numerical and text data and act as leaves in the XML tree. They have no name or children. They always exist as children of XML::MiniElements. For example, < B >this text is bold< /B > Would be represented as a...


Platforms: *nix

License: Freeware Size: 348.16 KB Download (99): XML::Mini::Node Download

Added: May 10, 2013 | Visits: 638

Rename subdirectories of a directory tree I needed to write a sed/awk Python equivalent for walking into a directory tree and renaming certain subdirectories, while also looking into all xml files on the way and replacing/modifying certain strings in those files.It would be nicer if someone could suggest an enhanced re.sub(regex,...


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

License: Freeware Download (54): Rename subdirectories of a directory tree Download

1 2 3 4 5 >