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);
文章標籤
全站熱搜
創作者介紹
創作者 give 的頭像
give

Give

give 發表在 痞客邦 留言(0) 人氣(293)