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

Xml Comments Element software
Filter: All | Freeware | Demo
 

Xml Comments Element

< 1 2 3 4 5 > 
Added: March 02, 2010 | Visits: 827

XML::DOM XML::DOM is a perl module for building DOM Level 1 compliant document structures. SYNOPSIS use XML::DOM; my $parser = new XML::DOM::Parser; my $doc = $parser->parsefile ("file.xml"); # print all HREF attributes of all CODEBASE elements my $nodes = $doc->getElementsByTagName...



Platforms: *nix

License: Freeware Size: 143.36 KB Download (97): XML::DOM Download

Added: May 12, 2010 | Visits: 988

XML::DOM::Document XML::DOM::Document is an XML document node in XML::DOM. XML::DOM::Document extends XML::DOM::Node. It is the main root of the XML document structure as returned by XML::DOM::Parser::parse and XML::DOM::Parser::parsefile. Since elements, text nodes, comments, processing instructions, etc....





Platforms: *nix

License: Freeware Size: 112.64 KB Download (106): XML::DOM::Document Download

Added: May 02, 2010 | Visits: 711

XML::DOM::Text XML::DOM::Text is a piece of XML text in XML::DOM. XML::DOM::Text extends XML::DOM::CharacterData, which extends XML::DOM::Node. The Text interface represents the textual content (termed character data in XML) of an Element or Attr. If there is no markup inside an elements content, the text...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (100): XML::DOM::Text Download

Added: August 25, 2013 | Visits: 534

Mini-XML for XML Tools Mini-XML is a small XML parsing library that you can use it to read XML and XML-like data files in your application without requiring large non-standard libraries. Mini-XML only requires an ANSI C compatible compiler (GCC works, as do most vendors' ANSI C compilers) and a 'make' program.Mini-XML...


Platforms: C and C plus plus

License: Freeware Size: 204.8 KB Download (43): Mini-XML for XML Tools Download

Added: August 21, 2013 | Visits: 399

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: September 10, 2002  |  Added: August 17, 2006 | Visits: 3.209

oXygen XML Editor oXygen is a Java-based XML editor with support for XML, XSL, TXT, XSD and DTD documents. oXygen XML editor shows that Java should be the base of an XML editor; this can be proved by the development dynamics of Oxygen and by the availability on many platforms. It has Unicode support and the...


Platforms: Windows, *nix

License: Shareware Cost: $65.00 USD Size: 20.51 MB Download (470): oXygen XML Editor Download

Added: October 05, 2006 | Visits: 4.077

XmlShell - The Ultimate Lightweight XML Editor XmlShell, the ultimate lightweight XML editor, is a Windows-based XML editor. It's fast, powerful, flexible, and intuitive. Main features: 1. True side-by-side XML tree structural view and table/editor/browser views: You can make changes in the XML tree view and immediately see your changes...


Platforms: Windows

License: Shareware Cost: $35.00 USD Size: 846 KB Download (157): XmlShell - The Ultimate Lightweight XML Editor Download

Released: July 02, 2007  |  Added: September 17, 2007 | Visits: 5.466

Exult XML Conversion Wizard Converts XML to MS Excel(XLS files), MS Access Database(MDB), Comma Separated Values(CSV), HTML and Text. Easily handles large and complex XML files without large memory requirements. Elements and Attributes in XML are automatically mapped to tables and columns. Builds relationships between...


Platforms: Windows

License: Shareware Cost: $105.00 USD Size: 2.15 MB Download (352): Exult XML Conversion Wizard Download

Released: May 20, 2014  |  Added: June 05, 2014 | Visits: 3.585

oXygen XML Author Oxygen XML Author is a cross platform Visual XML Editor. Supports visual XML editing driven by CSS stylesheets with specializations for DITA, DocBook 4 and 5, TEI P4 and P5, XHTML. This support includes document templates for easily creating new XML instances, CSS for WYSIWYG like editing,...


Platforms: Windows, Mac, *nix, Windows 7, Java

License: Shareware Cost: $423.00 USD Size: 123.6 MB Download (1322): oXygen XML Author Download

Released: December 17, 2009  |  Added: December 26, 2009 | Visits: 1.611

oXygen XML Diff Oxygen XML Diff is a complete solution for comparing and merging XML files. It offers both directory and file comparison, six different diff algorithms and multiple levels of comparison. The comparison is also performed inside ZIP-based archives (ZIP, JAR, ODF, OOXML). The diff solution includes...


Platforms: Windows, Mac, *nix, Java,Other

License: Shareware Cost: $59.00 USD Size: 33.07 MB Download (792): oXygen XML Diff Download

Added: June 20, 2010 | Visits: 1.141

XML::Descent XML::Descent is a Perl module for recursive descent XML parsing. SYNOPSIS use XML::Descent; # Create parser my $p = XML::Descent->new({ Input => $xml }); # Setup handlers $p->on(folder => sub { my ($elem, $attr) = @_; $p->on(url => sub { my ($elem, $attr) = @_; my $link = { name...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (93): XML::Descent Download

Added: September 24, 2010 | Visits: 977

Template::Plugin::XML::DOM Template::Plugin::XML::DOM is a plugin interface to XML::DOM. SYNOPSIS # load plugin [% USE dom = XML.DOM %] # also provide XML::Parser options [% USE dom = XML.DOM(ProtocolEncoding = ISO-8859-1) %] # parse an XML file [% doc = dom.parse(filename) %] [% doc = dom.parse(file =...


Platforms: *nix

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

Added: April 23, 2010 | Visits: 817

XML::Literal XML::Literal is a Perl module with syntax support for XML literals. SYNOPSIS # This is not a source filter: it just augments glob(). use XML::Simple; use XML::Literal &XMLin; # Simple element my $xml1 = < hr/ >; # With variable interpolation my $xml2 = < input value=$ARGV[0] / >; #...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (94): XML::Literal Download

Added: April 11, 2010 | Visits: 1.058

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

Added: October 18, 2010 | Visits: 860

XML::EasySQL XML::EasySQL is a two-way SQL/XML base class for Perl. SYNOPSIS ... # fetch a database row as hash ref my $data = $db->selectrow_hashref(select * from users where id = 2); # init the new EasySQL data object my $data_object = EasySqlChildClass->new({data=>$data}); # get the root XML...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (89): XML::EasySQL Download

Added: August 19, 2010 | Visits: 699

XML::SimpleObject::LibXML XML::SimpleObject::LibXML is a Perl extension allowing a simple(r) object representation of an XML::LibXML DOM object. SYNOPSIS use XML::SimpleObject::LibXML; # Construct with the key/value pairs as argument; this will create its # own XML::LibXML object. my $xmlobj = new...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (94): XML::SimpleObject::LibXML Download

Added: January 27, 2010 | Visits: 1.046

XML::Writer XML::Writer is a Perl extension for writing XML documents. SYNOPSIS use XML::Writer; use IO::File; my $output = new IO::File(">output.xml"); my $writer = new XML::Writer(OUTPUT => $output); $writer->startTag("greeting", "class" => "simple"); $writer->characters("Hello, world!");...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (91): XML::Writer Download

Added: October 14, 2010 | Visits: 902

Test::XML::XPath Test::XML::XPath is a Perl module to test XPath assertions. SYNOPSIS use Test::XML::XPath tests => 3; like_xpath( , /foo ); # PASS like_xpath( , /bar ); # FAIL unlike_xpath( , /bar ); # PASS is_xpath( bar , /foo, bar ); # PASS is_xpath( bar , /bar, foo ); # FAIL # More...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (89): Test::XML::XPath Download

Added: October 17, 2010 | Visits: 641

XML::Genx::Simple XML::Genx::Simple is a slightly simpler wrapper class for genx. SYNOPSIS use XML::Genx::Simple; my $w = XML::Genx::Simple->new; eval { # bar $w->StartDocFile( *STDOUT ); $w->StartElementLiteral( root ); $w->Element( foo => bar, id => 1 ); $w->EndElement; $w->EndDocument; };...


Platforms: *nix

License: Freeware Size: 37.89 KB Download (88): XML::Genx::Simple Download

Added: June 19, 2010 | Visits: 1.050

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

< 1 2 3 4 5 >