20 lines
470 B
XML
20 lines
470 B
XML
|
<?xml version='1.0' encoding='utf-8'?>
|
||
|
<!DOCTYPE section [
|
||
|
<!ENTITY % myent SYSTEM "../entities.ent">
|
||
|
%myent;
|
||
|
]>
|
||
|
<section xmlns="http://docbook.org/ns/docbook" version="5.0"
|
||
|
xmlns:xi="http://www.w3.org/2001/XInclude">
|
||
|
<title>unzip</title>
|
||
|
<para>Extract files from a zip archive.
|
||
|
Sample request:
|
||
|
<screen><![CDATA[
|
||
|
...
|
||
|
]]></screen>
|
||
|
Sample response:
|
||
|
<programlisting language="xml"><![CDATA[
|
||
|
...
|
||
|
]]></programlisting>
|
||
|
</para>
|
||
|
<para></para>
|
||
|
</section>
|