Junos scripts can be written in which two languages? (Choose two.)
A.
XLS
B.
XML
C.
XSLT
D.
SLAX
Junos scripts can be written in which two languages? (Choose two.)
Junos scripts can be written in which two languages? (Choose two.)
A.
XLS
B.
XML
C.
XSLT
D.
SLAX
Junos automation scripts can be written in either of two scripting languages: Extensible Stylesheet Language Transformations (XSLT) or Stylesheet Language Alternative Syntax (SLAX).
thanks . they are correct answers
C, D
Junos automation scripts can be written in either of two scripting languages: Extensible Stylesheet Language Transformations (XSLT) or Stylesheet Language Alternative Syntax (SLAX). XSLT is a standard for processing Extensible Markup Language (XML) data and is designed to convert one XML document into another. SLAX is an alternative to XSLT. It has a simple syntax that follows the style of C and PERL, but retains the same semantics as XSLT. Programmers who are familiar with C often find it easier to learn and use SLAX. Scripts written in one language are easily converted to the other.