diff --git a/ietf/templates/submit/upload_submission.html b/ietf/templates/submit/upload_submission.html index 5fca19e10..395759856 100644 --- a/ietf/templates/submit/upload_submission.html +++ b/ietf/templates/submit/upload_submission.html @@ -44,10 +44,18 @@
- Either a plain-text document or a valid .xml file which can be processed by the xml2rfc
- processor must be provided.
- If no .txt file is provided, one will be generated from the .xml file.
- Other file types are optional.
+
+ Either a plain-text document or a valid .xml file which can be processed by the xml2rfc
+ processor must be provided.
+
+ For v3 .xml sources which include external files, this requires them to be run through xml2rfc with
+ the --prep option, to produce a completely expanded (standalone) .xml source file for
+ upload.
+
+ If no .txt file is provided, one will be generated from the .xml file.
+
+ Other file types are optional.
+