jQuery on XML rather than HTML

I understand how jQuery can work with HTML to do fabulous stuff. I do things all the time with like add a property to line of HTML. I was wondering can it do the same thing to and XML file? Things like create additional tags, and does XML have things similar to innerHtml to change how content reads. If not jQuery can standard JavaScript? Thanks

https://api.jquery.com/jQuery.parseXML/

Never worked with it myself, but it looks pretty straight forward.

1 Like

You link was super helpful. Thanks a lot!

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.