Replacement of Wiki.Toc to get current page's TOC extended
Use sample: Web.Html("http://www.gureweb.net/@api/deki/pag...dTouch/DekiMVC");
var mPars = {
sPath: __request.args.path ?? args.path ?? "."
};
var xWikiTocExt=Web.Html(Wiki.Uri("/").."@api/deki/pages/=Template:@himikel%252FWikiToc/contents?mode=view&format=xhtml&pageid=1&path="..mPars.sPath.."&authtoken="..user.authtoken)["//ol"];
xWikiTocExt;
//Web.Xml(xWikiTocExt);
//Web.Pre(Xml.Format(xWikiTocExt));
//Web.Pre(Xml.Html(xWikiTocExt));