Forum OpenACS Q&A: Response to fun with XML... I need help

Collapse
Posted by Dave Bauer on
I thought of something else. With ns_xml be sure you have the right tag by using xml_get_first_node_by_name or a. list of children with the same name with xml_get_children_by_name. In XML every newline is a node. So if you just count the tags, you will end up at the wrong node unless there is no whitespace between the tags.