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

Holger Seelig holger.seelig at yahoo.de
Thu Dec 10 12:31:18 PST 2015


Rewrote the X3D XML example,
And is there support for NULL nodes in JSON Encoding considered?

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




Am 10.12.2015 um 21:14 schrieb Holger Seelig:
> 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