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

W3c Schema freeware
Filter: All | Freeware | Demo
 

W3c Schema

1 2 3 4 5 > 
Added: May 04, 2010 | Visits: 1.009

XSDBench XSDBench project is a W3C XML Schema benchmark that compares the performance of validating XML parsers. The following parsers are supported in the latest version: Apache Xerces-C++ (C++) CodeSynthesis XSD (C++) Gnome Libxml2 (C)1 Microsoft XML Core Services (MSXML) (C/C++) Oracle XDK...



Platforms: *nix

License: Freeware Size: 23.55 KB Download (93): XSDBench Download

Released: February 09, 2003  |  Added: June 12, 2006 | Visits: 5.206

AUTHENTIC AUTHENTIC 2004 is a browser-enabled XML document editor, allowing business users to seamlessly capture information directly into XML, for use in XML document management systems, web publishing, or knowledge management applications. AUTHENTIC 2004 empowers business users to capture both data and...





Platforms: Windows

License: Freeware Size: 20.43 MB Download (236): AUTHENTIC Download

Added: May 26, 2010 | Visits: 1.663

XML Schema Standard Type Library XML Schema Standard Type Library, in short XSSTL, is a collection of universally-useful data types defined in the W3C XML Schema language. The provided types describe concepts such as email address, IP address, phone number, country code, US states, etc. To make all the types from XSSTL...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (97): XML Schema Standard Type Library Download

Added: November 24, 2010 | Visits: 1.437

XML::Validator::Schema XML::Validator::Schema is a Perl module to validate XML against a subset of W3C XML Schema. SYNOPSIS use XML::SAX::ParserFactory; use XML::Validator::Schema; # # create a new validator object, using foo.xsd # $validator = XML::Validator::Schema->new(file => foo.xsd); # # create a SAX...


Platforms: *nix

License: Freeware Size: 53.25 KB Download (123): XML::Validator::Schema Download

Added: June 08, 2010 | Visits: 1.193

xsd xsd is a W3C XML Schema to C++ translator. xsd generates a vocabulary-specific, statically-typed C++ mapping (also called binding) from XML Schema definitions. The mapping consists of data types that represent the given vocabulary, a set of parsing functions that convert XML instance documents...


Platforms: *nix

License: Freeware Size: 3.3 MB Download (123): xsd Download

Added: January 27, 2010 | Visits: 1.028

xsddoc The xsddoc subproject is a XML Schema documentation generator for W3C XML Schemas. The latest version of xsddoc is release 1.0 which is mainly written in XSLT. Based on the experience in developing xsddoc and the problems we had handling the highly recursive nature of XML Schema with XSLT, we...


Platforms: *nix

License: Freeware Size: 4.9 MB Download (110): xsddoc Download

Added: February 02, 2010 | Visits: 2.589

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

Released: July 22, 2012  |  Added: July 22, 2012 | Visits: 467

UML for Schema UML for Schema is a code generator, it takes an UML model, properly enriched with stereotypes and tags from an XMI file and it generate some equivalent W3C XML Schemes (WXS). It is also able to do the inverse transformation.


Platforms: Windows, Mac, Linux

License: Freeware Size: 68.88 KB Download (47): UML for Schema Download

Added: May 23, 2010 | Visits: 3.887

W3C-PHP W3C-PHP is a little php-cli script that can validate a list of URLs trough the W3C validator Web site (http://validator.w3.org/) with PHP-DOM functions. Configuration: list.txt -> contain the list of url that you need to validate the URLs must start with ":" without the "http://" prefix for...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (136): W3C-PHP Download

Added: May 16, 2010 | Visits: 1.388

XML::Schema::Type::Simple XML::Schema::Type::Simple is a base class for simple XML Schema datatypes. SYNOPSIS package XML::Schema::Type::whatever; use base qw( XML::Schema::Type::Simple ); use vars qw( @FACETS ); @FACETS = ( minLength => 10, maxLength => 30, otherFacet => { value => $n, fixed => 1,...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (107): XML::Schema::Type::Simple Download

Added: March 25, 2010 | Visits: 1.251

DBIx::Class::Schema::Loader::RelBuilder DBIx::Class::Schema::Loader::RelBuilder is a Perl module that builds relationships for DBIx::Class::Schema::Loader. This class builds relationships for DBIx::Class::Schema::Loader. This is module is not (yet) for external use. METHODS new Arguments: schema_class (scalar), fk_info...


Platforms: *nix

License: Freeware Size: 32.77 KB Download (89): DBIx::Class::Schema::Loader::RelBuilder Download

Added: April 09, 2010 | Visits: 760

Object::Relation::Meta::Attribute::Schema Object::Relation::Meta::Attribute::Schema is a Perl module for Object::Relation database store builder. Synopsis # Assuming MyThingy was generated by Object::Relation::Meta and that were building # a data store schema. my $class = MyThingy->my_class; print "nAttributes:n"; for my $attr...


Platforms: *nix

License: Freeware Size: 235.52 KB Download (94): Object::Relation::Meta::Attribute::Schema Download

Added: July 27, 2010 | Visits: 834

Object::Relation::Meta::Class::Schema Object::Relation::Meta::Class::Schema is a Perl module for Object::Relation database store builder. This module is provides metadata for all Object::Relation classes while building a storage schema. Loading Object::Relation::Schema causes it to be used instead of Object::Relation::Meta::Class....


Platforms: *nix

License: Freeware Size: 24.58 KB Download (87): Object::Relation::Meta::Class::Schema Download

Added: February 25, 2010 | Visits: 965

XML::Compile::Schema::XmlReader XML::Compile::Schema::XmlReader Perl module contains bricks to translate XML to HASH. SYNOPSIS my $schema = XML::Compile::Schema- >new(...); my $code = $schema- >compile(READER = > ...); The translator understands schemas, but does not encode that into actions. This module implements those...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (95): XML::Compile::Schema::XmlReader Download

Added: October 23, 2010 | Visits: 804

W3C::LogValidator::Basic W3C::LogValidator::Basic is a W3C log validator. It can sort web server log entries by popularity (hits). SYNOPSIS use W3C::LogValidator::Basic; my $b = new W3C::LogValidator::Basic; $b->uris(http://www.w3.org/Overview.html, http://www.yahoo.com/index.html); my $result_string=...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (94): W3C::LogValidator::Basic Download

Added: August 23, 2010 | Visits: 2.104

Schema-compare Schema-compare is a script that will compares two database schema and show the differences side-by-side. Schema-compare can also generate SQL statements that will alter the old database to match the schema of the new database. The comparisons are correct, but the SQL statements at the bottom...


Platforms: *nix

License: Freeware Size: 419.84 KB Download (140): Schema-compare Download

Added: June 18, 2010 | Visits: 2.814

Schema Crawler Schema Crawler project is a platform (database and OS) independent command-line tool to output your database schema and data in a readable form. The output is designed to be diff-ed with previous versions of your database schema. Schema Crawler is also an API that improves on standard JDBC...


Platforms: *nix

License: Freeware Size: 747.52 KB Download (128): Schema Crawler Download

Added: March 24, 2010 | Visits: 1.152

SQL::Schema SQL::Schema is a Perl module to convert a data dictionary into SQL statements. SYNOPSIS use DBI; my $dbh = DBI->connect(...); use SQL::Schema; my $schema = SQL::Schema->new($dbh); my $sql = $schema->string; print $sql; print "$schema"; WARNING This is alpha software. It...


Platforms: *nix

License: Freeware Size: 33.79 KB Download (98): SQL::Schema Download

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

Database Schema Reader Database Schema Reader is a simple, cross-database facade over .Net 2.0 DbProviderFactories to read database metadata. Get Database Schema Reader and take it for a spin to see what it can actually do for you!


Platforms: Windows

License: Freeware Download (51): Database Schema Reader Download

Released: July 27, 2012  |  Added: July 27, 2012 | Visits: 499

MSBuild Schema Generator MSBuildSchemaGen is a tool that generates MSBuild XSD schema files for custom MSBuild tasks that you have developed, which allows the Visual Studio editor to provide tooltips for your custom tasks when you are writing MSBuild scripts. MSBuildSchemaGen generates its schemas in such a way that it...


Platforms: Windows, Windows Vista, 7

License: Freeware Download (48): MSBuild Schema Generator Download

1 2 3 4 5 >