Initial value:= new XsltInput.XsltAttribute[5]
    {
        new XsltInput.XsltAttribute(
"copy-namespaces", 
V2Opt),
 
        new XsltInput.XsltAttribute(
"inherit-namespaces", 
V2Opt),
 
        new XsltInput.XsltAttribute(
"use-attribute-sets", 
V1Opt | 
V2Opt),
 
        new XsltInput.XsltAttribute(
"type", 
V2Opt),
 
        new XsltInput.XsltAttribute(
"validation", 
V2Opt)
 
    }
 
Definition at line 159 of file XsltLoader.cs.
  160    {
  161        new XsltInput.XsltAttribute(
"copy-namespaces", 
V2Opt),
 
  162        new XsltInput.XsltAttribute(
"inherit-namespaces", 
V2Opt),
 
  163        new XsltInput.XsltAttribute(
"use-attribute-sets", 
V1Opt | 
V2Opt),
 
  164        new XsltInput.XsltAttribute(
"type", 
V2Opt),
 
  165        new XsltInput.XsltAttribute(
"validation", 
V2Opt)
 
  166    };
 
Referenced by System.Xml.Xsl.Xslt.XsltLoader.AtomizeAttributes(), and System.Xml.Xsl.Xslt.XsltLoader.XslCopy().