Hi all, I've just downloaded jQuery to see if I can use it in a web program and I've come across something which I don't know is a problem, a bug or just (quite likely) my lack of xml/jquery knowledge.
I'm using the example at ... http://www.webmonkey.com/tutorial/Easy_XML_Consumption_using_jQuery?oldid=20032 and if you change all the xml <name> tags in the referenced 'students.xml' test file to <title> it doesn't work. I guess this is because title is a reserved word? Anyone know how to get round this please because the xml files I'm consuming do have <title> in them. Many thanks Alex