我需要解析XMind包中的content.xml文件。
文件看起來像這樣無法使用XPath讀取xml
<xmap-content xmlns="urn:xmind:xmap:xmlns:content:2.0" xmlns:fo="http://www.w3.org/1999/XSL /Format" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" version="2.0">
<sheet id="sdfasdfsdf">
<title> Sheet1 </title>
</sheet>
<sheet id="fgasdfgasr">
<title> Sheet2 </title>
</sheet>
<xmap-content>
我需要把所有表的標題列表。
我使用XPathExpression expr = navigator.Compile("//sheet");
但我猜它不工作
做什麼。任何建議或代碼都可以。
thnx提前。
如何讓''