close
Example:
XmlDocument xml = new XmlDocument();
Element root = xml.DocumentElement;
XmlProcessingInstruction pi = xml.CreateProcessingInstruction("xml-stylesheet", "type='text/xsl' href='ticket.xsl'");
xml.InsertBefore(pi, root);
全站熱搜
留言列表