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

Parsing the JUNOScriptServer’s <?xml?> PI

The syntax for the <?xml?> PI is as follows:

<?xml version="version" encoding="encoding"?>

The attributes are as follows. For a list of the attribute values that are acceptable in the current version of the JUNOScript API, see Supported Software Versions.

In the following example of a JUNOScript server’s <?xml?> PI, the version="1.0" attribute indicates that the server is emitting tag elements that comply with the XML 1.0 specification. The encoding="us-ascii" attribute indicates that the server is using the 7-bit ASCII character set standardized by ANSI. For more information about ANSI standards, see http://www.ansi.org.

<?xml version="1.0" encoding="us-ascii"?>

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