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

Mini Xml freeware
Filter: All | Freeware | Demo
 

Mini Xml

1 2 3 4 5 > 
Added: July 25, 2010 | Visits: 1.386

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: 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: January 09, 2010 | Visits: 995

XML::Mini XML::Mini is a Perl implementation of the XML::Mini XML create/parse interface. SYNOPSIS use XML::Mini::Document; use Data::Dumper; ###### PARSING XML ####### # create a new object my $xmlDoc = XML::Mini::Document->new(); # init the doc from an XML string...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (95): XML::Mini Download

Released: June 03, 2012  |  Added: June 03, 2012 | Visits: 290

readparameter a libary to read run-control file (startup configuration), mini-XML capability.


Platforms: Windows, Mac, BSD, Linux

License: Freeware Size: 344.19 KB Download (47): readparameter Download

Added: January 26, 2010 | Visits: 970

XML::Mini::Node XML::Mini::Node contains nodes that are used as atomic containers for numerical and text data and act as leaves in the XML tree. They have no name or children. They always exist as children of XML::MiniElements. For example, < B >this text is bold< /B > Would be represented as a...


Platforms: *nix

License: Freeware Size: 348.16 KB Download (99): XML::Mini::Node Download

Added: August 12, 2010 | Visits: 1.179

XML::Mini::Element::Comment XML::Mini::Element::Comment is used internally to represent . You shouldnt need to use it directly, see XML::Mini::Elements comment() method..


Platforms: *nix

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

Added: March 01, 2010 | Visits: 1.195

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: April 17, 2010 | Visits: 955

XML::Mini::Element::DocType XML::Mini::Element::DocType Perl module is used internally to represent < !DOCTYPE bla bla [ ... ] >. You shouldnt need to use it directly, see XML::Mini::Elements docType() method..


Platforms: *nix

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

Added: June 14, 2010 | Visits: 1.088

XML::Mini::Element::CData XML::Mini::Element::CData Perl module is used internally to represent < ![CDATA [ CONTENTS ]] >. You shouldnt need to use it directly, see XML::Mini::Elements cdata() method..


Platforms: *nix

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

Added: February 25, 2010 | Visits: 982

XML::Mini::Element::Entity XML::Mini::Element::Entity Perl module is used internally to represent < !ENTITY name "stuff" >. You shouldnt need to use it directly, see XML::Mini::Elements entity() method..


Platforms: *nix

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

Added: April 22, 2010 | Visits: 1.077

XML::Mini::Element::Header XML::Mini::Element::Header Perl module is used internally to represent < ? xml blah="hohoho" ? > type headers. You shouldnt need to use it directly, see XML::Mini::Elements header() method..


Platforms: *nix

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

Added: November 17, 2010 | Visits: 965

XML::Mini::TreeComponent XML::Mini::TreeComponent is a Perl implementation of the XML::Mini TreeComponent API. SYNOPSIS Dont use this class - only presents an interface for other derived classes. This class is only to be used as a base class for others. It presents the minimal interface we can expect from any...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (87): XML::Mini::TreeComponent Download

Added: January 08, 2010 | Visits: 1.030

XML::Mini::Document XML::Mini::Document is a Perl implementation of the XML::Mini Document API. SYNOPSIS use XML::Mini::Document; use Data::Dumper; ###### PARSING XML ####### # create a new object my $xmlDoc = XML::Mini::Document->new(); # init the doc from an XML string $xmlDoc->parse($XMLString);...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (92): XML::Mini::Document Download

Released: July 24, 2012  |  Added: July 24, 2012 | Visits: 4.355

PHP-XML mini notice board PHP-XML mini notice board is a dynamic BBS system that use XML as the storing format. Also, it provides a web administration interface, HTML tags support in news thread, and independent style of each news thread.


Platforms: Windows, Mac, Linux

License: Freeware Size: 13 KB Download (47): PHP-XML mini notice board Download

Added: May 10, 2013 | Visits: 5.643

PHP-XML mini notice board PHP-XML mini notice board is a dynamic BBS system that use XML as the storing format. Also, it provides a web administration interface, HTML tags support in news thread, and independent style of each news thread.


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

License: Freeware Download (65): PHP-XML mini notice board Download

Added: February 25, 2010 | Visits: 1.096

Claros Mini Claros Mini is a multi-protocol (POP3/IMAP) Web mail client with a user interface that is specially designed for devices with small screens. Claros Mini can parse HTML and extract text to reduce the size of messages. The installation process takes less than two minutes, and no database setup is...


Platforms: *nix

License: Freeware Size: 4.4 MB Download (127): Claros Mini Download

Added: October 23, 2010 | Visits: 742

XML::SAX::ByRecord XML::SAX::ByRecord can record oriented processing of (data) documents. SYNOPSIS use XML::SAX::Machines qw( ByRecord ) ; my $m = ByRecord( "My::RecordFilter1", "My::RecordFilter2", ... { Handler => $h, ## optional } ); $m->parse_uri( "foo.xml" ); XML::SAX::ByRecord is a SAX...


Platforms: *nix

License: Freeware Size: 43.01 KB Download (89): XML::SAX::ByRecord Download

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

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

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

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

1 2 3 4 5 >