Learn XML in 2 hours (XML Made Easy)

preview_player
Показать описание
Join this channel to get access to perks:

Learn XML in 2 hours (XML Made Easy)

Also check our other 30 Plus Full Free Courses below with proper learning order:

#1 Software Testing (Manual) with Live Project

#2 300 Plus Software Testing Interview Questions with Video Answers

#3 170 Plus Software Testing Types

#4 50 Plus Software Testing Tools

#5 Selenium Java (Full Crash Course) - Learn in 30 days

#6 Selenium Java Detailed Course with Live Project

#7 Selenium 4 Java Course (2022-23)

#8 Selenium Java Interview Questions

#9 Core Java Made Easy (Full Course)

#10 150 Java Programs for Interview with Video Solutions

#11 SQL Full Course (Beginners to Advanced)

#12 Python Programming Made Easy (Full Course)

#13 Selenium Python Full Course

#14 Python Interview Questions

#15 Security Testing Basics

#16 Mobile Testing Made Easy

#17 SelectorsHub Full Course for Selenium

#18 JavaScript Made Easy Full Course

#19 CSharp Made Easy Full Course

#20 Basic Web Technologies (HTML,CSS,JS,DOM,XML,SQL)

#21 - Cucumber BDD in Depth (Full Course)

#22 - Extent Reports in Depth (Full Course)

#23 - POI API in Depth (Full Course)

#24 - TestNG in Depth (Full Course)

#25 - API Testing using Postman (Full Course)

#26 - Kubernetes Made Easy (Full Course)

#27 - Docker Made Easy (Full Course)

#28 - New Selenium IDE TNG (Full Course)

#29 - SoapUI Full Course

#30 - Selenium Java - Framework Factory
Рекомендации по теме
Комментарии
Автор

Best Video to actually understand basics of XML for Beginners, everything is clearly explained.
Thank you so much sir💫

rudranshnemade
Автор

I thought you are American.
Buy after going through your playlist I got to know you are from our Telugu states.
Happy to listen wonderful classes 😊

tskushal
Автор

Sir, its my request that please make the tutorial video of postman....because I only understand your teaching style....please if possible....
Thank you.

suyogsawale
Автор

I have a very simple XML file. My first example actually. When I open XML file in Edge or Chrome, I see output in Tree format. But when I put stylesheet info in XML info, I see not display at all.
I have validated both XML and XSL online without any errors.

MyXML FIle

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?xml-stylesheet type="text/xsl" href="people.xsl"?>

<people>
<husband employed="Yes">
<name>Mark</name>
<age>45</age>
<wife>
<wname>Janet</wname>
<age>29</age>
</wife>
</husband>
<husband employed="No">
<name>Matt</name>
<age>42</age>
<wife>
<wname>Annie</wname>
<age>41</age>
</wife>
</husband>
</people>


MY XSL file (currently it does nothing)

<?xml version="1.0"?>

</xsl:stylesheet>

techgalaxy
Автор

Very good and understandable explanation

KSProduction
Автор

Why do you have </name> after <cost>, sir, and not </cost>, sir?

catdaddy
Автор

There is a mistake at 1:00:15, you don't have to provide the URL of where the "names are stored". No. XML treats those URIs (URL is a kind of URI) just as strings! They are merely used to identify a namespace uniquely, nothing else, they don't even have to be valid URIs, which follow a certain syntax (although it is reocme ded because of convenience). An XML file will never access data inside a URL, it doesn't have that power (because it's a markup language, not a programming language; it's not executed, it's read). For this reason, any string would, like "potato123" as long as it's unique. URLs (URIs more generally) are typically used because the are conceptually meaningful to the data. But it's because it's handy, not because it's a requisite.

AlvaroALorite
Автор

how to add Only LF not CR in output text file using XML code

Iamyou
Автор

Hi sir, Thanks for the video which can help any one who is trying to understand Xml and it's conversion.

@QAFox Could you please create a video on Xml Developer (web context) in now days this types of jobs in trending.

ranaphadiboys
Автор

I'm here for my exam preparation let's see what happens..

_MSTHAKUR
Автор

i made more effort to understand what you said than understanding the content :(

aligrich
Автор

Arun sir you forgotten to add the notes sir, please provide as soon as possible sir.

shaikbaji