9 Mar
2003
9 Mar
'03
5:39 p.m.
Hi! i agree with oliver and doesnt seem dangerous for using data structure information in a html page. i checked too types this structures on python scripts and dont have any problems... []s Eduardo
Could you elaborate this a little bit? I can't see any problem with using field names which hold data structure information. What you shouldn't do is _rely_ on the types (name:int etc.) for anything important, but using the names to get the data as a record or list etc. doesn't seem dangerous for me.