[jdom-interest] SVG not honoring equally spaced characters
including spaces
hill0093
hill0093 at umn.edu
Mon Aug 27 18:20:11 PDT 2007
Thanks ever so much for that magic which
inserts the xml: and seems to work just fine.
Joe Bowbeer wrote:
>
> 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);
> _______________________________________________
> To control your jdom-interest membership:
> http://www.jdom.org/mailman/options/jdom-interest/youraddr@yourhost.com
>
>
--
View this message in context: http://www.nabble.com/SVG-not-honoring-equally-spaced-characters-including-spaces-tf4332230.html#a12360584
Sent from the JDOM - General mailing list archive at Nabble.com.
More information about the jdom-interest
mailing list