.Net 1.1 Compliant XSLT transform

  • Thread starter Actionscript Question...
  • Start date
A

Actionscript Question...

Can anyone tell me what

private XmlReader transformXml(string _xmlfilename)
{
HttpContext Context = HttpContext.Current;
XslTransform xslt = new XslTransform();
string appPath = Context.Request.ServerVariables["APPL_PHYSICAL_PATH"].ToString();
xslt.Load(appPath+"\\xml\\"+ xslFile);
XPathDocument xpathDoc = new XPathDocument(_xmlfilename);
return xslt.Transform(xpathDoc,null);
}

should be to not give me obsolete messages. The xml file is local, and
trusted, and I don't see how I can add a relevent XMLResolver.

Any ideas?

TIA
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,767
Messages
2,569,572
Members
45,045
Latest member
DRCM

Latest Threads

Top