Best .net Method to create an XML Doc

前端 未结 11 658
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-02-04 03:33

I am trying to figure out what the best method is for writing an XML Document. Below is a simple example of what I am trying to create off of data I am pulling from our ERP syst

11条回答
  •  余生分开走
    2021-02-04 03:55

    There's a new language called XCST that compiles to C#.

    
       
    
       
          
             
                {order.ItemNumber}
                {order.Quantity}
                {order.WareHouse}
             
          
       
    
    

提交回复
热议问题