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

it is the parent node (mrss_t or mrss_item_t)

name
Type: char*

the name of the element

ns
Type: char*

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

tag
Type: mrss_tag_t**

the return pointer

Return Value

the error code

Meta