I would like to ask if it is possible to have nested attributes in HTML tag which can reuse result of previous one. For example
<p custom:one="some text to process" custom:two="process result of custom:one">
where custom:one
can be used standalone but custom:two
have to be used with custom:one
. The final result will be produced by custom:two