I using the JAXM which uses dom4j. When adding a text-node with trailing spaces they are trimed. I tried putting quotes around the String by escaping them in, but that didn't seem to work right either.
Any suggestions would help.
Using DOM4J 1.1 but I also tried 1.3 with same result.
Snip:
accountElement.addChildElement( S_ACCOUNT_TITLE ).addTextNode("Keith ");
Thanks Keith