<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
margin-bottom:.0001pt;
font-size:11.0pt;
font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{mso-style-priority:99;
color:#954F72;
text-decoration:underline;}
p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph
{mso-style-priority:34;
margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:.5in;
margin-bottom:.0001pt;
font-size:11.0pt;
font-family:"Calibri",sans-serif;}
.MsoChpDefault
{mso-style-type:export-only;}
@page WordSection1
{size:8.5in 11.0in;
margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
{page:WordSection1;}
/* List Definitions */
@list l0
{mso-list-id:1398212301;
mso-list-type:hybrid;
mso-list-template-ids:291411374 -1 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;}
@list l0:level1
{mso-level-text:"%1\)";
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-.25in;}
@list l0:level2
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-.25in;}
@list l0:level3
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l0:level4
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-.25in;}
@list l0:level5
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-.25in;}
@list l0:level6
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l0:level7
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-.25in;}
@list l0:level8
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-.25in;}
@list l0:level9
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
ol
{margin-bottom:0in;}
ul
{margin-bottom:0in;}
--></style></head><body lang=EN-US link=blue vlink="#954F72"><div class=WordSection1><p class=MsoNormal>Convert X3D XML to X3D JSON in JavaScript (possibly on the client side, haven’t tried yet)!</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Clone:</p><p class=MsoNormal> $ git clone <a href="https://github.com/coderextreme/X3DJSONLD">https://github.com/coderextreme/X3DJSONLD</a></p><p class=MsoNormal> (requires git)</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Execute against data:</p><p class=MsoNormal> $ cd X3DJSONLD</p><p class=MsoNormal> $ npm install</p><p class=MsoNormal> (requires node.js, maven, java, perl, sh—not optional, need node modules)</p><p class=MsoNormal> $ cd src/main/shell</p><p class=MsoNormal> $ find ../data/*.x3d|grep -v new | xargs node ../node/xml2all.js</p><p class=MsoNormal> (run under bash or sh)</p><p class=MsoNormal> $ cd ../data</p><p class=MsoNormal> (pick up data in *.json.new)</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Individual files:</p><p class=MsoNormal> $ node ../node/xml2all.js ../data/__________foo__________.x3d</p><p class=MsoNormal> (pick up data in __________foo__________.json.new</p><p class=MsoNormal> </p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Outstanding bugs:</p><ol style='margin-top:0in' start=1 type=1><li class=MsoListParagraph style='margin-left:0in;mso-list:l0 level1 lfo1'>FieldValue value types are not considered if not explicit, and values are treated as strings</li><li class=MsoListParagraph style='margin-left:0in;mso-list:l0 level1 lfo1'>\ escaping in scripts is not the same as X3dToJson.xslt…not sure if it works or not.</li><li class=MsoListParagraph style='margin-left:0in;mso-list:l0 level1 lfo1'>Nothing has been visualized yet, merely compared to existing JSON</li></ol><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Issue Reporting:<o:p></o:p></p><p class=MsoNormal> <a href="https://github.com/coderextreme/X3DJSONLD/issues">https://github.com/coderextreme/X3DJSONLD/issues</a><o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Main files in src/main/node:<o:p></o:p></p><p class=MsoNormal> DOM2JSONSerializer.js – DOM to JSON converter<o:p></o:p></p><p class=MsoNormal> ConvertXML.js – XML to DOM to serializer, file I/O, string handling<o:p></o:p></p><p class=MsoNormal> Xml2all.js – node command line utility, pass XML files</p></div></body></html>