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

Inurl Viewindesdfhp Rss Xml freeware
Filter: All | Freeware | Demo
 

Inurl Viewindesdfhp Rss Xml

< 1 2 3 4 5 
Added: July 20, 2010 | Visits: 1.179

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 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

Added: September 25, 2010 | Visits: 1.228

SOAP::XML::Client::DotNet SOAP::XML::Client::DotNet is a Perl module to talk with .net webservices. This package helps in talking with .net servers, it just needs a bit of XML thrown at it and you get some XML back. Its designed to be REALLY simple to use. You dont need to know this, but the major difference to... Platforms: *nix

License: Freeware Size: 9.22 KB Download (117): SOAP::XML::Client::DotNet Download

Added: January 18, 2010 | Visits: 1.138

rssgen rssgen is a PHP RSS generator. rssgen program does not require a database, as the information is written directly to an XML file. You can create new headlines, modify existing ones, and preview how they will appear. It is written in PHP and released under the GPL open source license. About... Platforms: *nix

License: Freeware Size: 15.36 KB Download (117): rssgen Download

Added: July 13, 2010 | Visits: 2.080

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: July 11, 2010 | Visits: 1.967

Beep Media Player RSS feed provider Beep Media Player RSS feed provider is a tool for generating RSS feeds of songs played by BMP. bmp-rss-feeder is a plugin for the Beep Media Player that makes it possible to publish an RSS feed containing the names of recently played songs. The feed can be published both locally and on the... Platforms: *nix

License: Freeware Size: 245.76 KB Download (115): Beep Media Player RSS feed provider Download

Added: May 08, 2010 | Visits: 768

MARC::XML MARC::XML is a subclass of MARC.pm to provide XML support. SYNOPSIS use MARC::XML; #read in some MARC and output some XML $myobject = MARC::XML->new("marc.mrc","usmarc"); $myobject->output({file=>">marc.xml",format=>"xml"}); #read in some XML and output some MARC $myobject =... Platforms: *nix

License: Freeware Size: 51.2 KB Download (115): MARC::XML Download

Added: February 08, 2010 | Visits: 744

XML::IDMEF XML::IDMEF is a module for building/parsing IDMEF messages. QUICK START Below is an example of an Alert IDMEF message. < ?xml version="1.0" encoding="UTF-8"? > < !DOCTYPE IDMEF-Message PUBLIC "-//IETF//DTD RFC XXXX IDMEF v1.0//EN" "idmef-message.dtd" > < IDMEF-Message > < Alert > <... Platforms: *nix

License: Freeware Size: 25.6 KB Download (114): XML::IDMEF Download

Added: April 16, 2010 | Visits: 1.857

Yet Another RSS Reader Yet Another RSS Reader provides a RSS aggregator and reader that displays its results in the system tray. Yet Another RSS Reader is an RSS aggregator and reader that displays its results in the GNOME notification area. To view the contents of the feed just click the menu-item and it will launch... Platforms: *nix

License: Freeware Download (114): Yet Another RSS Reader Download

Released: September 24, 2013  |  Added: October 17, 2013 | Visits: 2.069

VIP Rumor RSS Reader VIP Rumor RSS Reader is a totally FREE news aggregator or feed reader that utilize web feed technology to retrieve syndicated web content like blogs, podcasts, videologs, and typical media websites , or a customized set of search results. VIP Rumor RSS Reader reduces time and effort needed... Platforms: Windows

License: Freeware Size: 2.25 MB Download (113): VIP Rumor RSS Reader Download

Added: February 24, 2010 | Visits: 899

XML::XMetaL XML::XMetaL is a Perl module with dispatch class for XML::XMetaL development framework. The XML::XMetaL class is a dispatcher for XMetaL customization handlers. XML:XMetaL objects are singletons. There can be only one XML::XMetaL object instantiated at any one time. If an XML::XMetaL object... Platforms: *nix

License: Freeware Size: 24.58 KB Download (113): XML::XMetaL Download

Added: November 06, 2010 | Visits: 1.703

XML::Excel XML::Excel is a Perl extension converting Excel files to XML. SYNOPSIS use XML::Excel; $excel_obj = XML::Excel->new(); $excel_obj = XML::Excel->new(%attr); $status = $excel_obj->parse_doc(file_name); $status = $excel_obj->parse_doc(file_name, %attr); $excel_obj->declare_xml(%attr);... Platforms: *nix

License: Freeware Size: 10.24 KB Download (112): XML::Excel Download

Added: July 25, 2010 | Visits: 1.387

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

License: Freeware Size: 153.6 KB Download (112): Mini-XML Download

Added: October 19, 2010 | Visits: 1.564

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: May 19, 2010 | Visits: 1.989

XML Copy Editor XML Copy Editor is an XML editor with DTD/XML Schema/RELAX NG validation, XSLT, XPath, pretty-printing, syntax highlighting, folding, tag completion/locking and lossless import/export of Microsoft Word documents. Whats New in This Release: - This release fixes a number of bugs and introduces... Platforms: *nix

License: Freeware Size: 3.9 MB Download (111): XML Copy Editor Download

Added: November 02, 2010 | Visits: 1.030

XML::Atom XML::Atom is an Atom feed and API implementation. SYNOPSIS use XML::Atom; Atom is a syndication, API, and archiving format for weblogs and other data. XML::Atom implements the feed format as well as a client for the API.. Platforms: *nix

License: Freeware Size: 59.39 KB Download (111): XML::Atom Download

Added: November 04, 2010 | Visits: 1.593

XPontus XML Editor 1.0.0 XPontus is a free java based XML editor designed towards text editing. XPontus XML Editor aims to provide a free alternative to commercial XML Editors. As XPontus is written in Java it is available for all java enabled operating systems. It has been reported to run correctly on Linux, Windows,... Platforms: *nix

License: Freeware Size: 17.5 MB Download (111): XPontus XML Editor 1.0.0 Download

Added: August 02, 2010 | Visits: 1.410

BBCNews.co.uk RSS reader BBCNews.co.uk RSS reader is a SuperKaramba theme. Based on LTRSS reader (http://www.kde-look.org/content/show.php?content=27639) I really didnt do almost anything to the original script, just changed things to BBC and made the header pic. I just thought that since i did it i might as well... Platforms: *nix

License: Freeware Size: 53.25 KB Download (111): BBCNews.co.uk RSS reader Download

Added: June 05, 2010 | Visits: 1.118

XML::Checker::Parser XML::Checker::Parser is an XML::Parser that validates at parse time. SYNOPSIS use XML::Checker::Parser; my %expat_options = (KeepCDATA => 1, Handlers => [ Unparsed => &my_Unparsed_handler ]); my $parser = new XML::Checker::Parser (%expat_options); eval { local $XML::Checker::FAIL =... Platforms: *nix

License: Freeware Size: 368.64 KB Download (110): XML::Checker::Parser Download

Added: April 16, 2010 | Visits: 1.790

Aero AIO: RSS News Feed Aero AIO: RSS News Feed is a plugin for Aero AIO. Aero AIO: RSS News Feed its based on slashdot karamba.. Aero AIO: RSS News Feed KDE-Look.org Community Portal for KDE Themes Wallpapers Icons Sounds Screenshots Schemes Skins Skinz Screensavers Splash Screens K-Jofol IceWM Kaiman News Forum GUI... Platforms: *nix

License: Freeware Size: 30.72 KB Download (110): Aero AIO: RSS News Feed Download

< 1 2 3 4 5