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

it is the mrss_tag_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

attribute

the return pointer

Return Value

the error code

Meta