<div dir="ltr">Can the output Java package name be provided as an optional parameter to X3DJSAIL's CommandLine?  I would like to add a package name, similar to the Transform command in Java.  Note that in the past, if I am calling <div><br></div><div>net.sf.saxon.Transform.main(new String[] {<br>     "-warnings:recover",<br>     "-dtd:off",<br>     "-expand:on",<br>      "-o:"+out,                                                                                                                  "-s:"+source,<br>      "-xsl:"+stylesheet,<br>       "packageName=net.x3djsonld.data",                                                                       "className="+out.substring(out.lastIndexOf("/")+1, out.lastIndexOf(".")).replace(".", "_")</div><div>});</div><div><br></div><div>I am replacing Saxon with X3DJSAIL for Java and Python generation in my "don" shell scripts.  Instead, I am doing something like this:</div><div><br></div><div> org.web3d.x3d.jsail.CommandLine.main(new String[] {<br>    source,<br>    stylesheet, // -toJava or -toPython<br>    "-tofile",<br>    out<br> });</div><div><br></div><div>In order to create greater compatibility between Java and Python generated from X3DJSAIL, instead of using stylesheets directly.</div><div><br></div><div>Also, providing a way to set the Java className with CommandLine would be great too.</div><div><br></div><div>I will wait on running my don script until such a feature is available, or I will just pause on using Java and Python generating stylesheets.</div><div><br></div><div>Thanks!</div><div><br></div><div>Thanks,</div><div><br></div><div>John</div></div>