[Contents] [Prev] [Next] [Index] [Report an Error]


<configuration-text>

Usage

<!-- when emitted by a client application -->
<rpc>
    <load-configuration format="text">
        <configuration-text>
            <!-- ASCII text representing configuration objects to load -->
        </configuration-text>
    </load-configuration>
</rpc>

<!-- when emitted by the JUNOScript server -->
<rpc-reply>
    <configuration-text>
        <!-- ASCII text representing objects in the current configuration -->
    </configuration-text>
</rpc-reply>

Description

Enclose ASCII text that represents one or more configuration objects.

See Also

<rpc>, <rpc-reply>


[Contents] [Prev] [Next] [Index] [Report an Error]