7 references to Xslt_MissingAttribute
System.Private.Xml (7)
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
2461result = _f.Error(_f.String(XslLoadException.CreateMessage(key.SourceLine, SR.Xslt_MissingAttribute, "use")));
System\Xml\Xsl\Xslt\XsltInput.cs (1)
833ReportError(/*[XT_001]*/SR.Xslt_MissingAttribute, attributes[i].name);
System\Xml\Xsl\Xslt\XsltLoader.cs (1)
1863return SetInfo(F.Error(XslLoadException.CreateMessage(ctxInfo.lineInfo, SR.Xslt_MissingAttribute, "select")), null, ctxInfo);
System\Xml\Xsl\XsltOld\CompiledAction.cs (1)
102throw XsltException.Create(SR.Xslt_MissingAttribute, attrName);
System\Xml\Xsl\XsltOld\Compiler.cs (1)
510throw XsltException.Create(SR.Xslt_MissingAttribute, attributeAtom);
System\Xml\Xsl\XsltOld\ContainerAction.cs (2)
103throw XsltException.Create(SR.Xslt_MissingAttribute, "version"); 941throw XsltException.Create(SR.Xslt_MissingAttribute, input.Atoms.ImplementsPrefix);