In XML, what are the nodes with question marks called, and how do I add them in C#?

前端 未结 3 1328
囚心锁ツ
囚心锁ツ 2021-02-19 06:12

Here\'s an example of an XML file created in InfoPath:

  
  

        
3条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-19 06:51

    These are called processing instructions. Add 'em using XmlDocument.CreateProcessingInstruction.

提交回复
热议问题