I am trying to create a responsive design layout using XML that relies on setting the initial-scale
of the user agent. In HTML I would use some variation of the <meta viewport>
tag such as this:
<meta name="viewport" content="width=320, initial-scale=1">
however the lack of a closing tag is a problem for XML.
Is there a way for me to do this in valid XML that would also work in browsers?