Thomas DeWeese wrote:

I think you have fooled your self.

Yeah, well I'm pretty good at that sometimes. :-)


For all intents and purposes _nothing_ uses e.setAttributeNS(svgNS,
...) - I don't know where you got the impression you needed to do
this for 'id' you do not.

At some point in the distant past I came to believe that the svgNS had to be specified for certain attribs. Too long ago to remember how or why I developed this misconception.

In Batik setAttribute(attribName, attribValue) is exactly the same
as setAttributeNS(null, attribName, attribValue).

Thanks.


If you can provide a small reproducible example to the contrary I
would be very interested in seeing it but I do a fair amount of this
stuff and I always just use 'setAttribute' (except of course for
'xlink:href').

I'll go normalize all my code. If something breaks, I'll report back. Thanks again!



--
George Armhold
Rutgers University
eLearning Grant, DCIS


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to