[x3d-public] XML (and JSON) -> something. instead of XSLT
John Carlson
yottzumm at gmail.com
Mon Apr 20 05:38:10 PDT 2020
Consider https://github.com/coderextreme/pythonSAI/blob/master/xml2all.js
https://github.com/coderextreme/X3DJSONLD/blob/master/src/main/node/xml2all.js
They convert XML to Python and JSON out the box. More serializers can be
added.
Additionally, I have my workhorse json2all.js that converts JSON to Java,
JSON, XML, Nodejs, Nashorn, and Python by way of DOM. Note that X_ITE
VRMLScript is in the works.
So there's a lot of experience with XML conversion with JavaScript in
addition to the XSLT conversions. What I like is they work on "static"
websites.
A priority might be to convert XML to PLY. I think the choice of JSON in
this case, without going to XML, perhaps was appropriate, but it would be
interesting to create an XML to PLY converter, then I could leverage the
pattern created.
Note that a direct X3D XML -> PLY is not available that I know of. I think
VRML -> PLY is done.
John
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://web3d.org/pipermail/x3d-public_web3d.org/attachments/20200420/e7cafcb9/attachment.html>
More information about the x3d-public
mailing list