<div dir="auto"><div><div class="gmail_extra"><br><div class="gmail_quote"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">From: Leonard Daly <<a href="mailto:Leonard.Daly@realism.com">Leonard.Daly@realism.com</a>><br>
To: X3D Graphics public mailing list <<a href="mailto:x3d-public@web3d.org">x3d-public@web3d.org</a>><br>
Subject: Re: [x3d-public] MFString quotes<br></blockquote></div></div></div><div dir="auto"><br></div><div dir="auto"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">...need to be quoted. XML (as many<br>
have noted) also requires that all attribute values be quoted, though it<br>
does not care if a single or double quote is used. So both of the<br>
following are legal:<br>
<br>
  <Text string='"string 1" "string 2"'/><br>
  <Text string="&quot;string 1&quot; &quot;string 2&quot;"/><br></blockquote></div></div></div><div dir="auto"><br></div><div dir="auto">This is legal in XML but not valid x3d. X3d requires single quotes surrounding the MFString attribute value.</div><div dir="auto">The only motivation for this x3d limitation seems to be that vrml requires double quotes for each MFString  component, as you helpfully recalled.</div><div dir="auto">But why not allow then what you provide above for XML ?</div><div dir="auto">Andreas</div><div dir="auto"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
</blockquote></div><br></div></div></div>