XSLT Beginner Tutorial with Demo

  Рет қаралды 220,386

Automation Step by Step

Automation Step by Step

Күн бұрын

Пікірлер: 288
@anushyag9516
@anushyag9516 4 жыл бұрын
You're doing great job. Few years before this was my career goal, exactly what you're doing, pickup small topics and teach in few minutes but gave up due to other commitments. Now happy to see someone is doing the same and in great way. Appreciate you.
@RaghavPal
@RaghavPal 4 жыл бұрын
Hi Anushya, thanks for your kind words, I always believe that you can start any time of your life.
@reachanand438
@reachanand438 2 жыл бұрын
You made it very easy to understand XML and XSL and how to link an XML file to an XSL and present it in the browser. Thank you
@jksharma7
@jksharma7 3 жыл бұрын
My Friend Where were you ?? Thank you Sir. You are a GREAT Teacher, Cleared my all Questions.
@generfeld
@generfeld 7 ай бұрын
Great vid. XSLT is a special purpose programming language to transform XML source data input. You can output TXT, HTML, or more XML. It can be used for rendering HTML (styling source XML). XSLT also contains data types, variables, and lots of functions like a regular programming language, which enables you to do math calculations, manipulate strings, etc. In addition to YT videos I also got 2 books cheap online and they were HUGELY helpful. XSLT has 4 data types: node-set, number, string, boolean. Every input/source XML document is seen as a list of nodes. The 7 node types are: root, element, namespace, attribute, text, comment, processing instruction.
@RaghavPal
@RaghavPal 7 ай бұрын
Thanks a lot for adding this
@cynthiamanor6565
@cynthiamanor6565 3 жыл бұрын
This was a really good high-level overview of XSLT.
@RaghavPal
@RaghavPal 3 жыл бұрын
Thanks for watching Cynthia
@MrSimbaLovesMissNala
@MrSimbaLovesMissNala 3 жыл бұрын
Thank you so much, you're a lot better at explaining this stuff than my teacher! Really appreciate it.
@RaghavPal
@RaghavPal 3 жыл бұрын
You are so welcome!
@kedareswarivinnakota233
@kedareswarivinnakota233 2 жыл бұрын
God.....!! This is really transparent 👏You really did it in 15min what my prof failed to do it in a semester. Thanks a Million ✨
@RaghavPal
@RaghavPal 2 жыл бұрын
So happy & humbled to see your message Kedareswari
@hirookenji
@hirookenji 8 ай бұрын
Thank you for this tutorial! I hope I get the job I was applying that requires this.
@RaghavPal
@RaghavPal 8 ай бұрын
I hope so too! all the best
@hirookenji
@hirookenji 8 ай бұрын
@@RaghavPal I got the job! Thank you!
@frauleinunbekannt
@frauleinunbekannt 3 жыл бұрын
Really trying to learn quickly for a job interview, thank u...you’re a good teacher
@RaghavPal
@RaghavPal 3 жыл бұрын
Best of luck
@FunkL0chx3
@FunkL0chx3 3 жыл бұрын
Sad that we still need to know that in school. Thanks for summing it up!
@RaghavPal
@RaghavPal 3 жыл бұрын
Most welcome
@tusharfaldu6062
@tusharfaldu6062 7 ай бұрын
You are great I had exam today and you saved my life bro 🤜
@RaghavPal
@RaghavPal 7 ай бұрын
Glad I could help Tushar.. humbled
@amandalimaleite3261
@amandalimaleite3261 3 жыл бұрын
This is an amazing video, straight to the point, simple and clear. Thank you for sharing you knowledge. 😀
@RaghavPal
@RaghavPal 3 жыл бұрын
Most welcome Amanda
@TheBacker007
@TheBacker007 8 ай бұрын
Very well explained with a simple example
@RaghavPal
@RaghavPal 8 ай бұрын
Glad it was helpful
@SonnetGomes
@SonnetGomes 3 жыл бұрын
Thank you. This was a great tutorial on how XSLT transformation works.
@RaghavPal
@RaghavPal 3 жыл бұрын
Most welcome Sonnet
@vihanprashant9702
@vihanprashant9702 2 жыл бұрын
thank u my bruddah. Was literally struggling to get a friggin' output when u came along
@RaghavPal
@RaghavPal 2 жыл бұрын
Glad I could help
@dailywhatsappstatus2574
@dailywhatsappstatus2574 6 күн бұрын
Best Video ever watched on this topic , and a lots of thanks as usual tomorrow i have an exam and you saved me at the last moment
@RaghavPal
@RaghavPal 6 күн бұрын
Great.. all the best for your exam.. do let me know how was it
@dailywhatsappstatus2574
@dailywhatsappstatus2574 4 күн бұрын
@@RaghavPal Exam was best and 8 mark question was there on XML and XSLT.. I attented it as it seems very easy after watching your video❤
@RaghavPal
@RaghavPal 3 күн бұрын
Great, what course are you doing
@dailywhatsappstatus2574
@dailywhatsappstatus2574 3 күн бұрын
@@RaghavPal Computer Science and Engineering
@RaghavPal
@RaghavPal Күн бұрын
Great 👍🏻
@registromalplena2514
@registromalplena2514 2 ай бұрын
This is a very good introduction to XSLT .
@RaghavPal
@RaghavPal 2 ай бұрын
Thanks a lot
@erwinmagielda
@erwinmagielda Жыл бұрын
The video is very descriptive and I can see it helped loads of people. I have downloaded the codes from the Google Drive provided, and when I drag the student.xsl file, this information is displayed: "This XML file does not appear to have any style information associated with it. The document tree is shown below."
@RaghavPal
@RaghavPal Жыл бұрын
Hi Erwin, The message you are seeing is likely due to the fact that the student.xml file you downloaded does not have any associated XSL style sheet file. An XSL file is used to transform the XML file into a human-readable format, such as HTML. Here are some possible solutions to this issue: Check the folder where you downloaded the files from Google Drive to see if the XSL file was included. If it wasn't, you may need to search for it separately or ask the person who provided the files for it. If you do have the XSL file, make sure it is in the same directory as the XML file. The XML file needs to reference the XSL file in order to apply the formatting. Open the XML file in a web browser that supports XSL transformations, such as Internet Explorer or Firefox. If the XSL file is referenced correctly, the browser should display the formatted output. If you still can't see the formatted output, check that your browser's security settings are not blocking the XSL transformation. You may need to enable active content or allow the page to run scripts in order to see the formatted output. If none of these solutions work, you may need to reach out to the person who provided the files or seek further assistance from an XML or XSL expert
@erwinmagielda
@erwinmagielda Жыл бұрын
​@@RaghavPal thank you so much for replying. The second solution fixed it! I had to run it with Internet Explorer mode on Edge browser.
@geckosonic
@geckosonic Жыл бұрын
This is a perfect introductory example. Thank you very much
@RaghavPal
@RaghavPal Жыл бұрын
Most welcome
@geckosonic
@geckosonic Жыл бұрын
@@RaghavPal Sadly, however, trying it in Chrome or Brave produces a blank page and no error message. Has something changed?
@RaghavPal
@RaghavPal Жыл бұрын
ok, can try some online help on this
@satishphad4869
@satishphad4869 Жыл бұрын
Short Simple Crisp knowledge transfer!!!!!
@RaghavPal
@RaghavPal Жыл бұрын
Glad you think so Satish
@yagnikmojidra5837
@yagnikmojidra5837 3 жыл бұрын
nice tutorial sir thanks for giving this information
@RaghavPal
@RaghavPal 3 жыл бұрын
Most welcome Yagnik
@premkarki2
@premkarki2 Ай бұрын
Thank you for excellent explanation.🙏
@RaghavPal
@RaghavPal Ай бұрын
Most welcome
@hyolee9040
@hyolee9040 2 жыл бұрын
Thank you so much! it was so easy to understand XML and XSL. You are way better than my instructor.
@RaghavPal
@RaghavPal 2 жыл бұрын
Glad it helped!
@MadhusmitaDutta-f7g
@MadhusmitaDutta-f7g 9 ай бұрын
thank you for the video...appreciate your detailed explanation and examples cited...it was helpful for understanding from a beginners perspective..
@RaghavPal
@RaghavPal 9 ай бұрын
You're very welcome Madhusmita
@sowmiyajai3317
@sowmiyajai3317 6 ай бұрын
Thank you sir. Thank you so much. It's very useful for my exam✨
@RaghavPal
@RaghavPal 6 ай бұрын
Most welcome Sowmiya
@CoreDump451
@CoreDump451 3 ай бұрын
Thank you very much! This video was a very good starting point. Hope you have a wonderful day! :D
@RaghavPal
@RaghavPal 3 ай бұрын
Glad you enjoyed it
@lesaltimbanque311
@lesaltimbanque311 Жыл бұрын
nice. very easy to follow and great for a quick start.
@RaghavPal
@RaghavPal Жыл бұрын
Glad it helped
@supriyomitra6135
@supriyomitra6135 Жыл бұрын
Excellent session. Very informative. Loved it and learned something that will help me in an upcoming project. Thank you.
@RaghavPal
@RaghavPal Жыл бұрын
So glad to know this Supriyo. Al the best
@HopeandLearn
@HopeandLearn 3 жыл бұрын
You are so lucid in exolaining things. Keep it up bro
@RaghavPal
@RaghavPal 3 жыл бұрын
Thanks
@subhashuppin8260
@subhashuppin8260 2 жыл бұрын
👌 Explained it very easily. It is very helpful. Thank you.
@RaghavPal
@RaghavPal 2 жыл бұрын
Most welcome 😊
@cinnamonflan1412
@cinnamonflan1412 2 жыл бұрын
Thank you for making this so much easier to understand!
@RaghavPal
@RaghavPal 2 жыл бұрын
You're very welcome!
@iconicae8814
@iconicae8814 2 жыл бұрын
Thank you very much for that explination it's very useful
@RaghavPal
@RaghavPal 2 жыл бұрын
You are welcome
@ABISHEKADSEC
@ABISHEKADSEC Жыл бұрын
Awesome sir.. Thanks a lot..❣️
@RaghavPal
@RaghavPal Жыл бұрын
Most welcome 😊
@kmlearnchannel9415
@kmlearnchannel9415 3 жыл бұрын
Very clear and best speed explanation
@RaghavPal
@RaghavPal 3 жыл бұрын
Most welcome
@ravim-je4yr
@ravim-je4yr 2 жыл бұрын
Excellent Sir... Thanks a lot
@RaghavPal
@RaghavPal 2 жыл бұрын
Most welcome
@balasubramanianilangovan888
@balasubramanianilangovan888 2 жыл бұрын
I truly appreciate your content and your hardwork!
@RaghavPal
@RaghavPal 2 жыл бұрын
Thanks a lot
@sssa8728
@sssa8728 2 жыл бұрын
This is very useful video thank you
@RaghavPal
@RaghavPal 2 жыл бұрын
Most welcome
@jyotsnaadaram148
@jyotsnaadaram148 Жыл бұрын
very useful vedio thank you sir
@RaghavPal
@RaghavPal Жыл бұрын
Most welcome Jyotsna
@immadisettysushma17
@immadisettysushma17 2 жыл бұрын
Thanks a lot..it was simple straight to the point..👏👏
@RaghavPal
@RaghavPal 2 жыл бұрын
Most welcome
@JackCoderr
@JackCoderr 9 ай бұрын
THANK YOU SO MUCH SIR
@RaghavPal
@RaghavPal 9 ай бұрын
Most welcome Jack
@punjabichopsticks
@punjabichopsticks 3 жыл бұрын
I am not technical background still understood very well explained
@RaghavPal
@RaghavPal 3 жыл бұрын
Thanks
@freeman37
@freeman37 3 жыл бұрын
A great intro to XML and stylesheets! Thank you
@RaghavPal
@RaghavPal 3 жыл бұрын
Thanks for watching
@hdjfgt
@hdjfgt 3 жыл бұрын
Thank you, you're a great teacher.
@RaghavPal
@RaghavPal 3 жыл бұрын
You're very welcome!
@amancharlamanas3812
@amancharlamanas3812 2 жыл бұрын
Very informative,thank you.
@RaghavPal
@RaghavPal 2 жыл бұрын
You are welcome
@stefandeichsel4939
@stefandeichsel4939 Жыл бұрын
Great explanation, but does not work on my current windows 11 - edge browser or google chrome ...
@RaghavPal
@RaghavPal Жыл бұрын
ok, will need to check the issue and errors
@ewoutlagendijk9604
@ewoutlagendijk9604 9 ай бұрын
I had the same issue, modern browsers don't allow you to use local files in this way. If you don't want to host the file on a remote web server (like me), then you can use Live Server extension from VS Code or set up a local web server with XAMPP.
@nandorvirag7134
@nandorvirag7134 3 жыл бұрын
Thank you for this video, it made it look so easy! And now I understand XSL :D
@RaghavPal
@RaghavPal 3 жыл бұрын
Glad it helped Nándor
@manusmccolgan9431
@manusmccolgan9431 3 жыл бұрын
Helped me a lot with my course thank you
@RaghavPal
@RaghavPal 3 жыл бұрын
You're very welcome Manus
@arbidag
@arbidag Жыл бұрын
Thank you Raghav!
@RaghavPal
@RaghavPal Жыл бұрын
Most welcome
@lesmonkmorison2828
@lesmonkmorison2828 2 жыл бұрын
very nice.. thanks
@RaghavPal
@RaghavPal 2 жыл бұрын
Most welcome
@smiley-wu1kn
@smiley-wu1kn 3 жыл бұрын
This is pretty interesting. Thank you so much!
@RaghavPal
@RaghavPal 3 жыл бұрын
You're very welcome!
@sanchalipramodha4611
@sanchalipramodha4611 2 жыл бұрын
superb! from srilanka
@RaghavPal
@RaghavPal 2 жыл бұрын
Thanks Sanchali
@katrinkatrin_12345
@katrinkatrin_12345 2 жыл бұрын
Good job! Thank you!
@RaghavPal
@RaghavPal 2 жыл бұрын
Most welcome Yekaterina
@MeghNini3126
@MeghNini3126 2 жыл бұрын
thank you so much sir this was so helpful
@RaghavPal
@RaghavPal 2 жыл бұрын
Most welcome
@padminikalburagi1783
@padminikalburagi1783 4 ай бұрын
Thank you.
@RaghavPal
@RaghavPal 4 ай бұрын
You're welcome Padmini
@krishnachavan1999
@krishnachavan1999 2 жыл бұрын
Thank you 😊
@RaghavPal
@RaghavPal 2 жыл бұрын
You're welcome 😊
@thomasrusterholz5217
@thomasrusterholz5217 2 жыл бұрын
yes, very useful. thanks!
@RaghavPal
@RaghavPal 2 жыл бұрын
Glad it was helpful Rusti
@MichaelZorin
@MichaelZorin 3 жыл бұрын
Hello, Thank you a lot for interesting video and explanation how XSLT works.
@RaghavPal
@RaghavPal 3 жыл бұрын
Glad it was helpful Michael
@faisaljamal5882
@faisaljamal5882 3 жыл бұрын
Thanks a lot for all the hard work. 👍 I learned a lot from your groovy tutorials. Please also do a series on xslt for XML transformation.
@RaghavPal
@RaghavPal 3 жыл бұрын
Hi Faisal, sure, will do
@mahsaforoughi
@mahsaforoughi Жыл бұрын
thank you so much🤩
@RaghavPal
@RaghavPal Жыл бұрын
Most welcome Mahsa
@sarthakitaliya7660
@sarthakitaliya7660 2 ай бұрын
thanks a lot.
@RaghavPal
@RaghavPal 2 ай бұрын
Most welcome Sarthak
@prashanthdronavalli1591
@prashanthdronavalli1591 2 жыл бұрын
This was really good tutorial. I have a question I have my XML in the below format Bob student num="2"> Jack To reference student, can I still use the below in xsl? Thank You
@RaghavPal
@RaghavPal 2 жыл бұрын
You can, I have not checked the syntax carefully, can also check this online
@DineshKumar-mr1rs
@DineshKumar-mr1rs 3 жыл бұрын
ur the god
@RaghavPal
@RaghavPal 3 жыл бұрын
Humbled Dinesh
@BAS-64
@BAS-64 2 жыл бұрын
Thanks !
@RaghavPal
@RaghavPal 2 жыл бұрын
Most welcome
@saliouseck4263
@saliouseck4263 3 жыл бұрын
Thank you very much
@RaghavPal
@RaghavPal 3 жыл бұрын
Most welcome Saliou
@kaingott
@kaingott 3 жыл бұрын
thank you very much!
@RaghavPal
@RaghavPal 3 жыл бұрын
Most welcome
@devmanman1554
@devmanman1554 Жыл бұрын
thanks man.😃
@RaghavPal
@RaghavPal Жыл бұрын
Most welcome
@mohanapriyasavithri425
@mohanapriyasavithri425 3 жыл бұрын
Very good work
@RaghavPal
@RaghavPal 3 жыл бұрын
Thank you so much 😀
@伟建-j4u
@伟建-j4u 3 жыл бұрын
Thanks for bring an excellent series course, could you please teach a lesson about how to use makefile or cmake?
@RaghavPal
@RaghavPal 3 жыл бұрын
I will try and plan for it
@АлексАлексеев-т2в
@АлексАлексеев-т2в 3 жыл бұрын
Thank you so much!
@RaghavPal
@RaghavPal 3 жыл бұрын
Most welcome
@DalasYoo
@DalasYoo 3 жыл бұрын
Nice bro, thank you for helping automation here haha
@RaghavPal
@RaghavPal 3 жыл бұрын
Happy to help
@lovefrommars7468
@lovefrommars7468 3 жыл бұрын
Thank you so much sir
@RaghavPal
@RaghavPal 3 жыл бұрын
Most welcome
@Will-kc7kx
@Will-kc7kx 10 ай бұрын
please do a simple tutorial on xsd
@RaghavPal
@RaghavPal 10 ай бұрын
I will plan Will
@aribiali3574
@aribiali3574 2 жыл бұрын
thnx mate
@RaghavPal
@RaghavPal 2 жыл бұрын
You're welcome!
@atharvsankpal
@atharvsankpal 10 ай бұрын
NICE
@RaghavPal
@RaghavPal 10 ай бұрын
Thanks
@manideepkumar959
@manideepkumar959 3 жыл бұрын
Very clear raghav ,pls make these kind of videos, actually i was searching in youtube gor a food video on xslt ,ur video is on top thanks for clear explanation
@RaghavPal
@RaghavPal 3 жыл бұрын
So nice of you, I will do more Manideep
@mgusa9372
@mgusa9372 3 жыл бұрын
Awesome!
@RaghavPal
@RaghavPal 3 жыл бұрын
Thanks
@mgusa9372
@mgusa9372 3 жыл бұрын
@@RaghavPal Thank you!
@joeygraceffa7744
@joeygraceffa7744 Жыл бұрын
thank you
@RaghavPal
@RaghavPal Жыл бұрын
You're welcome 😊
@Akash-sq2cs
@Akash-sq2cs 2 жыл бұрын
Write a simple XSLT that takes the above XMLs and writes out the same XML without any modifications. This means the output should match the input XML character by character. can any one hel
@RaghavPal
@RaghavPal 2 жыл бұрын
for now, will need to check online examples
@CambodianTutorials
@CambodianTutorials 3 жыл бұрын
thanks for the video
@RaghavPal
@RaghavPal 3 жыл бұрын
You're welcome
@forsabarça
@forsabarça 2 жыл бұрын
I am using WINDOWS but you can also do it in any OS like mac or WINDOWS.....................
@RaghavPal
@RaghavPal 2 жыл бұрын
sure Daniel
@enver6414
@enver6414 4 жыл бұрын
Hi, Raghav. Thanks for your efforts. It is been gew years i am following you and few other KZbinr. I did not know anything about coding before that, but now I am Automation guy. You do not know me, but you are one of my heros. I have a plan for 2021. I am planning to one hours study everyday for full year. I will try my best to do it. If there is a compagin, i think it can change everyone life. How do you think about it. Can you please lead us to start one hour learning plan? Thanks
@RaghavPal
@RaghavPal 4 жыл бұрын
Great to know this Enver, Sure let me know how can I support you
@enver6414
@enver6414 4 жыл бұрын
@@RaghavPal Thank you for your reply. currently, I am doing selenium automation with Java. Since this is my first year, there are still some challenges at work. I have a dream to be a good automation Engineer in the next few years. as long as new things coming to market continuously, it is been kind of hard for me what to learn, if you can give me some suggestion of what to learn, it will be great, thanks Enver
@RaghavPal
@RaghavPal 4 жыл бұрын
Start with something you are already working with. Like Selenium for UI browser automation. You can learn to create frameworks in Java, Python, JS etc. Can also learn the tools that do UI Browser Automation testing, Then as per your interest or needs can start with other Automation testing topics like API, CI, CD etc. Will find all here - automationstepbystep.com/
@Ludi505
@Ludi505 Жыл бұрын
so, how did that go? I'm curious.
@akrav88
@akrav88 3 жыл бұрын
Thanks you
@RaghavPal
@RaghavPal 3 жыл бұрын
Welcome Alex
@m12652
@m12652 5 ай бұрын
Good stuff, thank you 👍 how can i preview for formatted xml in chrome without running a server?
@RaghavPal
@RaghavPal 5 ай бұрын
Thanks, To preview formatted XML in Chrome without running a server, you have a few options: 1. XMLTree Extension: - Install the [XMLTree extension] from the Chrome Web Store. - It provides a collapsible tree view for XML files, similar to what Internet Explorer offers. - You can explore the XML structure and see open/close nodes. 2. Web Inspector (Developer Tools): - Right-click on an XML node and select "Inspect Element." - This opens the WebKit Web Inspector, which allows you to explore the XML structure, including highlighting and navigation. 3. Pretty XML Tree: - There's another extension called [Pretty XML Tree](chrome.google.com/webstore/detail/pretty-xml-tree/ajfkkmnpfddpmdhjgdidplmcmfekfjeg) that uses XSLT to format XML. - It aims to be faster and more efficient than the older XML Tree extension. Give these options a try, and choose the one that best suits your needs. Happy XML browsing --
@m12652
@m12652 5 ай бұрын
@@RaghavPal cheers
@chowdary4128
@chowdary4128 3 жыл бұрын
Kindly continue the classes for XSLT
@RaghavPal
@RaghavPal 3 жыл бұрын
I will plan to add more videos
@kishorekannan5765
@kishorekannan5765 3 жыл бұрын
@@RaghavPal waiting
@brazo98
@brazo98 Жыл бұрын
Thx a lot for your very awesome tutorials. Could you tell me which extension or default homepage did you take on chromebrowser specialy I means the clock and welcome page. Thx 😻😻😻
@RaghavPal
@RaghavPal Жыл бұрын
ok, thats a chrome extension - Momentum
@brazo98
@brazo98 Жыл бұрын
@@RaghavPal Thx a lot
@amantiwari8312
@amantiwari8312 2 жыл бұрын
Hello sir, how you record your video and editing everything which software you used plz reply
@RaghavPal
@RaghavPal 2 жыл бұрын
Hi Aman, I use the mac in-built tools
@Myrslokstok
@Myrslokstok 2 жыл бұрын
Thanks great tutorial, but wouldnt it be usefull with a 3'th file who import both XML and XSL so we dont have to change the XML.
@RaghavPal
@RaghavPal 2 жыл бұрын
I will check on this
@RakArtzy
@RakArtzy 7 ай бұрын
Hi. That was a very helpful. Now Internet explorer is no more available. I am unable to view XML in browser anymore using xsl stylesheet. can you please help?
@RaghavPal
@RaghavPal 7 ай бұрын
Let's explore some solutions: 1. Browser Support for XSLT: - Historically, most leading browsers supported client-side XSLT transformation. When you open an XML file with an associated XSL stylesheet, the browser would apply the transformation and display the output (usually HTML) instead of the original XML. - However, recent changes mean that not all browsers handle this the same way anymore. 2. Recommended Approach: - The standard way to associate an XSL stylesheet with an XML file is by adding a processing instruction within the XML file itself. Here's how: ```xml ``` Replace `"your-stylesheet.xsl"` with the actual path to your XSLT file. - When you open the XML file in a browser, it should automatically apply the specified XSLT. 3. Browser Behavior: - Firefox: Historically, Firefox supported this feature, but recent versions no longer apply XSLT transformations. It will display the content of the XML directly. - Chrome and Edge: These browsers not only disallow XSLT but also won't display the XML content. They treat it as an unsupported format. - IE: Although IE is no longer actively maintained, it used to handle XSLT transformations well. However, I recommend avoiding IE due to its security risks and lack of modern features. 4. Alternative Solutions: - Server-Side Transformation: Consider performing the XSLT transformation on the server side (using PHP, Java, or other server technologies) and serving the transformed HTML to the browser. - Third-Party Tools: Explore third-party tools or libraries that handle XML-to-HTML transformations. For example, Saxon-JS allows XSLT 3.0 to run in the browser. - Local Development: During development, use local servers (e.g., Apache, Node.js) to serve your XML and XSL files. This ensures consistent behavior across browsers. 5. Debugging Tips: - Check your browser's developer console for any error messages related to XSLT processing. - Verify that your XML and XSL files are accessible via valid URLs. - Ensure that your XSLT script is correctly written and doesn't contain errors. Remember that XSLT usage has evolved, and browser support varies. If possible, consider migrating away from XSLT for client-side transformations.
@ambarishmangrulkar7151
@ambarishmangrulkar7151 3 жыл бұрын
Great work! Your explanation is really amazing. Can you also share how we can convert XML file to docx format using XSLT or by any other means? Thank you!
@RaghavPal
@RaghavPal 3 жыл бұрын
Hi Ambarish, thanks, I will work on this
@tothemoon7438
@tothemoon7438 Ай бұрын
Did simply the same process as you, but my xsl style doesnt work. When I connect my xsl stylesheet to xml, I can only see a white screen on my Microsoft Edge tab. My xml and xsl files are in the same folder, I chacked file names in connections, I chacked XSL through the XML Validator. Everything should be fine, but nothing works ;/ Isntead of student atributes i see a white screen
@RaghavPal
@RaghavPal Ай бұрын
To troubleshoot your XSL stylesheet issue, check XML and XSL syntax, ensure proper linking, test in different browsers, simplify and debug your XSL, check the console for errors, and verify file permissions -
@tonester1964
@tonester1964 Жыл бұрын
The video presentation is good, easy to follow, but I'm still having trouble getting the table data to appear in the browser. I made sure to duplicate your content to see the result in the browser, however, all I get is what you see below. What am I doing wrong? What am I missing? Regardless of the browser I use, this is the result. Thanks for any advice I can get. This XML file does not appear to have any style information associated with it. The document tree is shown below. Mick Mouse Mickey
@RaghavPal
@RaghavPal Жыл бұрын
Tony To get the table data to appear in the browser, you need to use XSLT to transform the XML data into HTML. The XSLT file `student.xsl` should contain the following code: ```xslt First Name Last Name Nick Name ``` Once you have created the XSLT file, you can transform the XML data into HTML using the following command: ``` xsltproc student.xsl student.xml ``` This will create a new file called `student.html` which will contain the table data. You can then open the `student.html` file in a web browser to see the table data. Here is an example of what the table data would look like in the web browser: ``` First Name | Last Name | Nick Name ---------- | -------- | -------- Mick | Mouse | Mickey ```
@peddinimurali
@peddinimurali 3 жыл бұрын
Hi, I have a question, what is the columns limit to print the output in excel like can we print more than 400 columns by using this xslt template.
@RaghavPal
@RaghavPal 3 жыл бұрын
Hi, I am not too sure and will need to check on it
@nguyeninhthienuc4963
@nguyeninhthienuc4963 Жыл бұрын
So i used visual studio 2019 to run my xml find with a xslt file, when i open xml find on some browsers(MicrosoftEdge,Chrome), it shows nothing, then i open it on firefox and it only show text but the table i fommatted by xslt. Do you know why sir? Sorry for my bad English
@RaghavPal
@RaghavPal Жыл бұрын
Hi Nguyễn The behavior you described could be due to differences in how different browsers handle XML and XSLT rendering. Here are a few possible reasons why you might be experiencing this: Browser Compatibility: Different browsers have varying levels of support for XML and XSLT rendering. Some browsers may handle the rendering of XML and XSLT more effectively than others. It's possible that the browsers you mentioned (Microsoft Edge and Chrome) have limitations or issues with rendering XML and XSLT in the way you expect. XSLT Transformations: The XSLT file you're using might not be compatible with all browsers. Some browsers may have stricter interpretation of XSLT stylesheets or might not support certain XSLT features. This can result in inconsistent rendering or no rendering at all. Security Restrictions: Browsers often have security measures in place that restrict the loading of XML and XSLT files from local file systems. This can prevent the XSLT transformation from being applied and result in the XML content not being displayed correctly. To address these issues, you can try the following: Ensure your XSLT file is well-formed and valid according to the XSLT specification. Test your XML and XSLT files in multiple browsers to identify any browser-specific rendering issues. Consider using a browser that has better support for XML and XSLT, or use browser developer tools to investigate any error messages or warnings related to XML and XSLT rendering. Host your XML and XSLT files on a web server rather than accessing them from the local file system. This can help overcome some security restrictions imposed by browsers. Consider using dedicated XML and XSLT tools or libraries that provide consistent rendering across different browsers. These tools often offer more control and flexibility in handling XML and XSLT transformations. By addressing these points, you can improve the compatibility and rendering of your XML and XSLT files across different browsers.
@nguyeninhthienuc4963
@nguyeninhthienuc4963 Жыл бұрын
@@RaghavPal Thank you!
@shashanksinghsisodiya514
@shashanksinghsisodiya514 2 жыл бұрын
Sir, how to add some default value in xsl UI. let say i want to hard code 'Y' for field name called 'lastname' in your table based on some condition in for each.. so i just want some default value for lastname in UI based on some condition in UI table
@RaghavPal
@RaghavPal 2 жыл бұрын
Hi Shashank, will need to check on that, pls try online help
@rodolfoeduardo5488
@rodolfoeduardo5488 2 жыл бұрын
Could you show a way that runs in google chrome? Suggestion: put a way to pay you regardless of plan, as a bonus. Thanks.
@RaghavPal
@RaghavPal 2 жыл бұрын
Hi, sure, I will check on that
@idk-rs1ic
@idk-rs1ic 2 жыл бұрын
Hi, i have couple of doubts could you please advise me 1. i want to increment one date on my current date, i just given below line , will it work let say validaityDate receiving like 2022-01-27 and am trying to remove the "-" and adding one date... let say am expecting 20220128
@RaghavPal
@RaghavPal 2 жыл бұрын
Hi Sunil, not very sure, will need to check this
@swetanshushekhar
@swetanshushekhar 3 жыл бұрын
Please create videos for SAP PI/PO
@RaghavPal
@RaghavPal 3 жыл бұрын
I will plan Swetanshu
@deejaysergedc
@deejaysergedc 3 жыл бұрын
Hey Raghav, my XML/XSL only works when I run my XAMP server... any idea why? I want it to show by just opening a chrome tab (direct location clip, not via localhost)
@RaghavPal
@RaghavPal 3 жыл бұрын
Hi, it may be setup that way, take some help from your dev or networks team,
@shubhambhandare4004
@shubhambhandare4004 11 ай бұрын
Konsa vala rdp use kare ho bhai
@RaghavPal
@RaghavPal 11 ай бұрын
need the context for this Shubham
@transcendentalmess
@transcendentalmess 3 жыл бұрын
Great video, but is it wise for you to have all of that information about your system displayed in a public video?
@RaghavPal
@RaghavPal 3 жыл бұрын
Hi, i use temporary remote systems so should not be an issue, still pls tell me the time stamp so I can check again
What is XPath | How to create XPath | for Beginners
10:53
Automation Step by Step
Рет қаралды 258 М.
XSLT XPath Tutorial
1:08:20
arbitrarytechnology
Рет қаралды 46 М.
Accompanying my daughter to practice dance is so annoying #funny #cute#comedy
00:17
Funny daughter's daily life
Рет қаралды 17 МЛН
XML Schema (XSD) Beginner Tutorial with Demo
9:44
Automation Step by Step
Рет қаралды 366 М.
Simple XSLT Tutorial - XSLT in 5 minutes
8:17
Jeremy Morgan
Рет қаралды 417 М.
Learn JSON Step-by-Step from Scratch
13:11
Automation Step by Step
Рет қаралды 110 М.
XML Namespace tutorial for complete Beginners
6:43
Automation Step by Step
Рет қаралды 156 М.
What is XML | XML Beginner Tutorial | Learn XML with Demo in 10 min
10:58
Automation Step by Step
Рет қаралды 951 М.
Learn JSON in 10 Minutes
12:00
Web Dev Simplified
Рет қаралды 3,2 МЛН
NGINX Explained - What is Nginx
14:32
TechWorld with Nana
Рет қаралды 264 М.
Microservices explained - the What, Why and How?
18:30
TechWorld with Nana
Рет қаралды 888 М.
JMeter Full Course Masterclass | Step by Step for Beginners | Raghav Pal |
3:31:26
Automation Step by Step
Рет қаралды 1 МЛН