<div dir="auto">Confirmed that there’s  a VolumeEmitter in my serializer output, Don’s stylesheet output, Holger’s examples, and X3DJSAIL;  which causes a package conflict.  I suggest 2 approaches.</div><div dir="auto"><br></div><div dir="auto">1) use full package name in serializer output and Don’s stylesheet (I think the package name must be passed in, which I’ve not achieved in Saxon running a stylesheet).  The problem below is because the component folder is not included in the package name.  “Clearly” this is probably due to not passing in a full package name.  My issue.</div><div dir="auto"><br></div><div dir="auto">2) Suggest Holger changes the name of VolumeEmitter.x3d.  Perhaps VolumeEmitterTest.x3d would be a good name.</div><div dir="auto"><br></div><div dir="auto">The x3djsonld below indicates it’s from a stylesheet.  But I believe the full package name should be passed in.</div><div dir="auto"><br></div><div dir="auto">John</div><div dir="auto"><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Dec 19, 2024 at 12:10 AM John Carlson <<a href="mailto:yottzumm@gmail.com" target="_blank">yottzumm@gmail.com</a>> wrote:</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div dir="ltr"><div dir="auto">There seems to be some package conflict with X3DJSAIL and Holger's VolumeEmitter example.  The package name below was an incorrect guess, and properly threw an error message.</div><div><br></div><div dir="auto"></div><div><div style="color:rgb(49,49,49);font-family:'-apple-system','helvetica neue';font-style:normal;font-weight:400;letter-spacing:normal;text-indent:0px;text-transform:none;white-space:normal;word-spacing:1px;text-decoration:none;font-size:1rem">.\net\x3djsonld\data\VolumeEmitter.java:113: error: cannot find symbol<br>      .setEmitter(new /*avoid name collision with file name by defining full package*/org.web3d.x3d.jsail.VolumeEmitter().setDirection(0.0,0.0,0.0).setMass(0.01).setSurfaceArea(0.01)<br>                                                                                                         ^<br>  symbol:   class VolumeEmitter<br>  location: package org.web3d.x3d.jsail<br>2 errors</div><br></div><div class="gmail_quote"><div dir="auto"><br></div></div></div></div></blockquote></div></div>