[DAISY] Updated: Union widget

[email protected] Thu, 24 Sep 2009 03:42:11 +0000 (GMT+00:00)
Newsgroups gmane.text.xml.cocoon.documentation
Message-ID <[email protected]>
A document has been updated:

http://cocoon.zones.apache.org/daisy/documentation/741.html

Document ID: 741
Branch: main
Language: default
Name: Union widget (unchanged)
Document Type: Cocoon Document (unchanged)
Updated on: 9/16/09 8:06:48 AM
Updated by: David Legg

A new version has been created, state: draft

Parts
=====

Content
-------
This part has been updated.
Mime type: text/xml (unchanged)
File name:  (unchanged)
Size: 3189 bytes (previous version: 3063 bytes)
Content diff:
(56 equal lines skipped)
    &lt;fd:union id="testunion" case="testcase"&gt;
      &lt;fd:widgets&gt;
        &lt;fd:group id="case1"&gt;
---       &lt;fd:field id="field1"&gt;
---         &lt;fd:datatype base="string"/&gt;
---       &lt;/fd:field&gt;
---       &lt;fd:field id="field2"&gt;
---         &lt;fd:datatype base="string"/&gt;
---       &lt;/fd:field&gt;
+++       &lt;fd:widgets&gt;
+++         &lt;fd:field id="field1"&gt;
+++           &lt;fd:datatype base="string"/&gt;
+++         &lt;/fd:field&gt;
+++         &lt;fd:field id="field2"&gt;
+++           &lt;fd:datatype base="string"/&gt;
+++         &lt;/fd:field&gt;
+++       &lt;/fd:widgets&gt;
        &lt;/fd:group&gt;
        &lt;fd:group id="case2"&gt;
---       &lt;fd:field id="field1"&gt;
---         &lt;fd:datatype base="long"/&gt;
---       &lt;/fd:field&gt;
---       &lt;fd:field id="field2"&gt;
---         &lt;fd:datatype base="long"/&gt;
---       &lt;/fd:field&gt;
+++       &lt;fd:widgets&gt;
+++         &lt;fd:field id="field1"&gt;
+++           &lt;fd:datatype base="long"/&gt;
+++         &lt;/fd:field&gt;
+++         &lt;fd:field id="field2"&gt;
+++           &lt;fd:datatype base="long"/&gt;
+++         &lt;/fd:field&gt;
+++       &lt;/fd:widgets&gt;
        &lt;/fd:group&gt;
      &lt;/fd:widgets&gt;
    &lt;/fd:union&gt;
(34 equal lines skipped)