- enter the lock password
- lock this page after save
タイトル:
最終更新情報: 8:44:51 pm on 25 April 2007 by swikis.ddo.jp
<style type="text/css">.st{color: brown}</style> true, false and nil serialization format was refactored to be more compact. It does not break the original SIXX DTD, so SIXX 0.2b still can read SIXX 0.1 data. Here is a sample array which contains true, false and nil. <html><code class="st"> #(nil true false nil false) sixxString. </code></html> Before SIXX 0.1 (and 0.2a): <html><pre class="st"> <sixx.object sixx.id="0" sixx.type="Array" > <sixx.object sixx.id="1" sixx.type="UndefinedObject" >nil</sixx.object> <sixx.object sixx.id="2" sixx.type="True" >true</sixx.object> <sixx.object sixx.id="3" sixx.type="False" >false</sixx.object> <sixx.object sixx.idref="1" ></sixx.object> <sixx.object sixx.idref="3" ></sixx.object> </sixx.object> </pre></html> After SIXX 0.2b: <html><pre class="st"> <sixx.object sixx.id="0" sixx.type="Array" > <sixx.object sixx.type="UndefinedObject" /> <sixx.object sixx.type="True" /> <sixx.object sixx.type="False" /> <sixx.object sixx.type="UndefinedObject" /> <sixx.object sixx.type="False" /> </sixx.object> </pre></html>
次回保存時にアラートメールを送信するメールアドレス一覧: