Thank you.
The problem with transformation methods for images is that they returns the whole image tag, while i need just a link. Can I use something(like regex or smth else) to extract the link from tag code? Also, transformation method GetImage
doesn't include the localhost's port to image link, so it becomes
<img alt="" src="http://localhost/getattachment/bd9127f3-7ef4-4dd8-ab51-8cf951c0a3b7/rss-1.aspx"/>
instead of
<img alt="" src="http://localhost:8066/getattachment/bd9127f3-7ef4-4dd8-ab51-8cf951c0a3b7/rss-1.aspx"/>
May be the problem won't reproduce when deployed not on localhost, but however it looks suspisious.
I'll also try your advice for categories, thank you.