# HG changeset patch # User paulb # Date 1121982751 0 # Node ID a9f0b18c72a80a183612d702b99d62ac2a1b400f # Parent 12eadb4f0c102786db7c68acf19d8442cb04f51f [project @ 2005-07-21 21:52:26 by paulb] Added a comment field to the application, requiring an extra transformation. diff -r 12eadb4f0c10 -r a9f0b18c72a8 examples/Common/VerySimple/Resources/structure_comments.xsl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/examples/Common/VerySimple/Resources/structure_comments.xsl Thu Jul 21 21:52:31 2005 +0000 @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r 12eadb4f0c10 -r a9f0b18c72a8 examples/Common/VerySimple/Resources/structure_multivalue_template.xhtml --- a/examples/Common/VerySimple/Resources/structure_multivalue_template.xhtml Thu Jul 21 21:52:04 2005 +0000 +++ b/examples/Common/VerySimple/Resources/structure_multivalue_template.xhtml Thu Jul 21 21:52:31 2005 +0000 @@ -23,6 +23,12 @@ template:value="@value" value="{@value}" />

+

+ Comment: + +

Itself containing more items:

@@ -37,6 +43,9 @@

+

+ +

diff -r 12eadb4f0c10 -r a9f0b18c72a8 examples/Common/VerySimple/__init__.py --- a/examples/Common/VerySimple/__init__.py Thu Jul 21 21:52:04 2005 +0000 +++ b/examples/Common/VerySimple/__init__.py Thu Jul 21 21:52:31 2005 +0000 @@ -21,7 +21,8 @@ } transform_resources = { #"types" : ["structure_types.xsl"] - "types" : ["structure_multivalue_types.xsl"] + #"types" : ["structure_multivalue_types.xsl"] + "types" : ["structure_multivalue_types.xsl", "structure_comments.xsl"] } document_resources = { "types" : "structure_types.xml"