⚲
Project
Profile
Help
Tour this page
Frequent Planio Questions
Learning Resources
Sign in
Register
Switch Planio account
Open in Planio App
Share current page
Search
:
Projects
All Projects
Help
Tour this page
Frequent Planio Questions
Learning Resources
Sign in
Register
Switch Planio account
Open in Planio App
Share current page
Saxon
»
SaxonJS
Overview
Roadmap
Issues
Blog
Documents
Forums
Files
Download (1.36 KB)
Bug #5855
» README.txt
Output and more details -
Mary Holstege
, 2023-01-25 21:20
Compiled using:
java -cp /home/mary/SVG/tools/Saxon111/saxonee/saxon-ee-14.1.jar net.sf.saxon.Transform -t -xsl:mapmerge.xsl -export:mapmerge.sef.json} -target:JS -nogo -relocate:on -ns:\#\#html5 -config:/home/mary/SVG/saxon/config/config.xml
Running with SaxonJ:
java -cp /home/mary/SVG/tools/Saxon114/saxonee/saxon-ee-11.4.jar net.sf.saxon.Transform -traceout:#err -config:/home/mary/SVG/saxon/config/config.xml -it:test -xsl:mapmerge.xsl
Trace:
submap [1]: map{1:"a"}
submap [1]: map{2:"a"}
submap [1]: map{2:"b"}
submap [1]: map{1:"c"}
submap [1]: map{3:"d"}
merged [1]: map{1: ("a", "c") ,2: ("a", "b") ,3:"d"}
Results:
<?xml version="1.0" encoding="UTF-8"?><div>true true true true</div>[mary@box3 bug]$
Running with SaxonJS:
Trace:
fn:trace: submap: HashTrie map{xs:integer('1'): xs:string('a')}
SaxonJS2.rt.js:840 fn:trace: submap: HashTrie map{xs:integer('2'): xs:string('a')}
SaxonJS2.rt.js:840 fn:trace: submap: HashTrie map{xs:integer('2'): xs:string('b')}
SaxonJS2.rt.js:840 fn:trace: submap: HashTrie map{xs:integer('1'): xs:string('c')}
SaxonJS2.rt.js:840 fn:trace: submap: HashTrie map{xs:integer('3'): xs:string('d')}
SaxonJS2.rt.js:840 fn:trace: merged: HashTrie map{xs:integer('1'): (xs:string('a'),xs:string('b'),xs:string('c')), xs:integer('2'): (xs:string('a'),xs:string('b'),xs:string('c')), xs:integer('3'): xs:string('d')}
Results:
true false false true
« Previous
1
2
3
4
Next »
(1-1/4)
Loading...