[x3d-public] Agenda for X3D WG Open Meeting Wednesday 10th May 2017

Don Brutzman brutzman at nps.edu
Wed May 10 09:21:45 PDT 2017


On 5/10/2017 9:16 AM, Don Brutzman wrote:
> 
> EXAMPLE
> 
>     <Text string='Hello world'/>
> 
> is equivalent to
> 
>     <Text string='"Hello world"'/>

or, flipped around,

EXAMPLE

	<Text string='"Hello world"'/>

is equivalent to

	<Text string='Hello world'/>
or
	<Text string="Hello world"/>

Of note: parser recognition that the Text node's string attribute has type MFString comes from the specification, not from inspection of these constructs.

all the best, Don
-- 
Don Brutzman  Naval Postgraduate School, Code USW/Br       brutzman at nps.edu
Watkins 270,  MOVES Institute, Monterey CA 93943-5000 USA   +1.831.656.2149
X3D graphics, virtual worlds, navy robotics http://faculty.nps.edu/brutzman



More information about the x3d-public mailing list