Skip to content

Commit 3e03544

Browse files
authored
Merge pull request #245 from AlphaWallet/october-schema
change schema to october
2 parents 4e285e0 + 4ecafdf commit 3e03544

File tree

31 files changed

+205
-583
lines changed

31 files changed

+205
-583
lines changed

examples/EntryToken/EntryToken.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<!ENTITY icon.en SYSTEM "icon.en.shtml">
66
<!ENTITY style SYSTEM "shared.css">
77
]>
8-
<ts:token xmlns:ts="http://tokenscript.org/2019/05/tokenscript"
8+
<ts:token xmlns:ts="http://tokenscript.org/2019/10/tokenscript"
99
xmlns="http://www.w3.org/1999/xhtml"
1010
xmlns:xml="http://www.w3.org/XML/1998/namespace"
11-
xsi:schemaLocation="http://tokenscript.org/2019/05/tokenscript"
11+
xsi:schemaLocation="http://tokenscript.org/2019/10/tokenscript http://tokenscript.org/2019/10/tokenscript.xsd"
1212
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1313
custodian="false"
1414
>

examples/EntryToken/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ help:
2323
# XML Validation
2424
# if INVALID, run validation again with xmllint to get meaningful error
2525
# then delete the canonicalized file
26-
-xmlstarlet val --xsd http://tokenscript.org/2019/05/tokenscript/tokenscript.xsd $@ || (mv $@ [email protected]; xmllint --noout --schema http://tokenscript.org/2019/05/tokenscript/tokenscript.xsd [email protected])
26+
-xmlstarlet val --xsd http://tokenscript.org/2019/10/tokenscript/tokenscript.xsd $@ || (mv $@ [email protected]; xmllint --noout --schema http://tokenscript.org/2019/10/tokenscript/tokenscript.xsd [email protected])
2727

2828
%.tsml: %.canonicalized.xml
2929
ifeq (,$(KEYSTORE))

examples/action/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ help:
2323
# XML Validation
2424
# if INVALID, run validation again with xmllint to get meaningful error
2525
# then delete the canonicalized file
26-
-xmlstarlet val --xsd http://tokenscript.org/2019/05/tokenscript/tokenscript.xsd $@ || (mv $@ [email protected]; xmllint --noout --schema http://tokenscript.org/2019/05/tokenscript/tokenscript.xsd [email protected])
26+
-xmlstarlet val --xsd http://tokenscript.org/2019/10/tokenscript/tokenscript.xsd $@ || (mv $@ [email protected]; xmllint --noout --schema http://tokenscript.org/2019/10/tokenscript/tokenscript.xsd [email protected])
2727

2828
%.tsml: %.canonicalized.xml
2929
ifeq (,$(KEYSTORE))

examples/action/XDAI-bridge.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!ENTITY style SYSTEM "shared.css">
44
<!ENTITY xdai-bridge.en SYSTEM "xdai-bridge.en.shtml">
55
]>
6-
<ts:action xmlns:ts="http://tokenscript.org/2019/05/tokenscript"
6+
<ts:action xmlns:ts="http://tokenscript.org/2019/10/tokenscript"
77
xmlns="http://www.w3.org/1999/xhtml"
88
xmlns:xml="http://www.w3.org/XML/1998/namespace"
99
>

examples/devcon5-nft/Devcon.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<ts:token xmlns:ts="http://tokenscript.org/2019/05/tokenscript"
2+
<ts:token xmlns:ts="http://tokenscript.org/2019/10/tokenscript"
33
xmlns="http://www.w3.org/1999/xhtml"
44
xmlns:xml="http://www.w3.org/XML/1998/namespace"
5-
xsi:schemaLocation="http://tokenscript.org/2019/05/tokenscript"
5+
xsi:schemaLocation="http://tokenscript.org/2019/10/tokenscript http://tokenscript.org/2019/10/tokenscript.xsd"
66
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
77
custodian="false"
88
>

examples/devcon5-nft/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ help:
2323
# XML Validation
2424
# if INVALID, run validation again with xmllint to get meaningful error
2525
# then delete the canonicalized file
26-
-xmlstarlet val --xsd http://tokenscript.org/2019/05/tokenscript/tokenscript.xsd $@ || (mv $@ [email protected]; xmllint --noout --schema http://tokenscript.org/2019/05/tokenscript/tokenscript.xsd [email protected])
26+
-xmlstarlet val --xsd http://tokenscript.org/2019/10/tokenscript/tokenscript.xsd $@ || (mv $@ [email protected]; xmllint --noout --schema http://tokenscript.org/2019/10/tokenscript/tokenscript.xsd [email protected])
2727

2828
%.tsml: %.canonicalized.xml
2929
ifeq (,$(KEYSTORE))

examples/erc20/AlphaWallet-Discovery-Token/ALP.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
<!ENTITY style SYSTEM "shared.css">
44
<!ENTITY discover.en SYSTEM "discover.en.shtml">
55
]>
6-
<ts:token xmlns:ts="http://tokenscript.org/2019/05/tokenscript"
6+
<ts:token xmlns:ts="http://tokenscript.org/2019/10/tokenscript"
77
xmlns="http://www.w3.org/1999/xhtml"
88
xmlns:xml="http://www.w3.org/XML/1998/namespace"
9-
xsi:schemaLocation="http://tokenscript.org/2019/05/tokenscript"
9+
xsi:schemaLocation="http://tokenscript.org/2019/10/tokenscript http://tokenscript.org/2019/10/tokenscript.xsd"
1010
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1111
custodian="false"
1212
>

examples/erc20/AlphaWallet-Discovery-Token/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ help:
2323
# XML Validation
2424
# if INVALID, run validation again with xmllint to get meaningful error
2525
# then delete the canonicalized file
26-
-xmlstarlet val --xsd http://tokenscript.org/2019/05/tokenscript/tokenscript.xsd $@ || (mv $@ [email protected]; xmllint --noout --schema http://tokenscript.org/2019/05/tokenscript/tokenscript.xsd [email protected])
26+
-xmlstarlet val --xsd http://tokenscript.org/2019/10/tokenscript/tokenscript.xsd $@ || (mv $@ [email protected]; xmllint --noout --schema http://tokenscript.org/2019/10/tokenscript/tokenscript.xsd [email protected])
2727

2828
%.tsml: %.canonicalized.xml
2929
ifeq (,$(KEYSTORE))

examples/erc20/AlphaWallet-Discovery-Token/discover.en.shtml

Lines changed: 23 additions & 17 deletions
Large diffs are not rendered by default.

examples/erc20/DAI/DAI.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
<!ENTITY style SYSTEM "shared.css">
44
<!ENTITY dai-bridge.en SYSTEM "dai-bridge.en.shtml">
55
]>
6-
<ts:token xmlns:ts="http://tokenscript.org/2019/05/tokenscript"
6+
<ts:token xmlns:ts="http://tokenscript.org/2019/10/tokenscript"
77
xmlns="http://www.w3.org/1999/xhtml"
88
xmlns:xml="http://www.w3.org/XML/1998/namespace"
9-
xsi:schemaLocation="http://tokenscript.org/2019/05/tokenscript"
9+
xsi:schemaLocation="http://tokenscript.org/2019/10/tokenscript http://tokenscript.org/2019/10/tokenscript.xsd"
1010
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1111
custodian="false"
1212
>

0 commit comments

Comments
 (0)