我想將下列屬性添加到使用XmlWriter的節點,但似乎沒有任何工作,有沒有人有任何想法?使用XmlWriter添加屬性
<news:news>
我努力實現以下目標:
<url>
<loc>http://www.example.org/business/article55.html</loc>
<news:news>
<news:publication>
<news:name>The Example Times</news:name>
<news:language>en</news:language>
</news:publication>
<news:access>Subscription</news:access>
<news:genres>PressRelease, Blog</news:genres>
<news:publication_date>2008-12-23</news:publication_date>
<news:title>Companies A, B in Merger Talks</news:title>
<news:keywords>business, merger, acquisition, A, B</news:keywords>
<news:stock_tickers>NASDAQ:A, NASDAQ:B</news:stock_tickers>
</news:news>
</url>
感謝
這不是一個屬性 - 這是一個元素的開始。這裏你的術語需要非常精確。你能發佈一個你想要達到的完整例子嗎? –
好吧,元素的開始與結尾的額外部分 – Funky
你是什麼意思的「與額外的部分在結尾」?再次,一個*完整的例子真的有幫助。如果您對這個問題含糊不清,我們將無法爲您提供幫助。請閱讀http://tinyurl.com/so-list –