我試圖在Java中創建一個XML文檔,其中包含下列元素:設置命名空間屬性上的元素
<project xmlns="http://www.imsglobal.org/xsd/ims_qtiasiv1p2"
xmlns:acme="http://www.acme.com/schemas"
color="blue">
我知道如何創建項目節點。我也知道如何設置使用
element.setAttribute("color", "blue")
難道我設置的xmlns和xmlns顏色屬性:極致屬性通過使用setAttribute(以同樣的方式),或者我做它在一些特殊的方式,因爲它們的命名空間屬性?
有幾個編程模型的例子: http://stackoverflow.com/questions/528312/creating-an-xml-document-using-namespaces-in-java – 2012-08-03 15:13:25