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

Parsing and Formatting the Response from the JUNOScript Server

As the last step in sending a request, the application verifies that there are no errors with the response from the JUNOScript server (see Submitting a Request). It can then write the response to a file, to the screen, or both. If the response is for an operational query, the application usually uses XSLT to transform the output into a more readable format, such as HTML or formatted ASCII text. If the response consists of configuration data, the application can store it as XML (the JUNOS XML tag elements generated by default from the JUNOScript server) or transform it into formatted ASCII text.

The following sections discuss parsing and formatting options:


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