From the course: Cisco CCNP ENCOR v1.1 (350-401) Cert Prep: 2 Network Management, Security, and Automation
Unlock this course with a free trial
Join today to access over 24,200 courses taught by industry experts.
XML formatting
From the course: Cisco CCNP ENCOR v1.1 (350-401) Cert Prep: 2 Network Management, Security, and Automation
XML formatting
- [Instructor] In this video, we want to take a look at a different type of formatting. In our last video, we took a look at JSON formatting. Now we're going to take a look at XML. That's Extensible Markup Language. Extensible means that we can extend its abilities by adding our own tags. And when we think of a markup language, we might think of HTML used for web development, and we can add tags to the HTML of a webpage to do things like italicize or bold a text. Oftentimes when I'm writing a blog post, I'll use HTML to set the type of header that I want for a piece of text. For example, let's say that I wanted a Type 4 header. To do that, I can enter a less than and a greater than sign with h4, for Header 4, in the middle. I do that just before my Type 4 header, and then after the header text, I enter that again, except this time, I put a forward slash before the h4. This says that I'm ending my Type 4 header.…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
Network automation1m 5s
-
(Locked)
Overview of SDN6m 23s
-
(Locked)
JSON formatting5m 55s
-
(Locked)
XML formatting7m 50s
-
(Locked)
YANG data modeling9m 19s
-
(Locked)
Installing Python3m 41s
-
(Locked)
The interactive interpreter6m 18s
-
(Locked)
Data types5m 59s
-
(Locked)
Data type conversions3m 44s
-
(Locked)
Lists4m 38s
-
(Locked)
Dictionaries4m 53s
-
(Locked)
User input2m 20s
-
(Locked)
The If function8m 58s
-
(Locked)
Loops10m 43s
-
(Locked)
File access11m 35s
-
NETCONF16m 37s
-
(Locked)
RESTCONF9m 52s
-
(Locked)
Chef5m 1s
-
(Locked)
Puppet5m 36s
-
(Locked)
Ansible4m 7s
-
SaltStack2m 59s
-
(Locked)
Cisco DNA center overview7m 38s
-
(Locked)
Cisco DNA center workflows5m 34s
-
(Locked)
Overview of vManage6m 29s
-
(Locked)
Cisco DNA center and vManage APIs6m 21s
-
(Locked)
REST API response codes7m 30s
-
(Locked)
REST API security considerations5m 18s
-
-
-