|
Where in the internet can I find a reference to the complete list of javascript keywords which I use with AJAX.
Or, more specifically, I want AJAX keywords which will read tags in an XML file.
I can do a simple script, but I know there is a lot more I can do it, but have no idea as to how I am to do it.
Also, questions I would like to ask is, does Javascript have the ability to find the following.....
....me to obtain the total quantity of tags or nodes in an XML file
....me to obtain the total quantity of a particular XML tag name
....when a tag is empty, like <tag></tag> how do I get it to just read it as an empty tag, rather than give me the error 'no such tag'
....When I have nested tags, say <outer><nested></nested></outer> how do I get the contents of nested, inside the nth outer tag?
....How do I get a script which would read nested tags. like 4x <nested> tags inside one <outer> tag, how do I get nested #3 inside outer #124?
Been trying goolge, but I keep on getting dead ends.
Could there be a book title I could buy with this in it. Pref. the whole lot in it, but even if it is part on this topic.
|