# append <a> tag below
@after(<a>, href, ./@src, content, ./@src): //iframe
# take everything after the last slash
@match("[^\/]+$", "1"): $@/@content
# move the attribute inside the tag
@append(@content): $@
Если последний $@
не будет работать, просто определите переменную для <a>
.