mrss_search_attribute

This function searches an attribute from a mrss_tag_t, a name and a namespace

extern (C) @system nothrow @nogc
mrss_search_attribute

Parameters

element mrss_generic_t

it is the mrss_tag_t

name char*

the name of the element

ns char*

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

attribute mrss_attribute_t**

the return pointer

Return Value

the error code

Meta