<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Apr 26, 2017 at 10:39 PM, Don Brutzman <span dir="ltr"><<a href="mailto:brutzman@nps.edu" target="_blank">brutzman@nps.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 4/26/2017 7:10 AM, Andreas Plesch wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
<br>
On Apr 25, 2017 11:16 PM, "Michalis Kamburelis"<br>
<br>
    So<br>
<br>
       " ' MFString or SFString ? ' "<br>
<br>
    is either<br>
    - an incorrect MFString (you cannot use ' to delimit parts within MFString)<br>
<br>
Yes, you are right, that is incorrect.<br>
</blockquote>
<br>
agreed that is incorrect<br>
<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
But that brings up SFStrings.<br>
When not used as part of an MFString, they still have the double quote requirement while XML allows both single or double quotes.<br>
</blockquote>
agreed for SFString values.  Equivalent constructs:<br>
<br>
XML<br>
        <WorldInfo title='Hello world!'/> </blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
        <WorldInfo title="Hello world!"/><br></blockquote><div><br></div><div>Are you implying that  <WorldInfo title='Hello world!'/> should be a conforming X3D XML encoding (of the WorldInfo node with a title field value) ?</div><div>I think you may since the X3D XML encoding does not get to define the outer quotes of an attribute value, meaning that we are all pretty much on the same page.</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
ClassicVRML and VRML encodings do not permit such variation, simply<br>
<br>
        WorldInfo {<br>
          title "Hello world!"<br>
        }<br>
<br></blockquote><div><br></div><div>Perhaps the X3D XML encoding spec. should retain a  paragraph on best practices for consistency with the VRML encoding.</div><div><br></div><div>-Andreas</div></div>
</div></div>