encoding='US-ASCII'>hello.txt</entry>
</pre>
The actual {{Code|$contents}} must be {{Code|xs:string}} or {{Code|xs:base64Binary}} items.<br/>The {{Code|$options}} argument can be used to change the archive settings. It can be specified as* '''Element node'''. Currently, only the default options are supported, which are:<br /><pre class="brush:xml"><archive:options> <archive:format value="zip"/> <archive:algorithm value="deflate"/></archive:options></pre>* [[Map Module|Map]]. All parameters can be directly represented as key/value pairs:<br /><code>map { "format" := "zip", "algorithm" := "deflate" }</code>
|-
| '''Errors'''