
31 Jul
2006
31 Jul
'06
6:58 p.m.
Hi Arndt!
Arndt Jonasson schrieb:
[libsmi 0.4.5, and also most recent.]
In dump-xsd.c, there is this line:
fprintSegment( f, 0, "xsd:fractionDigits=\"%d\"/\n", offset );
As I understand XML, it should be:
fprintSegment( f, 0, "<xsd:fractionDigits value="%d"/>\n", offset );
Thanks again. I have also fixed this bug.
Best regards, Torsten