kermit007 0 Newbie Poster

I am trying to build the following Java XML Element as part of a XML Document using JDOM:

<objectPath xsi:type="ns1:CIMObjectPath">

But you can't put colons in Elements with JDOM, so how exactly would i create the above Element?

Any assistance would be greatly appreciated.