[jdom-interest] SVG not honoring equally spaced characters including spaces

Joe Bowbeer joe.bowbeer at gmail.com
Mon Aug 27 17:40:27 PDT 2007


On 8/27/07, hill0093 wrote:
>
> The trouble now is that JDOM will not let me insert xml:,
> the following won't work when running the java program using
> JDOM because JDOM won't allow colons.
>
> tspanNode.setAttribute("xml:space","preserve");
>

Try

tspanNode.setAttribute("space","preserve", Namespace.XML_NAMESPACE);


More information about the jdom-interest mailing list