Skip to content

Commit 0621627

Browse files
committed
Upload of Production 1.4 workbench
1 parent 59eea6e commit 0621627

13 files changed

+3903
-3436
lines changed

build/jwiXML.adv.cls.js

+139-127
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fileReader.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function addDrag(input, output) {
4646
reader.addEventListener("load", () => {
4747
out.value = reader.result;
4848
});
49-
reader.readAsText(file);
49+
reader.readAsText(file,'UTF-8');
5050
}
5151
});
5252
out.style.background = "white";

help/img1.png

76 Bytes
Loading

help/img3.png

19.9 KB
Loading

help/img4.png

38.5 KB
Loading

help/img5.png

15.6 KB
Loading

help/img5a.png

35.1 KB
Loading

help/jwiXML-help.css

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
p, table, ul {
2+
font-size: 8pt;
3+
}
4+
td.option {
5+
font-style: italic;
6+
/*font-weight: bold;*/
7+
}
8+
td.false::before {
9+
content:"\2718";
10+
}
11+
td.true::before {
12+
content:"\2714";
13+
}

help/jwiXML-help.xhtml

+544
Large diffs are not rendered by default.

jwiXML.3.sef.json

+1-1
Large diffs are not rendered by default.

jwiXML.css

+26-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
@import "styles/checkbox.css";
22
@import "styles/tooltip.css";
3+
@import "ixmlhighlight.css";
34

45
* {
56
font-family: arial, helvetica, sans-serif
67
}
7-
pre,
8+
pre, pre *,
89
textarea {
910
font-size: smaller;
1011
font-family: monospace;
@@ -79,7 +80,8 @@ pre.sppf {
7980
font-size: x-small;
8081
}
8182
.resultXML {
82-
font-weight: bold;
83+
/* font-weight: bold;*/
84+
color:blue;
8385
}
8486
.testSet {
8587
background-color: lightBlue;
@@ -135,7 +137,7 @@ a.testName {
135137
font-size: x-small;
136138
}
137139
.derivation {
138-
background-color: yellow;
140+
background-color: gold;
139141
}
140142
.format {
141143
background-color: green;
@@ -295,10 +297,30 @@ code {
295297
#helpPage * {
296298
max-width:600pt;
297299
}
298-
300+
.hint {
301+
font-size: 8px;
302+
}
303+
.experimental {
304+
color:red;
305+
}
299306
table.options tr:nth-child(even) {
300307
background-color: aliceblue;
301308
}
302309
legend:not(:first-of-type) {
303310
font-weight: bold;
311+
}
312+
313+
details.advanced > summary {
314+
font-size:6pt;
315+
padding: 0;
316+
/*width: 15em;*/
317+
background-color: #eee;
318+
border: none;
319+
box-shadow: none;
320+
/*box-shadow: 3px 3px 4px black;*/
321+
cursor: pointer;
322+
}
323+
324+
.report {
325+
font-size: smaller;
304326
}

saxonJS/SaxonJS2.js

+2,293-2,356
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

saxonJS/SaxonJS2.rt.js

+886-947
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)