Friday, November 14, 2014

Week 10: Muddiest points

1. Must XML attributes and elements always be quoted? In HTML, for example, one can code the link as:

<a href = http://www.url.com/>site</a>

 or

<a href="http://www.url.com/">site</a>

2. What are some interoperability issues when using XML -- for instance, in using Unicode v. ASCII?  

No comments:

Post a Comment