For some reason I thought xpath was really complicated, and I tried to avoid using it. All this time (just a few days, to be fair :P), it's been exactly what I wanted.
Funny, me too! I thought XPath was complicated, until it got my hands in it and tried it... then I realized, it's quite useful, and simple! I had a similar experience with Spring Boot.
hello sir, if there is a .dds file that was linked to an XML file like that "" how can i grab that file ? ,,i was able to grab some of the files using a program but the program couldn't find the rest .
This is the only video on XML that helped me. Very well demonstrated!!
I'm glad it helped! XPath is a great way to navigate XML documents.
Same here :)
Great introduction to Xpath, I appreciate it Brandan!
I'm glad it helped! It's great to hear from you.
Would you look at that. I'm still learning from you after graduation! Your videos are incredibly helpful, hope you're doing well!
Ok, this is really good to hear! One big reason I put my lectures on TH-cam is to keep in touch with former students.
How've you been???
@@discospiff Doing well! I work at CIC and am working on a listener for XML files and this helped a lot!
At last I've got to a video that gives me a simple way to query XML. I've been down some strange rabbit holes.
I'm glad it helped! XPATH is a great way to filter and find data.
For some reason I thought xpath was really complicated, and I tried to avoid using it. All this time (just a few days, to be fair :P), it's been exactly what I wanted.
Funny, me too! I thought XPath was complicated, until it got my hands in it and tried it... then I realized, it's quite useful, and simple!
I had a similar experience with Spring Boot.
hello sir, if there is a .dds file that was linked to an XML file like that "" how can i grab that file ? ,,i was able to grab some of the files using a program but the program couldn't find the rest .
Hello, good video, a question, I get this error when trying to access a node:
"CLR / System.NullReferenceException"
Do you know how to solve it?
Thank you! This helped a lot
Glad it helped, thanks for the comment! There's a lot you can do with xml parsing... a great way to validate interchange data.
Thanks!
You're welcome! Thanks for watching.
Can we use Xpath method in Winform c# ?
I've never tried it, but I imagine you can.