R
Russ
Can lists be used in attributes? For example, suppose I have an
element like this:
<x tol="-2.0 2.0">
where I am specifying a lower and an upper tolerance on x. Or, for
another example,
<poly coeff="-3.23 4.11 8.32"
where I am giving the coefficients of a polynomial. Are these legal?
Are they a good idea? Thanks.
element like this:
<x tol="-2.0 2.0">
where I am specifying a lower and an upper tolerance on x. Or, for
another example,
<poly coeff="-3.23 4.11 8.32"
where I am giving the coefficients of a polynomial. Are these legal?
Are they a good idea? Thanks.