b:widget-settings and b:widget-setting
The tags <b:widget-settings> (with "s") is a wrapper <b:widget-setting> (without "s") which held user-defined <b:widget> settings known as gadget settings within the Blogger Layout Editor. The Syntax And Attribute BLOGGER XML LANGUAGE <b:widget-settings> <b:widget-setting name='content'> <div> Dont Encode My Div </div> </b:widget-setting> </b:widget-settings> The tag <b:widget-settings> can only be nested within a tag <b:widget>. The tag <b:widget-settings> only can contain tags <b:widget-setting>. Tags <b:widget-setting> can only be nested within a tag <b:widget-settings>. A tag <b:widget-setting> can only contain gadget settings with an Explicit name. <b:widget-setting> value is HTML Encoded text. The most used widget is HTML/Javascript type widget. The name widgetsetting is 'content' later on will be described as singleton ta…