我想要原样输出.总是加入:<META http-equiv="Content-Type" content="text/html; charset=utf-8">
偏偏meta还是大写的,郁闷.XPathDocument doc = new XPathDocument(Server.MapPath("body.xml"));// Load the stylesheet and perform the transform.
XslTransform xslt = new XslTransform();
xslt.Load(Server.MapPath("body.xslt"));
xslt.Transform(doc, null, Response.OutputStream, null);