Hi,
is there a reason why you are using aspx transformation?
In case you would like to display only document, custom page type, sku or node data you can create a text/xml transformation (select Transformation type: Text/xml). Then you can type {% %} and in the body of the macro you can use CTRL + SPACE to display available fields and macro methods).
Example:
{% DocumentName %}
In XML transformation you do not need to use Eval.
Best regards,
Ivana Liptakova