我的代码:using(XmlTextReaderinputReader=newXmlTextReader(xml,XmlNodeType.Document,newXmlParserContext(null,null,"en",XmlSpace.Default))){XsltArgumentListarglist=newXsltArgumentList();GetXSLT().Transform(inputReader,arglist,outputStream);}XmlTextReader创建良好,在XML中有一个垂直选项卡的实体引用()出错的行是对Transform的调用。