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

Style Xml freeware
Filter: All | Freeware | Demo
 

Style Xml

1 2 3 4 5 > 
Added: May 08, 2013 | Visits: 968

PHP XSLT This is a small PHP code snippet to style XML documents with XSLT stylesheetsThe script can even be called from PHP's command line. Platforms: PHP

License: Freeware Size: 10 KB Download (46): PHP XSLT Download

Added: January 07, 2010 | Visits: 1.127

XML::Grove 0.46 XML::Grove is a Perl module with Perl-style XML objects. SYNOPSIS use XML::Grove; # Basic parsing and grove building use XML::Grove::Builder; use XML::Parser::PerlSAX; $grove_builder = XML::Grove::Builder->new; $parser = XML::Parser::PerlSAX->new ( Handler => $grove_builder );... Platforms: *nix

License: Freeware Size: 27.65 KB Download (92): XML::Grove 0.46 Download

Added: July 19, 2013 | Visits: 293

django-jux django-jux/JUXD is an attempt to get JUnit-style XML output from the Django test runner. It does a few notable things: Uses the test runner from the django.utils.unittest abstraction layer (Django >= 1.3 required) Does not redefine the behavior of the test suite's run method Does not redefine... Platforms: *nix

License: Freeware Size: 10.24 KB Download (38): django-jux Download

Released: October 12, 2012  |  Added: October 12, 2012 | Visits: 351

Vex - A Visual Editor for XML Vex is a CSS-styled XML editor based on the Eclipse platform. It provides a word processor-like interface for document-style XML documents such as DocBook and xhtml. Platforms: Windows, Mac, BSD, Linux

License: Freeware Size: 25.66 MB Download (49): Vex - A Visual Editor for XML Download

Released: July 12, 2012  |  Added: July 12, 2012 | Visits: 666

Process Modeler for Microsoft Visio Where other modeling languages and diagramming techniques struggle being too complex or too abstract for a non- IT user, the Business Process Modeling Notation promises remedy. From early on, itp-commerce felt the urge to have an uniform tool for business process modeling and have therefore... Platforms: Windows

License: Freeware Size: 52 MB Download (57): Process Modeler for Microsoft Visio Download

Added: August 15, 2010 | Visits: 1.310

Template::Plugin::XML::Style Template::Plugin::XML::Style is a Perl module for simple XML stylesheet transformations. SYNOPSIS [% USE xmlstyle table = { attributes = { border = 0 cellpadding = 4 cellspacing = 1 } } %] [% FILTER xmlstyle %] < table > < tr > < td >Foo< /td > < td >Bar< /td > < td >Baz< /td >... Platforms: *nix

License: Freeware Size: 26.62 KB Download (101): Template::Plugin::XML::Style Download

Added: February 12, 2010 | Visits: 1.125

XML::Parser::Style::Stream XML::Parser::Style::Stream is a Stream style for XML::Parser. SYNOPSIS use XML::Parser; my $p = XML::Parser->new(Style => Stream, Pkg => MySubs); $p->parsefile(foo.xml); { package MySubs; sub StartTag { my ($e, $name) = @_; # do something with start tags } sub EndTag { my ($e,... Platforms: *nix

License: Freeware Size: 225.28 KB Download (105): XML::Parser::Style::Stream Download

Added: January 25, 2010 | Visits: 976

XML::Parser::EasyTree XML::Parser::EasyTree is an easier tree style for XML::Parser. SYNOPSIS use XML::Parser; use XML::Parser::EasyTree; $XML::Parser::Easytree::Noempty=1; my $p=new XML::Parser(Style=>EasyTree); my $tree=$p->parsefile(something.xml); XML::Parser::EasyTree adds a new "built-in" style called... Platforms: *nix

License: Freeware Size: 3.07 KB Download (96): XML::Parser::EasyTree Download

Added: February 19, 2010 | Visits: 739

XML::SAX2Perl XML::SAX2Perl is a Perl module to translate Perl SAX methods to Java/CORBA style methods. SYNOPSIS use XML::Perl2SAX; $perl2sax = XML::Perl2SAX(handler => $java_style_handler); XML::Perl2SAX is a SAX filter that translates Perl style SAX methods to Java/CORBA style method calls. This... Platforms: *nix

License: Freeware Size: 64.51 KB Download (93): XML::SAX2Perl Download

Added: June 13, 2010 | Visits: 893

XML::Generator::PerlData XML::Generator::PerlData is a Perl extension for generating SAX2 events from nested Perl data structures. SYNOPSIS use XML::Generator::PerlData; use SomeSAX2HandlerOrFilter; ## Simple style ## # get a deeply nested Perl data structure... my $hash_ref =... Platforms: *nix

License: Freeware Size: 13.31 KB Download (99): XML::Generator::PerlData Download

Added: May 10, 2013 | Visits: 541

GSA Simple XML Parser GSA Simple XML Parser is a XML DOM style parser class written in PHP. This class can inport XML data using expat or regex. Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (63): GSA Simple XML Parser Download

Added: May 29, 2013 | Visits: 613

GSA Simple XML Parser for XML Tools GSA Simple XML Parser is a XML DOM style parser class written in PHP. This class can inport XML data using expat or regex. Platforms: PHP

License: Freeware Size: 10 KB Download (40): GSA Simple XML Parser for XML Tools Download

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

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

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: 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: April 11, 2010 | Visits: 739

XML::SimpleObject XML::SimpleObject is a Perl extension allowing a simple object representation of a parsed XML::Parser tree. SYNOPSIS use XML::SimpleObject; # Construct with the key/value pairs as argument; this will create its # own XML::Parser object. my $xmlobj = new XML::SimpleObject(XML => $XML,... Platforms: *nix

License: Freeware Size: 11.26 KB Download (93): XML::SimpleObject Download

Added: April 11, 2010 | Visits: 955

XML::Handler::Trees XML::Handler::Trees is a PerlSAX handlers for building tree structures. SYNOPSIS use XML::Handler::Trees; use XML::Parser::PerlSAX; my $p=XML::Parser::PerlSAX->new(); my $h=XML::Handler::Tree->new(); my $tree=$p->parse(Handler=>$h,Source=>{SystemId=>file.xml}); my... Platforms: *nix

License: Freeware Size: 7.17 KB Download (100): XML::Handler::Trees Download

Added: February 20, 2010 | Visits: 853

MillScript-XML MillScript-XML project is an alternative Java XML parsing library with its own custom API. The underlying tokenizer can be configured to permit non-well-formed XML. This librarys API provides both an event model and a more conventional token stream model. The authors believe that the token... Platforms: *nix

License: Freeware Size: 67.58 KB Download (100): MillScript-XML Download

Added: November 24, 2010 | Visits: 875

XML::Parser XML::Parser is a perl module for parsing XML documents. SYNOPSIS use XML::Parser; $p1 = new XML::Parser(Style => Debug); $p1->parsefile(REC-xml-19980210.xml); $p1->parse( Hello World ); # Alternative $p2 = new XML::Parser(Handlers => {Start => &handle_start, End => &handle_end,... Platforms: *nix

License: Freeware Size: 225.28 KB Download (98): XML::Parser Download

Added: September 07, 2010 | Visits: 926

XML::LibXML::DOM XML::LibXML::DOM is a XML::LibXML DOM Implementation. XML::LibXML provides an lightwight interface to modify a node of the document tree generated by the XML::LibXML parser. This interface follows as far as possible the DOM Level 3 specification. Additionally to the specified functions the... Platforms: *nix

License: Freeware Size: 163.84 KB Download (99): XML::LibXML::DOM Download

1 2 3 4 5 >