Francois Perrad > CORBA-XMLSchemas-0.21 > idl2xsd

Download:
CORBA-XMLSchemas-0.21.tar.gz

Annotate this POD

CPAN RT

Open  0
Report a bug
Source  

NAME ^

idl2xsd - IDL compiler to W3C XML Schema

SYNOPSIS ^

idl2xsd [options] spec.idl

OPTIONS ^

All options are forwarded to C preprocessor, except -h -i -s -v -x.

With the GNU C Compatible Compiler Processor, useful options are :

-D name
-D name=definition
-I directory
-I-
-nostdinc

Specific options :

-h

Display help.

-i directory

Specify a path for import (only for IDL version 3.0).

-s

Generate a standalone Schema (not only type definition).

-v

Display version.

-x

Enable export (only for IDL version 3.0).

DESCRIPTION ^

idl2xsd parses the given input file (IDL) and generates :

idl2xsd is a Perl OO application what uses the visitor design pattern. The parser is generated by Parse::Yapp.

idl2xsd needs XML::DOM module.

idl2xsd needs a cpp executable.

CORBA Specifications, including IDL (Interface Definition Language) and CORBA to WSDL/SOAP Interworking Specification are available on <http://www.omg.org/>.

SEE ALSO ^

cpp, perl, idl2html, idl2java, idl2rng

COPYRIGHT ^

(c) 2003-2004 Francois PERRAD, France. All rights reserved.

This program and all CORBA::XMLSchemas modules are distributed under the terms of the Artistic Licence.

AUTHOR ^

Francois PERRAD, francois.perrad@gadz.org