Re: > in attribute values; decimal character reference

On 05/09/2012 14:23, Daniel Sullivan wrote:
> <box test="length&gt;1"/>

yes but in xml you get the same issues in element content

<script>
    length > 1
</script>

is OK but


<script>
    length < 1
</script>

is not.  In micro-xml the current proposal is not to allow the element 
form, so the question is whether it is less confusing to not allow the 
attribute form either,

David

________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.

This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs. 
________________________________________________________________________

Received on Wednesday, 5 September 2012 14:22:24 UTC