Liquid Studio Documentation
User Interface Guide / Command Line Interface
In This Topic
    Command Line Interface
    In This Topic

    XML Studio supports a basic command line interface. The main use of this is to allow the generation of documentation from scripts, this can be done via the /XsdDoc options.

    You can not use relative paths (all paths must be fully qualified)
    Generating XSD Documentation via the Command Line
    Copy Code
    XmlStudio c:\samples\fpml-main-4-0.xsd /close  /XsdDoc /XsdDocOut=c:\samples\FpMLDocs /XsdDocTitle="Fpml 4.0"
    
    See Also