XML错误:属性值未加引号

时间:2018-08-23 14:37:30

标签: ios xml cordova ionic-framework config

每当我运行mother命令时,都会出现以下错误

screen shot of the error

我走到文本行,它声明具有未引用的属性值,而且似乎没有什么异常之处。

public ActionResult Print()
{
    return new ActionAsPdf("Index")
    {
        FormsAuthenticationCookieName = System.Web.Security.FormsAuthentication.FormsCookieName,
        FileName = "PDF Doc.pdf"
    };
}

1 个答案:

答案 0 :(得分:0)

platform添加结束标记后,您发布的XML的格式就会正确。

由于您没有包括文档的错误部分,所以我们只能猜测,但是您很可能围绕属性值犯了以下错误之一:

  1. 省略(单引号或双引号)。
  2. 使用了引号 / ,而不是直引号"
  3. 使用了卷曲的撇号 / ,而不是直的撇号'