Create XML element with

redx7777

New Member
I am using java to create a sitemap xml.\[code\]Element img = doc.createElement("image:image");\[/code\]I get an exception:\[code\]org.w3c.dom.DOMException: INVALID_CHARACTER_ERR: An invalid or illegal XML character is specified.\[/code\]Any advice on how do I create the element?
 
Top