
7 Jul
2006
7 Jul
'06
3:42 p.m.
[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 );