Hi Sascha,
I guess you are talking about updating a DOM tree; but how did you created that DOM tree? Did you created it using API calls, or did you use a DOM parser reading a file? In the latter case, did you turn namespace processing on?
Finally, what you plan to do with the updated tree?

Alberto

At 11.14 22/09/2006 +0200, Sascha Bahl wrote:
Hello! I've problems to find information to write the namespace attributes in the root of the document. Example: <WMS_Capabilities version="1.3.0" xmlns="http://www.opengis.net/wms"; xmlns:xlink="http://www.w3.org/1999/xlink"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://www.opengis.net/wms http://schemas.opengis.net/wms/1.3.0/capabilities_1_3_0.xsd";> Can anybody help? Cu Sascha

Reply via email to