Sorry for the delay.
XML source doc attached.
----- Original Message -----
From: "Tom Amiro" <[EMAIL PROTECTED]>
To: "Ivelin Ivanov" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>; "Santiago Pericas-Geertsen"
<[EMAIL PROTECTED]>
Sent: Monday, November 18, 2002 8:06 AM
Subject: Re: [XMLFORMS exception] was Re: Exception with current CVS of 2.1
> Hi,
>
> Santiago has started looking at the problem with XSLTC.
> It would help if you could send some XML source.
>
> Tom
<?xml version="1.0" encoding="UTF-8"?>
<!--
XMLForm instance document for the Cocoon Feedback Wizard.
author: Torsten Curdt, [EMAIL PROTECTED], March 2002
author: Ivelin Ivanov, [EMAIL PROTECTED], April 2002
author: Simon Price <[EMAIL PROTECTED]>, September 2002
--><document xmlns:xf="http://xml.apache.org/cocoon/xmlform/2002">
<xf:form id="form-feedback" view="deployment" action="wizard" method="GET">
<xf:caption>Cocoon Deployment Information</xf:caption>
<error>
</error>
<xf:textbox ref="/number"><xf:value>1</xf:value>
<xf:caption>Number of deployments</xf:caption>
</xf:textbox>
<xf:textbox ref="/liveUrl"><xf:value>http://</xf:value>
<xf:caption>Live URL</xf:caption>
<xf:help>You must enter a valid URL</xf:help>
</xf:textbox>
<xf:selectBoolean ref="/publish"><xf:value>true</xf:value>
<xf:caption>Publish</xf:caption>
</xf:selectBoolean>
<xf:group nodeset="" id="favorites_group">
<xf:caption>Favorite web sites</xf:caption>
<!--
repeat is a very powerful iterator tag,
because it iterates over a nodeset resulting from
the 'nodeset' selector attribute.
Very similar to xslt's for-each tag.
In this case we iterate over the top three favorite
web sites.
-->
<xf:repeat nodeset="favorite[position() <= 3]" id="favorites"><xf:group ref="/favorite[1]"><xf:textbox class="info" ref="/favorite[1]/."><xf:value>http://xml.apache.org/cocoon</xf:value>
<xf:caption>URL:</xf:caption>
</xf:textbox>
</xf:group><xf:group ref="/favorite[2]"><xf:textbox class="info" ref="/favorite[2]/."><xf:value>http://jakarta.apache.org</xf:value>
<xf:caption>URL:</xf:caption>
</xf:textbox>
</xf:group><xf:group ref="/favorite[3]"><xf:textbox class="info" ref="/favorite[3]/."><xf:value>http://www.google.com</xf:value>
<xf:caption>URL:</xf:caption>
</xf:textbox>
</xf:group></xf:repeat>
</xf:group>
<xf:submit id="prev" class="button">
<xf:caption>Prev</xf:caption>
<xf:hint>Go to previous page</xf:hint>
</xf:submit>
<xf:submit id="next" class="button">
<xf:caption>Next</xf:caption>
<xf:hint>Go to next page</xf:hint>
</xf:submit>
</xf:form>
<xf:output ref="count" id="show_count" form="form-feedback" class="info"><xf:value>3</xf:value>
<xf:caption>Visits Count</xf:caption>
</xf:output>
</document>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]