html-parse()
node-set html-parse(string html)Example
<flow>
<copy in="a.html" out="$html"/>
<eval out="$parsedHTML">html-parse($html)</eval>
<template>
{
"firstP": {{ $parsedHTML/html/body/main/p[1] }}
}
</template>
</flow>Last updated