summaryrefslogtreecommitdiff
path: root/standards
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-03-24 18:42:44 +0100
committerFlorian Dold <florian.dold@gmail.com>2019-03-24 18:42:44 +0100
commit7ab86ac2ac78defceec84fe787f590b840281ebf (patch)
tree46a216f77cafaa34476d57c627881e0029f4f2ff /standards
parent33444eb85641d148f37b206584b6082a3321896d (diff)
downloadmarketing-7ab86ac2ac78defceec84fe787f590b840281ebf.tar.gz
marketing-7ab86ac2ac78defceec84fe787f590b840281ebf.tar.bz2
marketing-7ab86ac2ac78defceec84fe787f590b840281ebf.zip
payto: fix xml quoting problem
Diffstat (limited to 'standards')
-rw-r--r--standards/draft-dold-payto.xml7
1 files changed, 2 insertions, 5 deletions
diff --git a/standards/draft-dold-payto.xml b/standards/draft-dold-payto.xml
index 6d77d19..bbabd76 100644
--- a/standards/draft-dold-payto.xml
+++ b/standards/draft-dold-payto.xml
@@ -53,9 +53,6 @@
<!-- Meta-data Declarations -->
<area>General</area>
<workgroup>Independent Stream</workgroup>
- <submissionType>independent</submissionType>
- <stream>independent</stream>
- <status>experimental</status>
<keyword>payments</keyword>
<abstract>
@@ -98,7 +95,7 @@
<figure>
<artwork type="abnf"><![CDATA[
payto-URI = "payto" "://" authority path-abempty [ "?" opts ]
- opts = opt *( "&amp;" opt )
+ opts = opt *( "&" opt )
opt = (generic-opt / authority-specific-opt) "=" *( pchar )
generic-opt = "amount" / "creditor-name" / "debitor-name" /
"message" / "instruction"
@@ -168,7 +165,7 @@
]]>
</artwork>
</figure>
-The unit value MUST be smaller than 2<sup>53</sup>.
+The unit value MUST be smaller than 2^53.
If present, the fraction MUST consist of no more than 8 decimal digits.
The use of commas is optional for readability and they MUST be ignored.
</t>