Parser for strange floating point arrays embedded in XML

I have something which stores numeric data in XML in the form

[r1.24, r0.56, r0.0]

Is there anything standard which parses such a numeric array syntax, or do I have to write a small parser?

What sort of numbers are that? Why do they begin with r?

Someone implemented them that way around 2001. I have to read them.

1 Like

Disregard; coded parser. Thanks.

1 Like

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.