XSLT Function ProcessMarkdown

Consumes markdown text and returns an HTML, introduced in 2018.1.

FURTHER DESCRIPTION TO BE COMPLETED

NAMESPACE

xmlns:AS="http://schema.advantages.cz/AsapFunctions"

SYNTAX

string ProcessMarkdown(string)

PARAMETERS

Name Description

REMARKS

It is possible to set ‘User-Agent’ header when calling AS:HttpRequest function

Apply basic authentication if url of request contains a userinfo path (e.g. http://username:password@mysit.com/)

EXAMPLE

Source XML

<ROOT> 
    <...="..."/> 
</ROOT>

Stylesheet

<?xml version="1.0" encoding="UTF-8"?> 
<xsl:stylesheet 

...

</xsl:stylesheet>