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

Xml Sitemap Validator freeware
Filter: All | Freeware | Demo
 

Xml Sitemap Validator

< 1 2 3 4 5 > 
Added: January 18, 2010 | Visits: 1.558

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: September 22, 2010 | Visits: 841

XML::WBXML XML::WBXML is a Perl module to convert between XML and WBXML using libwbxml2. SYNOPSIS use XML::WBXML; $wbxml = XML::WBXML::xml_to_wbxml($xml); $xml = XML::WBXML::wbxml_to_xml($wbxml); This module is a wrapper around Aymerick Jehannes libwbxml (or perhaps libwbxml2, I am not sure what... Platforms: *nix

License: Freeware Size: 52.22 KB Download (171): XML::WBXML Download

Added: November 15, 2013 | Visits: 1.673

XML Photo Album XML Photo Album is a free, open-source two-component program for archiving and displaying digital photos. There is a generator program to create and organize albums, and display files to allow the albums to be viewed with any web browser which supports Javscript and XSLT (most modern browsers can... Platforms: *nix

License: Freeware Size: 112.64 KB Download (170): XML Photo Album Download

Added: July 25, 2010 | Visits: 2.057

C++ WSDL Parser C++ WSDL Parser is an efficient C++ Web services library that includes a standards compliant WSDL parser API, a Schema parser and validator, an XML parser and serializer, and an API for dynamically inspecting and invoking WSDL Web services. Whats New in This Release: - Many WSDLs can now be... Platforms: *nix

License: Freeware Size: 573.44 KB Download (170): C++ WSDL Parser Download

Added: July 10, 2010 | Visits: 1.060

XML::Handler::YAWriter XML::Handler::YAWriter is a yet another Perl SAX XML Writer. SYNOPSIS use XML::Handler::YAWriter; my $ya = new XML::Handler::YAWriter( %options ); my $perlsax = new XML::Parser::PerlSAX( Handler => $ya ); YAWriter implements Yet Another XML::Handler::Writer. The reasons for this one are... Platforms: *nix

License: Freeware Size: 25.6 KB Download (168): XML::Handler::YAWriter Download

Added: May 27, 2010 | Visits: 1.432

XML::WMM::ASX XML::WMM::ASX is a very simple OO interface to create Windows Media Metafile ASX. SYNOPSIS use XML::WMM::ASX $asx = new XML::WMM::ASX; This simple module allows you to create ASX file. METHODS The following methods are available: $asx = XML::WMM::ASX->new The constructor returns a... Platforms: *nix

License: Freeware Size: 4.1 KB Download (165): XML::WMM::ASX Download

Added: February 02, 2010 | Visits: 2.597

DTD to XML Schema translator DTD to XML Schema translator allows you to translate a Document Type Definition (DTD) into an XML Schema. DTD to XML Schema translator lets you translate a Document Type Definition into an XML Schema (REC-xmlschema-1-20010502). The translator can map meaningful DTD entities onto XML Schema... Platforms: *nix

License: Freeware Size: 542.72 KB Download (159): DTD to XML Schema translator Download

Added: March 01, 2010 | Visits: 1.197

XML::Mini::Element XML::Mini::Element is a Perl implementation of the XML::Mini Element API. SYNOPSIS use XML::Mini::Document; my $xmlDoc = XML::Mini::Document->new(); # Fetch the ROOT element for the document # (an instance of XML::Mini::Element) my $xmlElement = $xmlDoc->getRoot(); # Create an tag my... Platforms: *nix

License: Freeware Size: 34.82 KB Download (157): XML::Mini::Element Download

Added: August 30, 2008 | Visits: 1.188

Chilkat Ruby XML Library Ruby XML library for parsing and creating XML.Advanced API for XML compression, XML encryption, and handling XML binary content.Fully internationalized to handle any language / character encoding. Platforms: Windows

License: Freeware Size: 1.95 MB Download (152): Chilkat Ruby XML Library Download

Added: August 19, 2008 | Visits: 1.621

Freeware XMLFox XML/XSD Editor RustemSoft presents Freeware XML editing and validation tool XMLFox is a freeware editor for creating valid well-formed XML documents and/or XSD Schema. Robust XML editing and validation tool XMLFox is a freeware editor for creating valid well-formed XML documents and/or XSD Schema. XMLFox schema... Platforms: Windows

License: Freeware Size: 936 KB Download (145): Freeware XMLFox XML/XSD Editor Download

Added: August 10, 2010 | Visits: 1.080

SOAP::XML::Client::Generic SOAP::XML::Client::Generic is a Perl module to talk with generic webservices, e.g. not .net. This package helps in talking with SOAP webservers, it just needs a bit of XML thrown at it and you get some XML back. Its designed to be REALLY simple to use, it doesnt try to be cleaver in any way... Platforms: *nix

License: Freeware Size: 9.22 KB Download (140): SOAP::XML::Client::Generic Download

Added: January 17, 2010 | Visits: 1.068

XML::Handler::HTMLWriter XML::Handler::HTMLWriter is a SAX Handler for writing HTML 4.0. SYNOPSIS use XML::Handler::HTMLWriter; use XML::SAX; my $writer = XML::Handler::HTMLWriter->new(...); my $parser = XML::SAX::ParserFactory->parser(Handler => $writer); ... This module is based on the rules for outputting... Platforms: *nix

License: Freeware Size: 7.17 KB Download (140): XML::Handler::HTMLWriter Download

Added: January 22, 2010 | Visits: 1.392

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

License: Freeware Size: 7.17 KB Download (134): XML::CSV Download

Added: April 17, 2010 | Visits: 1.249

XML::TMX::Writer XML::TMX::Writer is a Perl extension for writing TMX files. SYNOPSIS use XML::TMX::Writer; my $tmx = new XML::TMX::Writer(); $tmx->start_tmx(ID => paulojjs); $tmx->add_tu(SRCLANG => en, en => some text, pt => algum texto); $tmx->add_tu(SRCLANG => en, en => some text, pt => algum... Platforms: *nix

License: Freeware Size: 15.36 KB Download (132): XML::TMX::Writer Download

Added: August 02, 2008 | Visits: 1.200

DriveImage XML DriveImage XML allows you to backup logical drives and partitions to image files, browse these images, view and extract files, restore these images to the same or a different drive, copy directly from drive to drive. Images are stored in XML files, allowing you to process them with 3rd party... Platforms: Windows

License: Freeware Size: 1.36 MB Download (130): DriveImage XML Download

Added: April 14, 2010 | Visits: 990

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: August 11, 2010 | Visits: 1.568

tX XML editor tX, formerly known as Teddy, is a tabular XML editor. tX XML editor presents the structure and content of XML files in a way that is both visually pleasing and easy to use. Its features include the abiltiy to view XML in an hierarchical way without extraneous syntax or interface elements, edit... Platforms: *nix

License: Freeware Size: 204.8 KB Download (128): tX XML editor Download

Added: January 07, 2010 | Visits: 1.168

Oasis XML Tools Oasis XML Tools is a small utility to easily manage OpenOffice.org documents at xml level from outside OpenOffice.org suite. You can view and edit (with kwrite) the main xml files present in OpenOffice.org documents and update these documents with the changes. Also you can compare two or... Platforms: *nix

License: Freeware Size: 2.05 KB Download (127): Oasis XML Tools Download

Added: January 08, 2010 | Visits: 1.161

Teddy XML Editor Teddy is a tabular editor and display for XML files. It presents the structure and content of XML files in a way that is both visually pleasing and easy to use. It is available free, under the GNU public license, for Mac OS X and Linux. If you have Qt for Windows it should build and run fine... Platforms: *nix

License: Freeware Size: 68.61 KB Download (127): Teddy XML Editor Download

Added: April 11, 2010 | Visits: 1.549

XML::DOM::Lite::XPath XML::DOM::Lite::XPath is a Perl module for XPath support for XML::DOM::Lite. SYNOPSIS # XPath use XML::DOM::Lite qw(XPath); $result = XPath->evaluate(/path/to/*[@attr="value"], $contextNode); This XPath library is fairly complete - there are still a few functions outstanding which need to... Platforms: *nix

License: Freeware Size: 31.74 KB Download (127): XML::DOM::Lite::XPath Download

< 1 2 3 4 5 >