I parsed and have pointer xmlNodePtr
upto category tag, But I want to get the value of the node(name) like TrailersFreeMovies , Trailers
in an array.
<categories><category><name>TrailersFreeMovies</name><url>https://www.ex1.com/srs/index.php?cid=47</url></category><category><name>Trailers</name><url>https://www.ex1.com/srs/index.php?cid=45</url></category></categories>
guide me to parse this