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

Xml Dom freeware
Filter: All | Freeware | Demo
 

Xml Dom

< 1 2 3 4 5 > 
Added: November 18, 2010 | Visits: 1.012

XML::Generator::DOM XML::Generator::DOM is an XML::Generator subclass for producing DOM trees instead of strings. SYNOPSIS use XML::Generator::DOM; my $dg = XML::Generator::DOM->new(); my $doc = $dg->xml($dg->xmlcmnt("Test document."), $dg->foo({baz => bam}, 42)); print $doc->toString; yields: < ?xml... Platforms: *nix

License: Freeware Size: 21.5 KB Download (118): XML::Generator::DOM Download

Released: June 12, 2012  |  Added: June 12, 2012 | Visits: 685

Chilkat Xml Parser Component Chilkat XML offers a high-performance alternative to the standard XML DOM for creating, navigating, and manipulating XML documents. The Chilkat XML parser is faster and less memory intensive, and the API is much simpler. There is only one interface, which represents a single node in a parsed XML... Platforms: Windows

License: Freeware Size: 972.8 KB Download (436): Chilkat Xml Parser Component Download

Added: May 10, 2013 | Visits: 541

GSA Simple XML Parser GSA Simple XML Parser is a XML DOM style parser class written in PHP. This class can inport XML data using expat or regex. Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (63): GSA Simple XML Parser Download

Added: May 29, 2013 | Visits: 613

GSA Simple XML Parser for XML Tools GSA Simple XML Parser is a XML DOM style parser class written in PHP. This class can inport XML data using expat or regex. Platforms: PHP

License: Freeware Size: 10 KB Download (40): GSA Simple XML Parser for XML Tools Download

Added: August 20, 2013 | Visits: 362

phpXMLDOM for XML Tools phpXMLDOM (phpXD) is an XML DOM-Implementation for PHP, written in PHP.It offers methods for accessing the nodes of an XML document using the W3C Document Object Model (DOM) Level 2 Core.phpXMLDOM does not require the PHP DOM XML extension. Platforms: PHP

License: Freeware Size: 61.44 KB Download (42): phpXMLDOM for XML Tools Download

Added: July 05, 2010 | Visits: 1.008

Dice3DS Dice3DS project is a set of Python modules for dealing with 3D Studio format files. I have released it under the terms of a BSD-style license. 3D Studio is a 3D graphics modeling and rendering program that saved it images in a rather simple binary file format known as 3DS format. Although 3D... Platforms: *nix

License: Freeware Size: 24.58 KB Download (107): Dice3DS Download

Added: January 25, 2010 | Visits: 463

XMLLib osax XMLLib osax is a Scripting Addition which implements the XML DOM in AppleScript. Features include:opening, validating, closing, saving an XML documentbrowsing an XML tree - parents, children, siblingssearching an XML tree - sending a XPATH requestediting, creating, removing an XML nodesearching... Platforms: Mac

License: Freeware Size: 1.6 MB Download (91): XMLLib osax Download

Added: April 13, 2010 | Visits: 752

XML::Sablotron::DOM XML::Sablotron::DOM is the DOM interface to Sablotrons internal structures. SYNOPSIS use XML::Sablotron::DOM; my $situa = new XML::Sablotron::Situation(); my $doc = new XML::Sablotron::DOM::Document(SITUATION => $sit); my $e = $doc->createElement($situa, "foo"); my $t =... Platforms: *nix

License: Freeware Size: 53.25 KB Download (100): XML::Sablotron::DOM Download

Added: July 22, 2010 | Visits: 919

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

XML::EasySQL::XMLobj XML::EasySQL::XMLobj is a Fork of Robert Hansons killer XML::EasyOBJ module, which offers Easy XML object navigation. SYNOPSIS XML::EasySQL::XMLobj is a fork of Robert Hansons XML::EasyOBJ module. The goal of the fork was to simplify inheritance issues. However, easy inheritance comes at a... Platforms: *nix

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

Added: March 12, 2010 | Visits: 682

XML::EasyOBJ XML::EasyOBJ is an easy XML object navigation. SYNOPSIS # open exisiting file my $doc = new XML::EasyOBJ(my_xml_document.xml); my $doc = new XML::EasyOBJ(-type => file, -param => my_xml_document.xml); # create object from XML string my $doc = new XML::EasyOBJ(-type => string, -param =>... Platforms: *nix

License: Freeware Size: 25.6 KB Download (90): XML::EasyOBJ Download

Added: September 13, 2010 | Visits: 963

XML::Checker XML::Checker is a Perl module for validating XML. SYNOPSIS XML::Checker::Parser - an XML::Parser that validates at parse time XML::DOM::ValParser - an XML::DOM::Parser that validates at parse time (Some of the package names may change! This is only an alpha release...) XML::Checker can be... Platforms: *nix

License: Freeware Size: 33.79 KB Download (101): XML::Checker Download

Added: September 17, 2010 | Visits: 824

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

Added: November 23, 2010 | Visits: 1.355

Template::Plugin::XML Template::Plugin::XML is a XML plugin for the Template Toolkit. SYNOPSIS [% USE XML; dom = XML.dom(foo.xml); xpath = XML.xpath(bar.xml); simple = XML.simple(baz.xml); rss = XML.simple(news.rdf); %] [% USE XML(file=foo.xml); dom = XML.dom xpath = XML.xpath # ...etc... %] [% USE... Platforms: *nix

License: Freeware Size: 26.62 KB Download (107): Template::Plugin::XML Download

Added: March 21, 2010 | Visits: 1.294

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: June 19, 2010 | Visits: 1.051

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 (98): XML::Records Download

Added: September 10, 2010 | Visits: 758

Xerces2 Xerces2 project is the next generation of high performance, fully compliant XML parsers in the Apache Xerces family. This new version of Xerces introduces the Xerces Native Interface (XNI), a complete framework for building parser components and configurations that is extremely modular and easy... Platforms: *nix

License: Freeware Size: 4.4 MB Download (90): Xerces2 Download

Added: October 18, 2010 | Visits: 857

libsgml libsgml is a fast, lightweight state machine SGML parser capable of parsing HTML, XML, and most other markup languages in their most elementary forms. libsgml library natively supports parsing HTML and XML documents into a tree format (DOM). All other markup languages may be parsed via a system... Platforms: *nix

License: Freeware Size: 102.4 KB Download (102): libsgml Download

Released: June 24, 2023  |  Added: July 17, 2023 | Visits: 179

Miraplacid Binary and Text DOM SDK Miraplacid Binary and Text DOM SDK represents two complementary technologies - BinaryDOM and TextDOM. This is redistributable software library component (dll) which works on .Net platform accompanied with documentation, data files and examples. Miraplacid Binary Document Object Model (Binary... Platforms: Windows, *nix, Windows 7, Windows Server, Other

License: Freeware Size: 548 KB Download (33): Miraplacid Binary and Text DOM SDK Download

Added: April 04, 2010 | Visits: 1.014

ebXML::Message ebXML::Message is a Perl module to encapsulate an ebMS message. SYNOPSIS use ebXML::Message; # create new message my $message = ebXML::Message->new ( CPAId => http://www.you.org/cpa/123456, Action => NewPurchaseOrder, MessageId => 12, RefMessageToId => 11, Service =>... Platforms: *nix

License: Freeware Size: 14.34 KB Download (100): ebXML::Message Download

< 1 2 3 4 5 >