[x3d-public] X3D XML Encoding lacks support for NULL nodes

Holger Seelig holger.seelig at yahoo.de
Thu Dec 10 12:14:27 PST 2015


The X3D XML Encoding lacks support for NULL nodes.

Althought it is possible with X3D Classic Encoding to write:

Script {
   inputOutput MFNode matrix [ USE A, NULL, USE B, NULL, USE C ]
}

it is not possible to do this in X3D XML Encoding, and therefore there 
should probably something like a NULL-tag <NULL>.

<Script>
   <field accessType='inputOutput' type='MFNode' name='matrix'>
      <Script USE='A'/>
      <NULL/>
      <Script USE='B'/>
      <NULL/>
      <Script USE='C'/>
   </field>
</Script>



-- 
Holger Seelig
Mediengestalter Digital – Digital Media Designer

Scheffelstraße 31a
04277 Leipzig
Germany

Cellular: +49 1577 147 26 11
E-Mail:   holger.seelig at yahoo.de
Web:      http://titania.create3000.de

Future to the fantasy ★ ★



More information about the x3d-public mailing list