mrss_search_tag

Search a tag in a mrss_t, a mrss_item_t or a mrss_tag_t from name and a namespace.

extern (C) @system nothrow @nogc
mrss_search_tag

Parameters

element mrss_generic_t

it is the parent node (mrss_t or mrss_item_t)

name char*

the name of the element

ns char*

the namespace. It can be null if the tag has a null namespace

tag mrss_tag_t**

the return pointer

Return Value

the error code

Meta