[KSS-checkins] r49353 - kukit/kss.core/trunk/kss/core/plugins/core/demo

gotcha at codespeak.net gotcha at codespeak.net
Wed Dec 5 01:06:12 CET 2007


Author: gotcha
Date: Wed Dec  5 01:06:11 2007
New Revision: 49353

Modified:
   kukit/kss.core/trunk/kss/core/plugins/core/demo/basic_commands.pt
Log:
update for new protocol

Modified: kukit/kss.core/trunk/kss/core/plugins/core/demo/basic_commands.pt
==============================================================================
--- kukit/kss.core/trunk/kss/core/plugins/core/demo/basic_commands.pt	(original)
+++ kukit/kss.core/trunk/kss/core/plugins/core/demo/basic_commands.pt	Wed Dec  5 01:06:11 2007
@@ -91,19 +91,18 @@
      For instance, let's look at the <a tal:attributes="href string:${context/@@absolute_url}/moveToDivContent"><code>moveToDivContent</code> response</a>.
    </p>
    <pre>
-&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;
-&lt;html xmlns="http://www.w3.org/1999/xhtml"
-      xmlns:kukit="http://www.kukit.org/commands/1.0"&gt;&lt;body&gt;
-&lt;kukit:commands&gt;
-&lt;kukit:command selector="div#copy" name="copyChildNodesTo"
-               selectorType=""&gt;
-    &lt;kukit:param name="html_id"&gt;demo&lt;/kukit:param&gt;
-&lt;/kukit:command&gt;
-&lt;kukit:command selector="div#copy" name="clearChildNodes"
-               selectorType=""&gt;
-&lt;/kukit:command&gt;
-&lt;/kukit:commands&gt;
-&lt;/body&gt;&lt;/html&gt;
+   <?xml version="1.0" encoding="utf-8" ?>
+&lt;kukit xmlns="http://www.kukit.org/commands/1.0"&gt;
+&lt;commands&gt;
+&lt;command selector="div#copy" name="copyChildNodesTo"
+         selectorType=""&gt;
+    &lt;param name="html_id"&gt;demo&lt;/param&gt;
+&lt;/command&gt;
+&lt;command selector="div#copy" name="clearChildNodes"
+         selectorType=""&gt;
+&lt;/command&gt;
+&lt;/commands&gt;
+&lt;/kukit&gt;
    </pre>
    <p>
      The XML specifies two commands to apply to the <code>div#copy</code> node :


More information about the Kukit-checkins mailing list