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

Xml Entity Declaration freeware
Filter: All | Freeware | Demo
 

Xml Entity Declaration

< 1 2 3 4 5 > 
Added: May 16, 2010 | Visits: 1.054

XML::DOM::Element XML::DOM::Element is an XML element node in XML::DOM. XML::DOM::Element extends XML::DOM::Node. By far the vast majority of objects (apart from text) that authors encounter when traversing a document are Element nodes. Assume the following XML document: < elementExample id="demo" > <...



Platforms: *nix

License: Freeware Size: 112.64 KB Download (102): XML::DOM::Element Download

Added: March 02, 2010 | Visits: 824

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

XML Lexing Sometimes you want to work more with the form of an XML document than with the structural information it contains. For instance if you wanted to change a bunch of entity references or element names. Also, sometimes you have slightly incorrect XML that a traditional parser will choke on. In that...


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

License: Freeware Download (56): XML Lexing Download

Added: May 10, 2013 | Visits: 483

Simplest XML generator This script is an XML 1.0 generator. It returns a string representing a standard XML 1.0 declaration equal as it is default initialized in __init__.


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

License: Freeware Download (51): Simplest XML generator Download

Released: May 06, 2003  |  Added: September 20, 2006 | Visits: 4.107

Sydock XML Forms This program allows you to work with XML forms in the same way that you work with regular forms in text processors. It includes a WYSIWYG forms editor. The Extended Style Language consists of XSLT and CSS directions. Sydock XML Forms provides built-in realizations of XSLT and CSS subsets. And...


Platforms: Windows

License: Freeware Size: 6.06 MB Download (363): Sydock XML Forms Download

Released: May 09, 2003  |  Added: October 20, 2006 | Visits: 11.772

XML Viewer MindFusion's XML Viewer is used to examine the contents of an XML file in an easy-to-use environment. In addition you can make modification to the XML such as insering and deleting items as well as adding and deleting properties to existing items. MindFusion's XML Viewer offers you also...


Platforms: Windows

License: Freeware Size: 500 KB Download (1100): XML Viewer Download

Released: October 18, 2007  |  Added: October 28, 2007 | Visits: 6.160

Liquid XML Studio Liquid XML Studio is a FREE XML Schema Editor, and much more. Simple enough for new users to pick up quickly and comprehensive enough for experienced users deal with the advanced features of the XSD standard. A fully featured XML Development Studio:- - Graphical and Text based XML...


Platforms: Windows

License: Freeware Size: 9.4 MB Download (968): Liquid XML Studio Download

Released: January 16, 2008  |  Added: January 26, 2008 | Visits: 4.855

Alchemist XML IDE Standard FREEWARE Alchemist's best-in-class features for working with XML, XSL, XSLT, XPath, SQL/XML, code generation, database to XML mapping and many other XML technologies. Alchemist is a product that provides the necessary infrastructure to build pieces of reusable software or aplications. The product is...


Platforms: Windows

License: Freeware Size: 5.13 MB Download (1208): Alchemist XML IDE Standard FREEWARE Download

Added: January 18, 2010 | Visits: 1.546

XML::Generator::vCard::RDF XML::Generator::vCard::RDF is a Perl module that can generate RDF/XML SAX2 events for vCard 3.0 SYNOPSIS use XML::SAX::Writer; use XML::Generator::vCard::RDF; my $writer = XML::SAX::Writer->new(); my $driver = XML::Generator::vCard::RDF->new(Handler=>$writer);...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (173): XML::Generator::vCard::RDF Download

Added: January 18, 2010 | Visits: 2.276

XML::Generator::vCard XML::Generator::vCard is a Perl module that can generate SAX2 events for vCard 3.0 SYNOPSIS use XML::SAX::Writer; use XML::Generator::vCard; my $writer = XML::SAX::Writer->new(); my $driver = XML::Generator::vCard->new(Handler=>$writer); $driver->parse_files("test.vcf"); Generate SAX2...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (417): XML::Generator::vCard Download

Added: January 18, 2010 | Visits: 1.333

Data::Phrasebook::Loader::XML Data::Phrasebook::Loader::XML Perl module can abstract your phrases with XML. SYNOPSIS use Data::Phrasebook; my $q = Data::Phrasebook->new( class => Fnerk, loader => XML, file => phrases.xml, dict => Dictionary, # optional ); OR my $q = Data::Phrasebook->new( class => Fnerk,...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (120): Data::Phrasebook::Loader::XML Download

Added: January 18, 2010 | Visits: 1.019

PITA::XML::Request PITA::XML::Request is a request for the testing of a software package. SYNOPSIS # Create a request specification my $dist = PITA::XML::Request->new( scheme => perl5, distname => PITA-XML, # The package to test file => PITA::XML::File->new( filename => Foo-Bar-0.01.tar.gz, digest =>...


Platforms: *nix

License: Freeware Size: 71.68 KB Download (102): PITA::XML::Request Download

Added: January 18, 2010 | Visits: 1.594

XML::Writer::Simple XML::Writer::Simple is a Perl module to create XML files easily! SYNOPSIS use XML::Writer::Simple dtd => "file.dtd"; print para("foo",b("bar"),"zbr"); USAGE This module takes some ideas from CGI to make easier the life for those who need to generated XML code. You can use the module in...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (91): XML::Writer::Simple Download

Added: March 11, 2010 | Visits: 1.313

XML Security Library XML Security Library is a C library based on LibXML2. The library supports major XML security standards: - XML Signature - XML Encryption - Canonical XML (was included in LibXML2) - Exclusive Canonical XML (was included in LibXML2) XML Security Library is released under the MIT Licence...


Platforms: *nix

License: Freeware Size: 1.6 MB Download (120): XML Security Library Download

Added: July 05, 2010 | Visits: 1.120

XML::Simple::DTDReader XML::Simple::DTDReader is a simple XML file reading based on their DTDs. SYNOPSIS use XML::Simple::DTDReader; my $ref = XMLin("data.xml"); Or the object oriented way: require XML::Simple::DTDReader; my $xsd = XML::Simple::DTDReader->new; my $ref = $xsd->XMLin("data.xml");...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (95): XML::Simple::DTDReader Download

Added: August 12, 2010 | Visits: 806

XML::MyXML XML::MyXML is a simple XML module. SYNOPSIS use XML::MyXML qw(tidy_xml xml_to_object); my $xml = "< item >< name >Table< /name >< price >< usd >10.00< /usd >< eur >8.50< /eur >< /price >< /item >"; print tidy_xml($xml); my $obj = xml_to_object($xml); print "Price in Euros = " ....


Platforms: *nix

License: Freeware Size: 5.12 KB Download (95): XML::MyXML Download

Added: June 17, 2010 | Visits: 968

XML::DOM::XML_Base XML::DOM::XML_Base Perl module can apply xml:base to attribute values. SYNOPSIS use XML::DOM::XML_Base; my $parser = XML::DOM::Parser->new(); my $xml = qq( ); # build the DOM my $dom = $parser->parse( $xml ); # get some elements my $endo = $dom->getElementsByTagName(...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (95): XML::DOM::XML_Base Download

Added: October 19, 2010 | Visits: 1.556

Test::Unit::Runner::XML Test::Unit::Runner::XML is a Perl module that can generate XML reports from unit test results. SYNOPSIS use Test::Unit::Runner::XML; mkdir("test_reports"); my $runner = Test::Unit::Runner::XML->new("test-reports"); $runner->start($test); exit(!$runner->all_tests_passed());...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (111): Test::Unit::Runner::XML Download

Added: July 13, 2010 | Visits: 2.069

XML::Parser::YahooRESTGeocode SYNOPPSIS use LWP::Simple use XML::Parser; use XML::Parser::YahooRESTGeocode; #connect to yahoo geocode service my $url = http://api.local.yahoo.com/MapsService/V1/geocode; my $get = appid=YahooDemo&street=701+First+Street&city=Sunnyvale&state=CA; #call yahoo geocode service my $xml =...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (116): XML::Parser::YahooRESTGeocode Download

Added: June 20, 2010 | Visits: 1.137

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

< 1 2 3 4 5 >