joerg 2004/05/04 13:19:10
Modified: src/documentation/xdocs/userdocs/forms sample.xml
Log:
fixed wi/fi (thanks to Helma van der Linden)
Revision Changes Path
1.4 +1 -1
cocoon-2.1/src/documentation/xdocs/userdocs/forms/sample.xml
Index: sample.xml
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/documentation/xdocs/userdocs/forms/sample.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sample.xml 24 Apr 2004 12:09:03 -0000 1.3
+++ sample.xml 4 May 2004 20:19:10 -0000 1.4
@@ -157,7 +157,7 @@
<p>The <ft:widget-label> tag will cause the label of a widget to
be
inserted at the location of the tag. The <ft:widget> tag will
cause
the XML representation of a widget to be inserted at the location of
that tag.
- The inserted XML will be in the "Forms Instance" namespace:
<strong>wi</strong>.</p>
+ The inserted XML will be in the "Forms Instance" namespace:
<strong>fi</strong>.</p>
<p>The XML representation of the widget will then be translated to
HTML by an
XSLT stylesheet (forms-samples-styling.xsl in our case -- see sitemap
snippets below).