[x3d-public] Thoughts for x3d.py str() calls

John Carlson yottzumm at gmail.com
Mon Oct 16 23:52:34 PDT 2023


Would anyone like to discuss the below and draft a possible stand-in for
str() in x3d.py output routines?  If no one else, I may be able to talk to
someone in severe pain, messed up shoulder, diabetes, amputation, heart
failure, etc?

I'm not really asking for that DEF/USE stuff at this time, except the same
problem Joe has with XML, code, etc., I have with XML, XSLT, etc.

Thanks,

John

Instead of calling str() to print out a value, call a function that does
precision floating point formatting on floats according to a user’s
wishes.  If the value is a list, call the function recursively with a list
comprehension, otherwise, call str.

>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://web3d.org/pipermail/x3d-public_web3d.org/attachments/20231017/32314dac/attachment.html>


More information about the x3d-public mailing list