Hello,
I don't understand why is this bug opened?
My result:
1. If you want tag xmlns:dia, than must apply patch to:
Index: doc/diagram.dtd
===================================================================
RCS file: /cvs/gnome/dia/doc/diagram.dtd,v
retrieving revision 1.5
diff -r1.5 diagram.dtd
3c3
< xmlns CDATA #FIXED "http://www.gnome.org/projects/dia/">
---
> xmlns:dia CDATA #FIXED "http://www.gnome.org/projects/dia/">
Or rewrite xmlns:dia to xmlns in dia files.
2. I don't understand why is in <dia:composite> tag next
<dia:composite> tag.
In dtd this isn't.
If this right, than patch to:
Index: doc/diagram.dtd
===================================================================
RCS file: /cvs/gnome/dia/doc/diagram.dtd,v
retrieving revision 1.5
diff -r1.5 diagram.dtd
33c33
< <!ELEMENT dia:composite (dia:attribute)*>
---
> <!ELEMENT dia:composite (dia:attribute | dia:composite)*>
If this isn't right, than remove <dia:composite type="color"/> from
dia files.
When i using autodia, that tag isn't in code.
I don't understand what it doing?
Is it a problem?
Regards,
skim
--
---------------------------------------------------
Michal "skim" Špaček Brno, CZ, Europe
E-mail: skim (at) skim.cz
jabber: skim (at) njs.netlab.cz user: unix, TeX
------=[ #!/usr/bin/perl ]=------------------------