Babel Command Line Options

To generate SIDL from a file using the default repository to resolve symbols, you should invoke Babel as follows 13.2:

% babel -exclude-external -text=SIDL file.sidl
or use the short form
% babel -E -tSIDL file.sidl

Alternatively, you can generate SIDL from XML symbols, again assuming the default repository is used to resolve symbols, by typing the following at the command line:

% babel -exclude-external -text=SIDL packagename
or use the short form
% babel -E -tSIDL packagename





babel-1.4.0
users_guide Last Modified 2008-10-16

http://www.llnl.gov/CASC/components
components@llnl.gov