txml.getElementsByClassName (xml, className)
Find the elements with the given class, without parsing the entire xml into a tDOM. So it is very fast and convenient. returns a list of elements.
- xml the xml string to search in.
- className the className of the element to find