all tasks
This commit is contained in:
parent
b83f433714
commit
68f8f3e56b
14735 changed files with 178959 additions and 0 deletions
2
Task/XML-Output/J/xml-output-1.j
Normal file
2
Task/XML-Output/J/xml-output-1.j
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
tbl=: ('"e;'; '&'; '<'; '>') (a.i.'"&<>')} <"0 a.
|
||||
esc=: [:; {&tbl@:i.~&a.
|
||||
3
Task/XML-Output/J/xml-output-2.j
Normal file
3
Task/XML-Output/J/xml-output-2.j
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
cmb=: [:; dyad define &.>
|
||||
'<Character name="', (esc x), '">', (esc y), '</Character>', LF
|
||||
)
|
||||
1
Task/XML-Output/J/xml-output-3.j
Normal file
1
Task/XML-Output/J/xml-output-3.j
Normal file
|
|
@ -0,0 +1 @@
|
|||
xmlify=: '<CharacterRemarks>', LF, cmb, '</CharacterRemarks>'"_
|
||||
7
Task/XML-Output/J/xml-output-4.j
Normal file
7
Task/XML-Output/J/xml-output-4.j
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
names=: 'April'; 'Tam O''Shanter'; 'Emily'
|
||||
|
||||
remarks=: <;._2]0 :0
|
||||
I'm > Tam and <= Emily
|
||||
Burns: "When chapman billies leave the street ..."
|
||||
Short & shrift
|
||||
)
|
||||
6
Task/XML-Output/J/xml-output-5.j
Normal file
6
Task/XML-Output/J/xml-output-5.j
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
names xmlify remarks
|
||||
<CharacterRemarks>
|
||||
<Character name="April"> I'm > Tam and <= Emily</Character>
|
||||
<Character name="Tam O'Shanter"> Burns: "e;When chapman billies leave the street ..."e;</Character>
|
||||
<Character name="Emily"> Short & shrift</Character>
|
||||
</CharacterRemarks>
|
||||
Loading…
Add table
Add a link
Reference in a new issue