Invalid XML from smidump -f xsd (fractionDigits)

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 );

31 Jul
31 Jul
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
6940
Age (days ago)
6964
Last active (days ago)
1 comments
2 participants
participants (2)
-
Arndt Jonasson
-
Torsten Klie