Initial value:= new XsltInput.XsltAttribute[3]
{
new XsltInput.XsltAttribute(
"select",
V1Req |
V2Opt),
new XsltInput.XsltAttribute(
"separator",
V2Opt),
new XsltInput.XsltAttribute(
"disable-output-escaping",
V1Opt |
V2Opt)
}
Definition at line 207 of file XsltLoader.cs.
208 {
209 new XsltInput.XsltAttribute(
"select",
V1Req |
V2Opt),
210 new XsltInput.XsltAttribute(
"separator",
V2Opt),
211 new XsltInput.XsltAttribute(
"disable-output-escaping",
V1Opt |
V2Opt)
212 };
Referenced by System.Xml.Xsl.Xslt.XsltLoader.AtomizeAttributes(), and System.Xml.Xsl.Xslt.XsltLoader.XslValueOf().