Exemplo n.º 1
0
        public FlxTemplater()
        {
            httpC = HttpContext.Current;
            _domain = getDomain(httpC.Request.Url.GetLeftPart(UriPartial.Authority));
            _subDomain = httpC.Request.Url.GetLeftPart(UriPartial.Scheme);

            _loaded = false;
            _args = new XsltArgumentList();
            _xslt = new xmlTransformerMvp();

            persistBrowserVars();
            AddXML("proj",clsBrowserVarsXML);
        }
Exemplo n.º 2
0
        public FlxTemplater()
        {
            httpC      = HttpContext.Current;
            _domain    = getDomain(httpC.Request.Url.GetLeftPart(UriPartial.Authority));
            _subDomain = httpC.Request.Url.GetLeftPart(UriPartial.Scheme);

            _loaded = false;
            _args   = new XsltArgumentList();
            _xslt   = new xmlTransformerMvp();

            persistBrowserVars();
            AddXML("proj", clsBrowserVarsXML);
        }