<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Using the example 2 from 19776-1</p>
    <pre><Text string='"He said, \&quot;Immel did it!\&quot;"' />

</pre>
    After the XML parser finishes with this node, the value of the
    attribute 'string' is sent to the X3D parser for handling. That
    string (XML value of the attribute 'string') is:<br>
    <br>
    <pre>"He said, \"Immel did it!\""</pre>
    In this it is necessary for using a backslash to identify "special"
    use of a double-quote. The above string is not legal SFString or
    MFString as there is no space between the double-quoted element (for
    MFString) or there are incorrect number of double-quotes characters.<br>
    <br>
    <div class="moz-signature">-- <br>
      <font class="tahoma,arial,helvetica san serif" color="#333366">
        <font size="+1"><b>Leonard Daly</b></font><br>
        3D Systems & Cloud Consultant<br>
        LA ACM SIGGRAPH Chair<br>
        President, Daly Realism - <i>Creating the Future</i>
      </font></div>
  </body>
</html>