Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #72.9K
~145 People Reached
Favorite Forums
Web Development x 1
2 Posted Topics
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.
I have been stumpted with this problem for a couple of days now and can't figure out what i am doing wrong. I am trying to build a XML Document object and then create a Envelope, which is where the problem occurs i get the an error when i try …
The End.
kermit007