Subject: Re: SVG not honoring equally spaced characters including spaces 2007-08-27 - By Joe Bowbeer
Back 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@(protected)
|
|