zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #25922
[Merge] lp:~zorba-coders/zorba/xqdoc_fixes_system into lp:zorba/system-module
Sorin Marian Nasoi has proposed merging lp:~zorba-coders/zorba/xqdoc_fixes_system into lp:zorba/system-module.
Commit message:
XQDoc fixes.
Requested reviews:
Sorin Marian Nasoi (sorin.marian.nasoi)
For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/xqdoc_fixes_system/+merge/187907
--
https://code.launchpad.net/~zorba-coders/zorba/xqdoc_fixes_system/+merge/187907
Your team Zorba Coders is subscribed to branch lp:zorba/system-module.
=== modified file 'src/system.xq'
--- src/system.xq 2013-08-09 09:37:05 +0000
+++ src/system.xq 2013-09-26 20:30:24 +0000
@@ -22,7 +22,7 @@
: To avoid conflicts between environment variables and properties defined by Zorba,
: all environment variables are prefixed with <i>env.</i>.<p/>
: For instance, the following query: <p/>
- : <pre class="ace-static">
+ : <pre class="ace-static" ace-mode="xquery">
: import module namespace system = "http://www.zorba-xquery.com/modules/system";
:
: for $prop in system:properties()
@@ -31,7 +31,7 @@
: </pre>
: <p/>
: Will output:
- : <pre class="ace-static">
+ : <pre class="ace-static" ace-mode="xquery">
: env.TERM_PROGRAM: Apple_Terminal
: ...
: </pre>
Follow ups