1
我有充滿xpaths的類,現在需要specfic命名空間。我怎樣才能做到這一點?什麼是重構此代碼最簡單的方法?找到替代?將名稱空間添加到xpath
如果我事先不知道命名空間,將來如何獲取特定節點的最佳方法是什麼?
susr1 = root.SelectSingleNode("/PurchaseOrderRequest/DocumentHeader/DocumentInformation/DocumentIdentification/Type");
susr1 = root.SelectSingleNode("/PurchaseOrderRequest/ssdh:DocumentHeader/ssdh:DocumentInformation/ssdh:DocumentIdentification/ssdh:Type");