Update of
/var/cvs/contributions/didactor2/src/education/templates/editwizards/data/config/learnblocks
In directory james.mmbase.org:/tmp/cvs-serv25029
Modified Files:
learnblocks.xml
Log Message:
rolled back accidentily checked in experiment..
See also:
http://cvs.mmbase.org/viewcvs/contributions/didactor2/src/education/templates/editwizards/data/config/learnblocks
Index: learnblocks.xml
===================================================================
RCS file:
/var/cvs/contributions/didactor2/src/education/templates/editwizards/data/config/learnblocks/learnblocks.xml,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -b -r1.23 -r1.24
--- learnblocks.xml 28 Mar 2008 17:43:53 -0000 1.23
+++ learnblocks.xml 10 Apr 2008 08:47:43 -0000 1.24
@@ -1,23 +1,23 @@
<?xml version="1.0"?>
-<wizard-schema
- xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns="http://www.mmbase.org/xmlns/editwizard"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.mmbase.org/xmlns/editwizard
http://www.mmbase.org/xmlns/editwizard.xsd"
- >
- <title xml:lang="nl">Leerblok-Editort</title>
+<!DOCTYPE wizard-schema PUBLIC "-//MMBase/DTD editwizard 1.0//EN"
"http://www.mmbase.org/dtd/wizard-schema_1_0.dtd"
+[
+<!ENTITY extra_schemas SYSTEM "extra_schemas.xml">
+]>
+<wizard-schema>
+ <title xml:lang="nl">Leerblok-Editor</title>
<title xml:lang="en">Learnblock Editor</title>
<action type="create">
<object type="learnblocks" />
</action>
- <xi:include href="load.xml" />
+ <action include="config/learnblocks/load.xml" />
<action type="delete" />
- <xi:include href="step1.xml" />
- <xi:include href="paragraphs.xml" />
- <xi:include href="learnobjects.xml" />
+ <form-schema extends="config/learnblocks/step1.xml" />
+ <form-schema extends="config/learnblocks/paragraphs.xml" />
+ <form-schema extends="config/learnblocks/learnobjects.xml" />
+ &extra_schemas;
</wizard-schema>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs