特定の名前空間が必要な xpath でいっぱいのクラスがあります。どうすればこれを達成できますか? このコードをリファクタリングする最も簡単な方法は何ですか? 置換を見つけますか?
名前空間が事前にわからない場合、将来特定のノードを取得するための最良の方法は何ですか?
susr1 = root.SelectSingleNode("/PurchaseOrderRequest/DocumentHeader/DocumentInformation/DocumentIdentification/Type");
susr1 = root.SelectSingleNode("/PurchaseOrderRequest/ssdh:DocumentHeader/ssdh:DocumentInformation/ssdh:DocumentIdentification/ssdh:Type");