
4 Jan
2005
4 Jan
'05
5:41 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.
Aha. Good catch. I wonder why libxml didn't complain? Even though g and svg:g have the same expanded name, <g>...</svg:g> still isn't syntactically valid.
-mental