Elements
The Edgemesh® Server HTML parser adds some custom elements to make working with the Edgemesh® Platform as easy as possible for developers.
dynamic
The dynamic
element tells the Edgemesh® Parser that the content within the element should be considered dynamic and unsafe to cache. It can also be used to fetch components from other sources (URLs) and injected into your page.
Format
Example
Attributes
src | The source (URL) to fetch the dynamic content from. Content will be fetched at the edge and expanded along with all other dynamic fragments. Any content inside the dynamic element will be replaced by the content from the source's text response. |