XPath and C#: Get data from an XML Document

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 ม.ค. 2025

ความคิดเห็น • 21

  • @PatrickHoodDaniel
    @PatrickHoodDaniel 3 ปีที่แล้ว +6

    This is the only video on XML that helped me. Very well demonstrated!!

    • @discospiff
      @discospiff  3 ปีที่แล้ว

      I'm glad it helped! XPath is a great way to navigate XML documents.

    • @longbeachboy57
      @longbeachboy57 11 หลายเดือนก่อน

      Same here :)

  • @discaffix6604
    @discaffix6604 3 ปีที่แล้ว +1

    Great introduction to Xpath, I appreciate it Brandan!

    • @discospiff
      @discospiff  3 ปีที่แล้ว +1

      I'm glad it helped! It's great to hear from you.

  • @natedietel4968
    @natedietel4968 2 ปีที่แล้ว +1

    Would you look at that. I'm still learning from you after graduation! Your videos are incredibly helpful, hope you're doing well!

    • @discospiff
      @discospiff  2 ปีที่แล้ว +1

      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???

    • @natedietel4968
      @natedietel4968 2 ปีที่แล้ว

      @@discospiff Doing well! I work at CIC and am working on a listener for XML files and this helped a lot!

  • @davidjohns4745
    @davidjohns4745 2 ปีที่แล้ว

    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.

    • @discospiff
      @discospiff  2 ปีที่แล้ว

      I'm glad it helped! XPATH is a great way to filter and find data.

  • @607
    @607 2 ปีที่แล้ว +1

    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.

    • @discospiff
      @discospiff  2 ปีที่แล้ว +1

      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.

  • @rayanm2175
    @rayanm2175 2 ปีที่แล้ว

    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 .

  • @davidvillarreal5256
    @davidvillarreal5256 3 ปีที่แล้ว

    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?

  • @teawithcinnamon
    @teawithcinnamon 3 ปีที่แล้ว

    Thank you! This helped a lot

    • @discospiff
      @discospiff  3 ปีที่แล้ว +1

      Glad it helped, thanks for the comment! There's a lot you can do with xml parsing... a great way to validate interchange data.

  • @milanapegaonkar3614
    @milanapegaonkar3614 2 ปีที่แล้ว

    Thanks!

    • @discospiff
      @discospiff  2 ปีที่แล้ว

      You're welcome! Thanks for watching.

  • @ViratKumar-kz7je
    @ViratKumar-kz7je 3 ปีที่แล้ว

    Can we use Xpath method in Winform c# ?

    • @discospiff
      @discospiff  3 ปีที่แล้ว

      I've never tried it, but I imagine you can.