
4 Jan
2005
4 Jan
'05
5:42 p.m.
On Tue, 4 Jan 2005, Bob Jamison wrote:
I'm having a small problem with open/close tags mismatching. For example, I make a group node with:
groupRepr = sp_repr_new("svg:g");
...and what is generated during a save is <g> ....stuff....</svg:g>
Looks like the same is happening for <metadata> tags. Maybe this is a difference between trivial and paired tags.
Easy to fix anyhow; just update the other places in sp_repr_write_element to use element_name rather than sp_repr_name().
-mental