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

Template Soccer Xml freeware
Filter: All | Freeware | Demo
 

Template Soccer Xml

1 2 3 4 5 > 
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: November 23, 2010 | Visits: 1.357

Template::Plugin::XML Template::Plugin::XML is a XML plugin for the Template Toolkit. SYNOPSIS [% USE XML; dom = XML.dom(foo.xml); xpath = XML.xpath(bar.xml); simple = XML.simple(baz.xml); rss = XML.simple(news.rdf); %] [% USE XML(file=foo.xml); dom = XML.dom xpath = XML.xpath # ...etc... %] [% USE... Platforms: *nix

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

Added: February 06, 2010 | Visits: 1.317

Template::Plugin::XML::Simple Template::Plugin::XML::Simple is a plugin interface to XML::Simple. SYNOPSIS # load plugin and specify XML file to parse [% USE xml = XML.Simple(xml_file_or_text) %] This is a Template Toolkit plugin interfacing to the XML::Simple module.. Platforms: *nix

License: Freeware Size: 26.62 KB Download (94): Template::Plugin::XML::Simple Download

Added: September 24, 2010 | Visits: 979

Template::Plugin::XML::DOM Template::Plugin::XML::DOM is a plugin interface to XML::DOM. SYNOPSIS # load plugin [% USE dom = XML.DOM %] # also provide XML::Parser options [% USE dom = XML.DOM(ProtocolEncoding = ISO-8859-1) %] # parse an XML file [% doc = dom.parse(filename) %] [% doc = dom.parse(file =... Platforms: *nix

License: Freeware Size: 26.62 KB Download (99): Template::Plugin::XML::DOM Download

Added: March 11, 2010 | Visits: 906

Template::Plugin::XML::LibXML Template::Plugin::XML::LibXML is a XML::LibXML Template Toolkit Plugin. SYNOPSIS [% USE docroot = XML.LibXML("helloworld.xml") %] The message is: [% docroot.find("/greeting/text") %] This module provides a plugin for the XML::LibXML module. It can be utilised the same as any other... Platforms: *nix

License: Freeware Size: 13.31 KB Download (99): Template::Plugin::XML::LibXML Download

Added: September 10, 2010 | Visits: 946

web.template 0.9.1 web.template is a template framework for PHP 5 that uses an XML-based language. It allows you to create classes with getters that are made accessible to the framework with an addVarClass method. web.template also supports modifiers, tags, and resource drivers for template or cache storage.... Platforms: *nix

License: Freeware Size: 112.64 KB Download (90): web.template 0.9.1 Download

Added: May 10, 2013 | Visits: 522

XSL template for JDBC Code generation Supply an Xml file with the details of the table, and the Java Class to generate for dealing with that table. An XSL processor, is used to read the template and xml files, and output a Java source file.There are many ways to arrange tables to store a set of data. This template does not attempt to... Platforms: Windows, Mac, *nix, XML, BSD Solaris

License: Freeware Download (49): XSL template for JDBC Code generation Download

Added: July 01, 2013 | Visits: 428

SAPIPROCESSOR for XML Tools SAPIPROCESSOR is a compact toolkit for processing of documents using XML Sapiens. SAPIPROCESSOR takes XML files with data, XML Sapiens scenarios, environment variables as input parameters.SAPIPROCESSOR returnes parsed page or an XML tree for further format processing. So, SAPIPROCESSOR compiles... Platforms: PHP

License: Freeware Size: 20.48 KB Download (44): SAPIPROCESSOR for XML Tools Download

Added: March 10, 2010 | Visits: 752

Apache2::PageKit Apache2::PageKit is a MVCC web framework using mod_perl, XML and HTML::Template. SYNOPSIS In httpd.conf SetHandler perl-script PerlSetVar PKIT_ROOT /path/to/pagekit/files PerlSetVar PKIT_SERVER staging PerlHandler +Apache2::PageKit Apache2::PageKit->startup(/path/to/pagekit/files,... Platforms: *nix

License: Freeware Size: 122.88 KB Download (97): Apache2::PageKit Download

Added: May 10, 2013 | Visits: 440

XYAPTU Xyaptu allows you to instantiate XML/HTML document templates that include python code for presentational purposes. The goal is _not_ to be able to embed program logic in a document template. This is counter productive if a separation of content and logic is desired. The goal _is_ to be able to... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (49): XYAPTU Download

Added: May 10, 2013 | Visits: 325

SAPIPROCESSOR SAPIPROCESSOR  is a compact toolkit for processing of documents using XML Sapiens. SAPIPROCESSOR takes XML files with data, XML Sapiens scenarios, environment variables as input parameters.SAPIPROCESSOR returnes parsed page or an XML tree for further format processing. So, SAPIPROCESSOR compiles... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (52): SAPIPROCESSOR Download

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

XMLLeague Administration of sport-leagues(soccer). XML as 'Database'. JAVA Servlets provide the application logic. Cocoon to generate user interface. Platforms: Windows, Mac, Linux

License: Freeware Size: 616.36 KB Download (51): XMLLeague Download

Added: May 10, 2013 | Visits: 349

Dynamator Dynamator is a simple but powerful tool that transforms standard HTML and XML files into server pages or programs. Dynamator was created to solve the Server Pages Maintenance Problem. Dynamator separates HTML from program logic so completely that different page generation technologies can use the... Platforms: Windows, Mac, *nix, Java, BSD Solaris

License: Freeware Download (53): Dynamator Download

Released: November 25, 2012  |  Added: November 25, 2012 | Visits: 663

Hash Me! Hash Me! is a handy and reliable application designed to generate hashed passwords. You can save your own template on XML file and choose several hash options. It's developed in Windows Form C# and if you are tired to search hashing website, you are in the right place! It is possible to choose... Platforms: Windows

License: Freeware Download (422): Hash Me! Download

Added: February 02, 2010 | Visits: 973

Template::Plugin::Java Template::Plugin::Java is a Perl module that can generate Java Classes from XML description files and templates. SYNOPSIS From an xml file such as: < aBean > < java: option1="value1" > < option2 >value2< /option2 > < /java: > < foo >10< /foo > < bar >String< /bar > < container > < baz... Platforms: *nix

License: Freeware Size: 18.43 KB Download (97): Template::Plugin::Java Download

Released: June 09, 2012  |  Added: June 09, 2012 | Visits: 525

XML Code Template Engine The XML Code Template Engine produces class code skeletons that can include equality and logging methods in C++ or Java(so far) from an XML document outlining. It also creates Doxygen compatible comments and a has very simple plugin system. Platforms: Windows, Mac, Linux

License: Freeware Size: 56.02 KB Download (49): XML Code Template Engine Download

Released: December 19, 2012  |  Added: December 19, 2012 | Visits: 435

XML Template Processor XML-based ISO standards for documents (OOXML, ODF, XHTML ...) have facilitated the task of report generation. The JAVA library XTP ( XML Template Processor ) fills report templates (created by designers) with raw data (in XML format). Platforms: Windows, Mac, Linux

License: Freeware Size: 2.06 MB Download (48): XML Template Processor Download

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

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: October 15, 2010 | Visits: 1.191

Piffle::Template Piffle::Template is a Perlish templating language. SYNOPSIS use Piffle::Template; use Piffle::Template qw{template_to_perl expand_template}; # OO syntax, with output stored and returned: print Piffle::Template->expand(source_file => foo/fish.xml, include_path => [foo/inc,foo]); #... Platforms: *nix

License: Freeware Size: 9.22 KB Download (100): Piffle::Template Download

Added: August 05, 2010 | Visits: 1.735

Template::Provider::OpenOffice Template::Provider::OpenOffice is a OpenOffice (ODT) Provider for Template Toolkit. This module extends Template::Provider to automatically extract the content.xml file from an OpenOffice zip file and run it through Template::Toolkit for processing. We use OpenOffice::OODoc to actually open... Platforms: *nix

License: Freeware Size: 3.07 KB Download (129): Template::Provider::OpenOffice Download

1 2 3 4 5 >