tag_start(name, attrs)
Instance Public methods
Called when a tag is encountered. @p name the tag name @p attrs an array of arrays of attribute/value pairs, suitable for use with assoc or rassoc. IE, <tag attr1=âvalue1â attr2=âvalue2â> will result in #tag_start( âtagâ, # [[âattr1â,âvalue1â],])
Please login to continue.