William Candillon has proposed merging lp:~zorba-coders/zorba/process_doc into 
lp:zorba/process-module.

Commit message:
Minor documentation improvements.

Requested reviews:
  William Candillon (wcandillon)
  Cezar Andrei (cezar-andrei)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/process_doc/+merge/126738

Minor documentation improvements.
-- 
https://code.launchpad.net/~zorba-coders/zorba/process_doc/+merge/126738
Your team Zorba Coders is subscribed to branch lp:zorba/process-module.
=== modified file 'src/com/zorba-xquery/www/modules/process.xq'
--- src/com/zorba-xquery/www/modules/process.xq	2012-04-11 09:50:21 +0000
+++ src/com/zorba-xquery/www/modules/process.xq	2012-09-27 16:56:39 +0000
@@ -21,22 +21,22 @@
  : (i.e. exit code, result on standard out and error).
  :
  : Example:
- :<pre class="brush: xquery;">
+ :<pre class="ace-static" ace-mode="xquery">
  :  import module namespace proc = "http://www.zorba-xquery.com/modules/process";;
  :  proc:exec("ls")
  :</pre>
  :
  : Potential result:
- : <pre>
- : &lt;result xmlns="http://www.zorba-xquery.com/modules/process";>
- :   &lt;stdout>myfile.txt&lt;/stout>
- :   &lt;stderr/>
- :   &lt;exit-code>0&lt;/exit-code>
- : &lt;/result>
- : </pre>
+ : <pre class="ace-static" ace-mode="xquery"><![CDATA[
+ : <result xmlns="http://www.zorba-xquery.com/modules/process";>
+ :   <stdout>myfile.txt</stout>
+ :   <stderr/>
+ :   <exit-code>0</exit-code>
+ : </result>
+ : ]]></pre>
  :
  : @author Cezar Andrei
- : @project external
+ : @project Zorba/IO/Process
  :
  :)
 module namespace process = "http://www.zorba-xquery.com/modules/process";;

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to     : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp

Reply via email to