Greetings.
Imagine I have JSON data like the following:
{
"data": "<p><a href="http://mysite.com/tutorial.pdf">Tutorial PDF</a></p>"
}
I can use the following statement to print the value nicely on a Word document:
<<[data] -html>>
But, I also need to execute some code based on what’s in the value of the “data” field.
For example, I want to download the file pointed to by the href attribute and attach it to the file being generated.
Does Assembly supports a callback mechanism or custom tags that allow me to
execute arbitrary code during rendering?
Thanks in advance,
- Elliot
Java 17
Assembly 22.2