[Simple-support] Little error in simple documentation?
Brought to you by:
niallg
|
From: Timo R. <cr...@ol...> - 2009-03-14 10:06:10
|
Hello,
I just found a little error in the Simple documentation on the
website ("tutorial"). Please see this sample XML code:
<dateList created="2007-01-03 18:05:11.234 GMT">
<list>
<object>2007-01-03 18:05:11.234 GMT</date>
<object>2007-01-03 18:05:11.234 GMT</date>
</list>
</dateList>
section "Serializing Java language types")
The element starts with "<object>" and ends with "</date>", not quite
right, isn't is? :)
Best Regards,
Timo
|