RE : RE : RE : $xforms-output-value$ extra row using xform:repeat

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

RE : RE : RE : $xforms-output-value$ extra row using xform:repeat

Phil Jean
Ok,
Here is a reproduceable example. As i understand it, the xform sandbox also add an extra row but with empty text element. So the last row displays nothing.
Using OPS3beta3 i get $xforms-output-value$ as text value of elements for each column. The button of the last row have a nice label $xforms-label-value$. So the last extra row dysplays $.....$ strings & labels for each columns.
Also, i use french and when a upload data into xform sandbox, a get UTF-8 error !
----
Phil
-----Message d'origine-----
De : Erik Bruchez [[hidden email]] De la part de Erik Bruchez
Envoy? : 15 novembre, 2005 14:02
Objet : Re: RE : RE : [ops-users] $xforms-output-value$ extra row using xform:repeat
 
Phil, that kind of issues is hard, not to say impossible to solve in the
abstract. Let us know if you find something on your side, otherwise you
will have to provide a reproduceable example. I don't think there is any
other way out of it.
-Erik
Phil Jean wrote:
>
> The problem seem to come from delemiter scheme in the
> xforms-to-ajax-xhtml.xsl. I tried to play with it with no success. In
> fact, i got so mixed up it took me for ever to revert. Also, is
> displayed the id of the repeat tag twice in the left uppper corner of
> the form. It is as if a template is called where it should not. Or maybe
> it appends a second repeat instance ?
> "documentInfoRepeatdocumentInfoRep 1" where "documentInfoRepeat" is the
> id of the repeat tag.
> -----
> phil
> -----Message d'origine-----
> De : Erik Bruchez [_mailto:ebruchez@gmail.com_] De la part de Erik Bruchez
> Envoy? : 15 novembre, 2005 05:15
> Objet : Re: RE : [ops-users] $xforms-output-value$ extra row using
> xform:repeat & Action setvalue
>
> Phil Jean wrote:
> > Erik !
> >
> > I'm using IE 6.02800.1106 on Windows2000sp4. I have to add that two
> > model resides within the header, and within one model have two
> instances. > > I now use the more recent build and the repeat
> problem persist. I > suspect xforms-to-ajax-xhtml.xsl and the way
> repeat are rendered. There > might be some loop or index problem.
> Even tought it would work with the > sandbox, i'd rather find and
> solve the problem. Have you ever seen this > king of results ?
> No, I don't think we have. To solve it, you will probably have to send
> us a reproduceable case.
> -Erik
 


Find your next car at Yahoo! Canada Autos


<xhtml:html xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xinclude="http://www.w3.org/2003/XInclude" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:xxforms="http://orbeon.org/oxf/xml/xforms" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.w3.org/1999/xhtml">
    <xhtml:head>
        <xhtml:title></xhtml:title>
        <xhtml:link href="/css/eam.css" rel="stylesheet" type="text/css"/>
        <xhtml:link href="/css/encyclopedie_arts_mediatiques.css" rel="stylesheet" type="text/css"/>
        <xhtml:script language="JavaScript" src="/js/uqam.js" type="text/javascript"/>
        <xhtml:script language="JavaScript" src="/js/script.js" type="text/javascript"/>
        <xhtml:link rel="stylesheet" href="/config/theme/orbeon-layout.cssd" type="text/css"/>
        <xhtml:script type="text/javascript" src="/config/theme/javascript/xforms-style.js"/>
        <xhtml:script type="text/javascript" src="/ops/javascript/wz_tooltip.js"/>
        <xhtml:script type="text/javascript" src="/ops/javascript/overlib_mini.js"/>
        <xhtml:script type="text/javascript" src="/ops/javascript/time-utils.js"/>
        <xhtml:script type="text/javascript" src="/ops/javascript/sarissa.js"/>
        <xhtml:script type="text/javascript" src="/ops/javascript/xforms.js"/>
        <xforms:model xmlns:oxf="http://www.orbeon.com/oxf/processors" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:p="http://www.orbeon.com/oxf/pipeline" id="model_liste">
            <xforms:instance id="request-instance">
                <form xmlns="">
                    <action/>
                    <id/>
                </form>
            </xforms:instance>
            <xforms:instance id="info-instance">
                <result xmlns="">
                    <acteur>
                        <identificateur>52</identificateur>
                        <nom>Bellaiche</nom>
                        <prenom>Philippe</prenom>
                        <institution/>
                    </acteur>
                    <acteur>
                        <identificateur>76</identificateur>
                        <nom>Boissonnet</nom>
                        <prenom>Philippe</prenom>
                        <pays>Canada</pays>
                        <institution>Universite du Quebec a Trois-Rivieres, Quebec, Canada</institution>
                    </acteur>
                    <acteur>
                        <identificateur>147</identificateur>
                        <nom>Coiffet</nom>
                        <prenom>Philippe</prenom>
                    </acteur>
                    <acteur>
                        <identificateur>214</identificateur>
                        <nom>Domergue</nom>
                        <prenom>Philippe</prenom>
                        <pays>France</pays>
                        <institution/>
                    </acteur>
                    <acteur>
                        <identificateur>219</identificateur>
                        <nom>dubois</nom>
                        <prenom>Philippe</prenom>
                        <categorie>theoricien</categorie>
                        <pays>Belgique</pays>
                        <institution/>
                    </acteur>
                    <acteur>
                        <identificateur>581</identificateur>
                        <nom>queau</nom>
                        <prenom>Philippe</prenom>
                        <categorie/>
                        <pays>France</pays>
                        <institution>Institut national de la communication</institution>
                    </acteur>
                </result>
            </xforms:instance>
            <xforms:submission id="main-submission" ref="instance(&apos;request-instance&apos;)" method="post" action="/voir"/>
            <xforms:bind nodeset="instance(&apos;request-instance&apos;)/action" type="xsd:string"/>
            <xforms:bind nodeset="instance(&apos;request-instance&apos;)/id" type="xsd:string"/>
        </xforms:model>
        <xforms:model xmlns:xsd="http://www.w3.org/2001/XMLSchema" id="recherche_site_model">
            <xforms:instance id="recherche_site_instance">
                <recherche xmlns="">
                    <action>Go</action>
                    <identificateur/>
                </recherche>
            </xforms:instance>
            <xforms:bind nodeset="/recherche/action" type="xsd:string"/>
            <xforms:bind nodeset="/recherche/identificateur" type="xsd:string"/>
            <xforms:submission id="submit-recherche-site" action="/faire-recherche-site" method="post">
                <xforms:setvalue ref="/recherche/action" value="faire-recherche"/>
            </xforms:submission>
        </xforms:model>
    </xhtml:head>
    <xhtml:body>
        <xhtml:table id="main" width="800" height="400" border="1" cellpadding="0" cellspacing="0" style="margin:5px;">
            <xhtml:tr height="20" width="800">
                <xhtml:td colspan="2" id="banner" height="20">
                    <xhtml:p class="Texte">
                        <xhtml:strong></xhtml:strong>
                    </xhtml:p>
                    <xhtml:p class="Texte" style="float: right; margin-right: 1em; margin-top: .2em; white-space: nowrap">
                        <xhtml:a href="http://www.uqam.ca">Uqam.ca</xhtml:a>|
                        <xhtml:a href="/doc/">Documentation</xhtml:a>|
                        <xhtml:span style="white-space: nowrap">Recherche:</xhtml:span>
                        <xforms:group ref="instance(&apos;recherche_site_instance&apos;)">
                            <xforms:input ref="instance(&apos;recherche_site_instance&apos;)/identificateur" model="recherche_site_model"/>
                        </xforms:group>
                    </xhtml:p>
                    <xhtml:br/>
                </xhtml:td>
            </xhtml:tr>
            <xhtml:tr height="25" width="800">
                <xhtml:td colspan="2">
                    <xhtml:table width="100%" cellpadding="0" cellspacing="0" border="0" style="margin:5px;">
                        <xhtml:tr>
                            <xhtml:td id="navigation tip" align="left" valign="top">
                                <xhtml:p class="Texte">
                                    <xhtml:a href="/entry-portal">Acceuil</xhtml:a>[fr]
                                </xhtml:p>
                            </xhtml:td>
                        </xhtml:tr>
                    </xhtml:table>
                </xhtml:td>
            </xhtml:tr>
            <xhtml:tr width="800">
                <xhtml:td id="leftcontent" valign="top" width="150">
                    <xhtml:table width="140" cellpadding="0" cellspacing="0" border="0" style="margin:5px;">
                        <xhtml:tr>
                            <xhtml:td align="left" valign="top" id="">
                                <xhtml:p>
                                    <table border="0" cellspacing="0" cellpadding="0" align="left" xml:base="oxf:/plateforme/navigation.xml">
                                        <tr>
                                            <td>
                                                <table border="0" cellspacing="2" cellpadding="0" align="left" style="margin-bottom: 10px; padding: 0px;">
                                                    <tr>
                                                        <td align="left" valign="middle" height="25">
                                                            <span class="SousTexte">
                                                                <strong>CONSULTATIONS</strong>
                                                            </span>
                                                        </td>
                                                    </tr>
                                                    <tr>
                                                        <td>
                                                            <A href="recherche?frameType=frameActeur">
                                                                <span class="TexteActeur">Acteurs</span>
                                                            </A>
                                                        </td>
                                                    </tr>
                                                    <tr>
                                                        <td>
                                                            <A href="recherche?frameType=frameDocument">
                                                                <span class="TexteDocument">Documents</span>
                                                            </A>
                                                        </td>
                                                    </tr>
                                                    <tr>
                                                        <td>
                                                            <A href="recherche?frameType=frameTerme">
                                                                <span class="TexteTerme">Termes</span>
                                                            </A>
                                                        </td>
                                                    </tr>
                                                </table>
                                                <br/>
                                                <br/>
                                            </td>
                                        </tr>
                                        <tr>
                                            <td>
                                                <table border="0" cellspacing="2" cellpadding="0" align="left" style="margin: 0px; margin-right: 5px; padding: 0px; ">
                                                    <tr>
                                                        <td align="left" valign="middle" height="25">
                                                            <span class="SousTexte">
                                                                <strong>ADMINISTRATION</strong>
                                                            </span>
                                                            <br/>
                                                        </td>
                                                    </tr>
                                                    <tr>
                                                        <td>
                                                            <A href="propositions">
                                                                <span class="SousTexte">
                                                                    <strong>Propositions</strong>
                                                                </span>
                                                            </A>
                                                        </td>
                                                    </tr>
                                                    <tr>
                                                        <td>
                                                            <A href="selections">
                                                                <span class="SousTexte">
                                                                    <strong>Selections</strong>
                                                                </span>
                                                            </A>
                                                        </td>
                                                    </tr>
                                                    <tr>
                                                        <td>
                                                            <A href="administration">
                                                                <span class="SousTexte">
                                                                    <strong>Administration</strong>
                                                                </span>
                                                            </A>
                                                        </td>
                                                    </tr>
                                                </table>
                                                <br/>
                                                <br/>
                                            </td>
                                        </tr>
                                        <tr>
                                            <td>
                                                <table border="0" cellspacing="2" cellpadding="0" align="left">
                                                    <tr>
                                                        <td align="left" valign="middle" height="25">
                                                            <span class="SousTexte">
                                                                <strong>RAPPORTS</strong>
                                                            </span>
                                                        </td>
                                                    </tr>
                                                    <tr>
                                                        <td>
                                                            <A href="eamActeursReport">
                                                                <span class="TexteActeur">Acteurs</span>
                                                            </A>
                                                        </td>
                                                    </tr>
                                                    <tr>
                                                        <td>
                                                            <A href="eamDocumentsReport">
                                                                <span class="TexteDocument">Documents</span>
                                                            </A>
                                                        </td>
                                                    </tr>
                                                    <tr>
                                                        <td>
                                                            <A href="eamTermesReport">
                                                                <span class="TexteTerme">Termes</span>
                                                            </A>
                                                        </td>
                                                    </tr>
                                                    <tr>
                                                        <td>
                                                            <A href="findEmptysForComments">
                                                                <span class="SousTexte">
                                                                    <strong>Commentaires</strong>
                                                                </span>
                                                            </A>
                                                        </td>
                                                    </tr>
                                                    <tr>
                                                        <td>
                                                            <A href="eamCommentsRefsReport">
                                                                <span class="SousTexte">
                                                                    <strong>Commentaires Refs</strong>
                                                                </span>
                                                            </A>
                                                        </td>
                                                    </tr>
                                                    <tr>
                                                        <td>
                                                            <A href="findEmptysImagesForDocs">
                                                                <span class="SousTexte">
                                                                    <strong>Images</strong>
                                                                </span>
                                                            </A>
                                                        </td>
                                                    </tr>
                                                </table>
                                                <br/>
                                                <br/>
                                            </td>
                                        </tr>
                                    </table>
                                </xhtml:p>
                            </xhtml:td>
                        </xhtml:tr>
                    </xhtml:table>
                </xhtml:td>
                <xhtml:td valign="top">
                    <xhtml:table cellpadding="0" cellspacing="0" border="0" style="margin:5px;" width="640">
                        <xhtml:tr>
                            <xhtml:td align="left" valign="top" id="mainbody">
                                <table xmlns:xi="http://www.w3.org/2003/XInclude" width="600" cellpadding="2" cellspacing="2">
                                    <xforms:group model="model_liste">
                                        <tr style="background-color:gray;">
                                            <td class="Texte">
                                                <p>
                                                    <small/>
                                                </p>
                                            </td>
                                            <td class="Texte">
                                                <p>
                                                    <small>
                                                        <b>id</b>
                                                    </small>
                                                </p>
                                            </td>
                                            <td class="Texte">
                                                <p>
                                                    <small>
                                                        <b>prenom</b>
                                                    </small>
                                                </p>
                                            </td>
                                            <td class="Texte">
                                                <p>
                                                    <small>
                                                        <b>nom</b>
                                                    </small>
                                                </p>
                                            </td>
                                            <td class="Texte">
                                                <p>
                                                    <small>
                                                        <b>pays</b>
                                                    </small>
                                                </p>
                                            </td>
                                        </tr>
                                        <xforms:repeat id="info-repeat" model="model_liste" nodeset="instance(&apos;info-instance&apos;)/acteur">
                                            <tr class="clsOdd">
                                                <td style="background-color:gray;">
                                                    <xforms:trigger xforms:appearance="link">
                                                        <xforms:label>Edit</xforms:label>
                                                        <xforms:action ev:event="DOMActivate">
                                                            <xforms:setvalue ref="instance(&apos;request-instance&apos;)/action" ev:event="DOMActivate">show</xforms:setvalue>
                                                            <xforms:setvalue ref="instance(&apos;request-instance&apos;)/id" value="instance(&apos;info-instance&apos;)/results/identificateur" ev:event="DOMActivate"/>
                                                            <xforms:send submission="main-submission"/>
                                                        </xforms:action>
                                                    </xforms:trigger>
                                                </td>
                                                <td class="Texte">
                                                    <p>
                                                        <xforms:output ref="identificateur"/>
                                                    </p>
                                                </td>
                                                <td class="Texte">
                                                    <p>
                                                        <xforms:output ref="prenom"/>
                                                    </p>
                                                </td>
                                                <td class="Texte">
                                                    <p>
                                                        <xforms:output ref="nom"/>
                                                    </p>
                                                </td>
                                                <td class="Texte">
                                                    <p>
                                                        <xforms:output ref="pays"/>
                                                    </p>
                                                </td>
                                            </tr>
                                        </xforms:repeat>
                                    </xforms:group>
                                </table>
                            </xhtml:td>
                        </xhtml:tr>
                    </xhtml:table>
                </xhtml:td>
            </xhtml:tr>
        </xhtml:table>
    </xhtml:body>
</xhtml:html>

--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: $xforms-output-value$ extra row using xform:repeat

Erik Bruchez
Administrator
Phil,

Could you describe what the problem is? As far as I can tell, your
example appears fine with both Firefox and IE, both with the current CVS
code and with the online sandbox. I attach a screenshot of what I see.

For the UTF-8 error, what encoding do you use to edit your file? You
have to make sure your XML files use the correct encoding.

-Erik

Phil Jean wrote:

>
> Ok,
> Here is a reproduceable example. As i understand it, the xform sandbox
> also add an extra row but with empty text element. So the last row
> displays nothing.
> Using OPS3beta3 i get $xforms-output-value$ as text value of elements
> for each column. The button of the last row have a nice label
> $xforms-label-value$. So the last extra row dysplays $.....$ strings &
> labels for each columns.
> Also, i use french and when a upload data into xform sandbox, a get
> UTF-8 error !
> ----
> Phil
> -----Message d'origine-----
> De : Erik Bruchez [_mailto:ebruchez@gmail.com_] De la part de Erik Bruchez
> Envoy? : 15 novembre, 2005 14:02
> ? : [hidden email]
> Objet : Re: RE : RE : [ops-users] $xforms-output-value$ extra row using
> xform:repeat
>  
> Phil, that kind of issues is hard, not to say impossible to solve in the
> abstract. Let us know if you find something on your side, otherwise you
> will have to provide a reproduceable example. I don't think there is any
> other way out of it.
> -Erik
> Phil Jean wrote:
>  >
>  > The problem seem to come from delemiter scheme in the
>  > xforms-to-ajax-xhtml.xsl. I tried to play with it with no success. In
>  > fact, i got so mixed up it took me for ever to revert. Also, is
>  > displayed the id of the repeat tag twice in the left uppper corner of
>  > the form. It is as if a template is called where it should not. Or maybe
>  > it appends a second repeat instance ?
>  > "documentInfoRepeatdocumentInfoRep 1" where "documentInfoRepeat" is the
>  > id of the repe at tag.
>  > -----
>  > phil
>  > -----Message d'origine-----
>  > De : Erik Bruchez [_mailto:ebruchez@gmail.com_] De la part de Erik
> Bruchez
>  > Envoy? : 15 novembre, 2005 05:15
>  > ? : [hidden email]
>  > Objet : Re: RE : [ops-users] $xforms-output-value$ extra row using
>  > xform:repeat & Action setvalue
>  >
>  > Phil Jean wrote:
>  > > Erik !
>  > >
>  > > I'm using IE 6.02800.1106 on Windows2000sp4. I have to add that two
>  > > model resides within the header, and within one model have two
>  > instances. > > I now use the more recent build and the repeat
>  > problem persist. I > suspect xforms-to-ajax-xhtml.xsl and the way
>  > repeat are rendered. There > might be some loop or index problem.
>  > Even tought i t would work with the > sandbox, i'd rather find and
>  > solve the problem. Have you ever seen this > king of results ?
>  > No, I don't think we have. To solve it, you will probably have to send
>  > us a reproduceable case.
>  > -Erik
>  
>
> ------------------------------------------------------------------------
> Find your next car at *Yahoo! Canada Autos* <http://autos.yahoo.ca>
>
>
> ------------------------------------------------------------------------
>
>
>
> <xhtml:html xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xinclude="http://www.w3.org/2003/XInclude" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:xxforms="http://orbeon.org/oxf/xml/xforms" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.w3.org/1999/xhtml">
>     <xhtml:head>
>         <xhtml:title></xhtml:title>
>         <xhtml:link href="/css/eam.css" rel="stylesheet" type="text/css"/>
>         <xhtml:link href="/css/encyclopedie_arts_mediatiques.css" rel="stylesheet" type="text/css"/>
>         <xhtml:script language="JavaScript" src="/js/uqam.js" type="text/javascript"/>
>         <xhtml:script language="JavaScript" src="/js/script.js" type="text/javascript"/>
>         <xhtml:link rel="stylesheet" href="/config/theme/orbeon-layout.cssd" type="text/css"/>
>         <xhtml:script type="text/javascript" src="/config/theme/javascript/xforms-style.js"/>
>         <xhtml:script type="text/javascript" src="/ops/javascript/wz_tooltip.js"/>
>         <xhtml:script type="text/javascript" src="/ops/javascript/overlib_mini.js"/>
>         <xhtml:script type="text/javascript" src="/ops/javascript/time-utils.js"/>
>         <xhtml:script type="text/javascript" src="/ops/javascript/sarissa.js"/>
>         <xhtml:script type="text/javascript" src="/ops/javascript/xforms.js"/>
>         <xforms:model xmlns:oxf="http://www.orbeon.com/oxf/processors" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:p="http://www.orbeon.com/oxf/pipeline" id="model_liste">
>             <xforms:instance id="request-instance">
>                 <form xmlns="">
>                     <action/>
>                     <id/>
>                 </form>
>             </xforms:instance>
>             <xforms:instance id="info-instance">
>                 <result xmlns="">
>                     <acteur>
>                         <identificateur>52</identificateur>
>                         <nom>Bellaiche</nom>
>                         <prenom>Philippe</prenom>
>                         <institution/>
>                     </acteur>
>                     <acteur>
>                         <identificateur>76</identificateur>
>                         <nom>Boissonnet</nom>
>                         <prenom>Philippe</prenom>
>                         <pays>Canada</pays>
>                         <institution>Universite du Quebec a Trois-Rivieres, Quebec, Canada</institution>
>                     </acteur>
>                     <acteur>
>                         <identificateur>147</identificateur>
>                         <nom>Coiffet</nom>
>                         <prenom>Philippe</prenom>
>                     </acteur>
>                     <acteur>
>                         <identificateur>214</identificateur>
>                         <nom>Domergue</nom>
>                         <prenom>Philippe</prenom>
>                         <pays>France</pays>
>                         <institution/>
>                     </acteur>
>                     <acteur>
>                         <identificateur>219</identificateur>
>                         <nom>dubois</nom>
>                         <prenom>Philippe</prenom>
>                         <categorie>theoricien</categorie>
>                         <pays>Belgique</pays>
>                         <institution/>
>                     </acteur>
>                     <acteur>
>                         <identificateur>581</identificateur>
>                         <nom>queau</nom>
>                         <prenom>Philippe</prenom>
>                         <categorie/>
>                         <pays>France</pays>
>                         <institution>Institut national de la communication</institution>
>                     </acteur>
>                 </result>
>             </xforms:instance>
>             <xforms:submission id="main-submission" ref="instance(&apos;request-instance&apos;)" method="post" action="/voir"/>
>             <xforms:bind nodeset="instance(&apos;request-instance&apos;)/action" type="xsd:string"/>
>             <xforms:bind nodeset="instance(&apos;request-instance&apos;)/id" type="xsd:string"/>
>         </xforms:model>
>         <xforms:model xmlns:xsd="http://www.w3.org/2001/XMLSchema" id="recherche_site_model">
>             <xforms:instance id="recherche_site_instance">
>                 <recherche xmlns="">
>                     <action>Go</action>
>                     <identificateur/>
>                 </recherche>
>             </xforms:instance>
>             <xforms:bind nodeset="/recherche/action" type="xsd:string"/>
>             <xforms:bind nodeset="/recherche/identificateur" type="xsd:string"/>
>             <xforms:submission id="submit-recherche-site" action="/faire-recherche-site" method="post">
>                 <xforms:setvalue ref="/recherche/action" value="faire-recherche"/>
>             </xforms:submission>
>         </xforms:model>
>     </xhtml:head>
>     <xhtml:body>
>         <xhtml:table id="main" width="800" height="400" border="1" cellpadding="0" cellspacing="0" style="margin:5px;">
>             <xhtml:tr height="20" width="800">
>                 <xhtml:td colspan="2" id="banner" height="20">
>                     <xhtml:p class="Texte">
>                         <xhtml:strong></xhtml:strong>
>                     </xhtml:p>
>                     <xhtml:p class="Texte" style="float: right; margin-right: 1em; margin-top: .2em; white-space: nowrap">
>                         <xhtml:a href="http://www.uqam.ca">Uqam.ca</xhtml:a>|
>                         <xhtml:a href="/doc/">Documentation</xhtml:a>|
>                         <xhtml:span style="white-space: nowrap">Recherche:</xhtml:span>
>                         <xforms:group ref="instance(&apos;recherche_site_instance&apos;)">
>                             <xforms:input ref="instance(&apos;recherche_site_instance&apos;)/identificateur" model="recherche_site_model"/>
>                         </xforms:group>
>                     </xhtml:p>
>                     <xhtml:br/>
>                 </xhtml:td>
>             </xhtml:tr>
>             <xhtml:tr height="25" width="800">
>                 <xhtml:td colspan="2">
>                     <xhtml:table width="100%" cellpadding="0" cellspacing="0" border="0" style="margin:5px;">
>                         <xhtml:tr>
>                             <xhtml:td id="navigation tip" align="left" valign="top">
>                                 <xhtml:p class="Texte">
>                                     <xhtml:a href="/entry-portal">Acceuil</xhtml:a>[fr]
>                                 </xhtml:p>
>                             </xhtml:td>
>                         </xhtml:tr>
>                     </xhtml:table>
>                 </xhtml:td>
>             </xhtml:tr>
>             <xhtml:tr width="800">
>                 <xhtml:td id="leftcontent" valign="top" width="150">
>                     <xhtml:table width="140" cellpadding="0" cellspacing="0" border="0" style="margin:5px;">
>                         <xhtml:tr>
>                             <xhtml:td align="left" valign="top" id="">
>                                 <xhtml:p>
>                                     <table border="0" cellspacing="0" cellpadding="0" align="left" xml:base="oxf:/plateforme/navigation.xml">
>                                         <tr>
>                                             <td>
>                                                 <table border="0" cellspacing="2" cellpadding="0" align="left" style="margin-bottom: 10px; padding: 0px;">
>                                                     <tr>
>                                                         <td align="left" valign="middle" height="25">
>                                                             <span class="SousTexte">
>                                                                 <strong>CONSULTATIONS</strong>
>                                                             </span>
>                                                         </td>
>                                                     </tr>
>                                                     <tr>
>                                                         <td>
>                                                             <A href="recherche?frameType=frameActeur">
>                                                                 <span class="TexteActeur">Acteurs</span>
>                                                             </A>
>                                                         </td>
>                                                     </tr>
>                                                     <tr>
>                                                         <td>
>                                                             <A href="recherche?frameType=frameDocument">
>                                                                 <span class="TexteDocument">Documents</span>
>                                                             </A>
>                                                         </td>
>                                                     </tr>
>                                                     <tr>
>                                                         <td>
>                                                             <A href="recherche?frameType=frameTerme">
>                                                                 <span class="TexteTerme">Termes</span>
>                                                             </A>
>                                                         </td>
>                                                     </tr>
>                                                 </table>
>                                                 <br/>
>                                                 <br/>
>                                             </td>
>                                         </tr>
>                                         <tr>
>                                             <td>
>                                                 <table border="0" cellspacing="2" cellpadding="0" align="left" style="margin: 0px; margin-right: 5px; padding: 0px; ">
>                                                     <tr>
>                                                         <td align="left" valign="middle" height="25">
>                                                             <span class="SousTexte">
>                                                                 <strong>ADMINISTRATION</strong>
>                                                             </span>
>                                                             <br/>
>                                                         </td>
>                                                     </tr>
>                                                     <tr>
>                                                         <td>
>                                                             <A href="propositions">
>                                                                 <span class="SousTexte">
>                                                                     <strong>Propositions</strong>
>                                                                 </span>
>                                                             </A>
>                                                         </td>
>                                                     </tr>
>                                                     <tr>
>                                                         <td>
>                                                             <A href="selections">
>                                                                 <span class="SousTexte">
>                                                                     <strong>Selections</strong>
>                                                                 </span>
>                                                             </A>
>                                                         </td>
>                                                     </tr>
>                                                     <tr>
>                                                         <td>
>                                                             <A href="administration">
>                                                                 <span class="SousTexte">
>                                                                     <strong>Administration</strong>
>                                                                 </span>
>                                                             </A>
>                                                         </td>
>                                                     </tr>
>                                                 </table>
>                                                 <br/>
>                                                 <br/>
>                                             </td>
>                                         </tr>
>                                         <tr>
>                                             <td>
>                                                 <table border="0" cellspacing="2" cellpadding="0" align="left">
>                                                     <tr>
>                                                         <td align="left" valign="middle" height="25">
>                                                             <span class="SousTexte">
>                                                                 <strong>RAPPORTS</strong>
>                                                             </span>
>                                                         </td>
>                                                     </tr>
>                                                     <tr>
>                                                         <td>
>                                                             <A href="eamActeursReport">
>                                                                 <span class="TexteActeur">Acteurs</span>
>                                                             </A>
>                                                         </td>
>                                                     </tr>
>                                                     <tr>
>                                                         <td>
>                                                             <A href="eamDocumentsReport">
>                                                                 <span class="TexteDocument">Documents</span>
>                                                             </A>
>                                                         </td>
>                                                     </tr>
>                                                     <tr>
>                                                         <td>
>                                                             <A href="eamTermesReport">
>                                                                 <span class="TexteTerme">Termes</span>
>                                                             </A>
>                                                         </td>
>                                                     </tr>
>                                                     <tr>
>                                                         <td>
>                                                             <A href="findEmptysForComments">
>                                                                 <span class="SousTexte">
>                                                                     <strong>Commentaires</strong>
>                                                                 </span>
>                                                             </A>
>                                                         </td>
>                                                     </tr>
>                                                     <tr>
>                                                         <td>
>                                                             <A href="eamCommentsRefsReport">
>                                                                 <span class="SousTexte">
>                                                                     <strong>Commentaires Refs</strong>
>                                                                 </span>
>                                                             </A>
>                                                         </td>
>                                                     </tr>
>                                                     <tr>
>                                                         <td>
>                                                             <A href="findEmptysImagesForDocs">
>                                                                 <span class="SousTexte">
>                                                                     <strong>Images</strong>
>                                                                 </span>
>                                                             </A>
>                                                         </td>
>                                                     </tr>
>                                                 </table>
>                                                 <br/>
>                                                 <br/>
>                                             </td>
>                                         </tr>
>                                     </table>
>                                 </xhtml:p>
>                             </xhtml:td>
>                         </xhtml:tr>
>                     </xhtml:table>
>                 </xhtml:td>
>                 <xhtml:td valign="top">
>                     <xhtml:table cellpadding="0" cellspacing="0" border="0" style="margin:5px;" width="640">
>                         <xhtml:tr>
>                             <xhtml:td align="left" valign="top" id="mainbody">
>                                 <table xmlns:xi="http://www.w3.org/2003/XInclude" width="600" cellpadding="2" cellspacing="2">
>                                     <xforms:group model="model_liste">
>                                         <tr style="background-color:gray;">
>                                             <td class="Texte">
>                                                 <p>
>                                                     <small/>
>                                                 </p>
>                                             </td>
>                                             <td class="Texte">
>                                                 <p>
>                                                     <small>
>                                                         <b>id</b>
>                                                     </small>
>                                                 </p>
>                                             </td>
>                                             <td class="Texte">
>                                                 <p>
>                                                     <small>
>                                                         <b>prenom</b>
>                                                     </small>
>                                                 </p>
>                                             </td>
>                                             <td class="Texte">
>                                                 <p>
>                                                     <small>
>                                                         <b>nom</b>
>                                                     </small>
>                                                 </p>
>                                             </td>
>                                             <td class="Texte">
>                                                 <p>
>                                                     <small>
>                                                         <b>pays</b>
>                                                     </small>
>                                                 </p>
>                                             </td>
>                                         </tr>
>                                         <xforms:repeat id="info-repeat" model="model_liste" nodeset="instance(&apos;info-instance&apos;)/acteur">
>                                             <tr class="clsOdd">
>                                                 <td style="background-color:gray;">
>                                                     <xforms:trigger xforms:appearance="link">
>                                                         <xforms:label>Edit</xforms:label>
>                                                         <xforms:action ev:event="DOMActivate">
>                                                             <xforms:setvalue ref="instance(&apos;request-instance&apos;)/action" ev:event="DOMActivate">show</xforms:setvalue>
>                                                             <xforms:setvalue ref="instance(&apos;request-instance&apos;)/id" value="instance(&apos;info-instance&apos;)/results/identificateur" ev:event="DOMActivate"/>
>                                                             <xforms:send submission="main-submission"/>
>                                                         </xforms:action>
>                                                     </xforms:trigger>
>                                                 </td>
>                                                 <td class="Texte">
>                                                     <p>
>                                                         <xforms:output ref="identificateur"/>
>                                                     </p>
>                                                 </td>
>                                                 <td class="Texte">
>                                                     <p>
>                                                         <xforms:output ref="prenom"/>
>                                                     </p>
>                                                 </td>
>                                                 <td class="Texte">
>                                                     <p>
>                                                         <xforms:output ref="nom"/>
>                                                     </p>
>                                                 </td>
>                                                 <td class="Texte">
>                                                     <p>
>                                                         <xforms:output ref="pays"/>
>                                                     </p>
>                                                 </td>
>                                             </tr>
>                                         </xforms:repeat>
>                                     </xforms:group>
>                                 </table>
>                             </xhtml:td>
>                         </xhtml:tr>
>                     </xhtml:table>
>                 </xhtml:td>
>             </xhtml:tr>
>         </xhtml:table>
>     </xhtml:body>
> </xhtml:html>
>
>
> ------------------------------------------------------------------------
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws

phil1.jpg (32K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: $xforms-output-value$ extra row using xform:repeat

Phil Jean
Erik,
 
I use iso-8859-1 as encoding scheme. Look at the source code and see attached files.
 
Attached file : orbeon.xhtml
Here is the last row produced by on-line sandbox
 
<tr class="clsOdd xforms-repeat-template">
<td style="background-color:gray;">
<button type="button" id="xforms-element-17" class="xforms-control xforms-trigger">$xforms-label-value$</button>
</td>
<td class="Texte">
<p>
<span id="xforms-element-23" class="xforms-control xforms-output"></span>
</p>
</td>
<td class="Texte">
<p>
<span id="xforms-element-24" class="xforms-control xforms-output"></span>
</p>
</td>
<td class="Texte">
<p>
<span id="xforms-element-25" class="xforms-control xforms-output"></span>
</p>
</td>
<td class="Texte">
<p>
<span id="xforms-element-26" class="xforms-control xforms-output"></span>
</p>
</td>
</tr>
<tr id="repeat-end-info-repeat" class="xforms-repeat-begin-end"></tr>
 
 
 
Here is the last row produced by ops3b3 installation at work !
Attached file : home-orbeon.xhtml
 
 
<tr class="xforms-repeat-delimiter"></tr>
<tr class="clsOdd xforms-repeat-template">
<td style="background-color:gray;">
<button type="button" id="xforms-element-16" class="xforms-control xforms-trigger">$xforms-label-value$</button>
</td>
<td class="Texte">
<p>
<span id="xforms-element-22" class="xforms-control xforms-output">$xforms-output-value$</span>
</p>
</td>
<td class="Texte">
<p>
<span id="xforms-element-23" class="xforms-control xforms-output">$xforms-output-value$</span>
</p>
</td>
<td class="Texte">
<p>
<span id="xforms-element-24" class="xforms-control xforms-output">$xforms-output-value$</span>
</p>
</td>
<td class="Texte">
<p>
<span id="xforms-element-25" class="xforms-control xforms-output">$xforms-output-value$</span>
</p>
</td>
</tr>
<tr id="repeat-end-info-repeat" class="xforms-repeat-begin-end"></tr>
 
 
--------
PJ
 
 
-----Message d'origine-----
De : Erik Bruchez [[hidden email]] De la part de Erik Bruchez
Envoy? : 16 novembre, 2005 06:53
Objet : Re: [ops-users] $xforms-output-value$ extra row using xform:repeat
 
Phil,
Could you describe what the problem is? As far as I can tell, your
example appears fine with both Firefox and IE, both with the current CVS
code and with the online sandbox. I attach a screenshot of what I see.
For the UTF-8 error, what encoding do you use to edit your file? You
have to make sure your XML files use the correct encoding.
-Erik
Phil Jean wrote:
>
> Ok,
> Here is a reproduceable example. As i understand it, the xform sandbox
> also add an extra row but with empty text element. So the last row
> displays nothing.
> Using OPS3beta3 i get $xforms-output-value$ as text value of elements
> for each column. The button of the last row have a nice label
> $xforms-label-value$. So the last extra row dysplays $.....$ strings &
> labels for each columns.
> Also, i use french and when a upload data into xform sandbox, a get
> UTF-8 error !
> ----
> Phil
> -----Message d'origine-----
> De : Erik Bruchez [_mailto:ebruchez@gmail.com_] De la part de Erik Bruchez
> Envoy? : 15 novembre, 2005 14:02
> Objet : Re: RE : RE : [ops-users] $xforms-output-value$ extra row using
> xform:repeat
>
> Phil, that kind of issues is hard, not to say impossible to solve in
> the abstract. Let us know if you find something on your side,
> otherwise you will have to provide a reproduceable example. I don't
> think there is any other way out of it. -Erik
> Phil Jean wrote:
> >
> > The problem seem to come from delemiter scheme in the
> > xforms-to-ajax-xhtml.xsl. I tried to play with it with no success. In
> > fact, i got so mixed up it took me for ever to revert. Also, is
> > displayed the id of the repeat tag twice in the left uppper corner of
> > the form. It is as if a template is called where it should not. Or maybe
> > it appends a second repeat instance ?
> > "documentInfoRepeatdocumentInfoRep 1" where "documentInfoRepeat" is the
> > id of the repe at tag.
> > -----
> > phil
> > -----Message d'origine-----
> > De : Erik Bruchez [_mailto:ebruchez@gmail.com_] De la part de Erik
> Bruchez
> > Envoy? : 15 novembre, 2005 05:15
> > Objet : Re: RE : [ops-users] $xforms-output-value$ extra row using
> > xform:repeat & Action setvalue
> >
> > Phil Jean wrote:
> > > Erik !
> > >
> > > I'm using IE 6.02800.1106 on Windows2000sp4. I have to add that two
> > > model resides within the header, and within one model have two
> > instances. > > I now use the more recent build and the repeat
> > problem persist. I > suspect xforms-to-ajax-xhtml.xsl and the way
> > repeat are rendered. There > might be some loop or index problem.
> > Even tought i t would work with the > sandbox, i'd rather find and
> > solve the problem. Have you ever seen this > king of results ?
> > No, I don't think we have. To solve it, you will probably have to send
> > us a reproduceable case.
> > -Erik
>
>
> ----------------------------------------------------------------------
> --
> Find your next car at *Yahoo! Canada Autos* <http://autos.yahoo.ca>
>
>
> ----------------------------------------------------------------------
> --
>
>
>
> <xhtml:html xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xinclude="http://www.w3.org/2003/XInclude" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:xxforms="http://orbeon.org/oxf/xml/xforms" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.w3.org/1999/xhtml">
> <xhtml:head>
> <xhtml:title></xhtml:title>
> <xhtml:link href="/css/eam.css" rel="stylesheet" type="text/css"/>
> <xhtml:link href="/css/encyclopedie_arts_mediatiques.css" rel="stylesheet" type="text/css"/>
> <xhtml:script language="JavaScript" src="/js/uqam.js" type="text/javascript"/>
> <xhtml:script language="JavaScript" src="/js/script.js" type="text/javascript"/>
> <xhtml:link rel="stylesheet" href="/config/theme/orbeon-layout.cssd" type="text/css"/>
> <xhtml:script type="text/javascript" src="/config/theme/javascript/xforms-style.js"/>
> <xhtml:script type="text/javascript" src="/ops/javascript/wz_tooltip.js"/>
> <xhtml:script type="text/javascript" src="/ops/javascript/overlib_mini.js"/>
> <xhtml:script type="text/javascript" src="/ops/javascript/time-utils.js"/>
> <xhtml:script type="text/javascript" src="/ops/javascript/sarissa.js"/>
> <xhtml:script type="text/javascript" src="/ops/javascript/xforms.js"/>
> <xforms:model xmlns:oxf="http://www.orbeon.com/oxf/processors" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:p="http://www.orbeon.com/oxf/pipeline" id="model_liste">
> <xforms:instance id="request-instance">
> <form xmlns="">
> <action/>
> <id/>
> </form>
> </xforms:instance>
> <xforms:instance id="info-instance">
> <result xmlns="">
> <acteur>
> <identificateur>52</identificateur>
> <nom>Bellaiche</nom>
> <prenom>Philippe</prenom>
> <institution/>
> </acteur>
> <acteur>
> <identificateur>76</identificateur>
> <nom>Boissonnet</nom>
> <prenom>Philippe</prenom>
> <pays>Canada</pays>
> <institution>Universite du Quebec a Trois-Rivieres, Quebec, Canada</institution>
> </acteur>
> <acteur>
> <identificateur>147</identificateur>
> <nom>Coiffet</nom>
> <prenom>Philippe</prenom>
> </acteur>
> <acteur>
> <identificateur>214</identificateur>
> <nom>Domergue</nom>
> <prenom>Philippe</prenom>
> <pays>France</pays>
> <institution/>
> </acteur>
> <acteur>
> <identificateur>219</identificateur>
> <nom>dubois</nom>
> <prenom>Philippe</prenom>
> <categorie>theoricien</categorie>
> <pays>Belgique</pays>
> <institution/>
> </acteur>
> <acteur>
> <identificateur>581</identificateur>
> <nom>queau</nom>
> <prenom>Philippe</prenom>
> <categorie/>
> <pays>France</pays>
> <institution>Institut national de la communication</institution>
> </acteur>
> </result>
> </xforms:instance>
> <xforms:submission id="main-submission" ref="instance(&apos;request-instance&apos;)" method="post" action="/voir"/>
> <xforms:bind nodeset="instance(&apos;request-instance&apos;)/action" type="xsd:string"/>
> <xforms:bind nodeset="instance(&apos;request-instance&apos;)/id" type="xsd:string"/>
> </xforms:model>
> <xforms:model xmlns:xsd="http://www.w3.org/2001/XMLSchema" id="recherche_site_model">
> <xforms:instance id="recherche_site_instance">
> <recherche xmlns="">
> <action>Go</action>
> <identificateur/>
> </recherche>
> </xforms:instance>
> <xforms:bind nodeset="/recherche/action" type="xsd:string"/>
> <xforms:bind nodeset="/recherche/identificateur" type="xsd:string"/>
> <xforms:submission id="submit-recherche-site" action="/faire-recherche-site" method="post">
> <xforms:setvalue ref="/recherche/action" value="faire-recherche"/>
> </xforms:submission>
> </xforms:model>
> </xhtml:head>
> <xhtml:body>
> <xhtml:table id="main" width="800" height="400" border="1" cellpadding="0" cellspacing="0" style="margin:5px;">
> <xhtml:tr height="20" width="800">
> <xhtml:td colspan="2" id="banner" height="20">
> <xhtml:p class="Texte">
> <xhtml:strong></xhtml:strong>
> </xhtml:p>
> <xhtml:p class="Texte" style="float: right; margin-right: 1em; margin-top: .2em; white-space: nowrap">
> <xhtml:a href="http://www.uqam.ca">Uqam.ca</xhtml:a>|
> <xhtml:a href="/doc/">Documentation</xhtml:a>|
> <xhtml:span style="white-space: nowrap">Recherche:</xhtml:span>
> <xforms:group ref="instance(&apos;recherche_site_instance&apos;)">
> <xforms:input ref="instance(&apos;recherche_site_instance&apos;)/identificateur" model="recherche_site_model"/>
> </xforms:group>
> </xhtml:p>
> <xhtml:br/>
> </xhtml:td>
> </xhtml:tr>
> <xhtml:tr height="25" width="800">
> <xhtml:td colspan="2">
> <xhtml:table width="100%" cellpadding="0" cellspacing="0" border="0" style="margin:5px;">
> <xhtml:tr>
> <xhtml:td id="navigation tip" align="left" valign="top">
> <xhtml:p class="Texte">
> <xhtml:a href="/entry-portal">Acceuil</xhtml:a>[fr]
> </xhtml:p>
> </xhtml:td>
> </xhtml:tr>
> </xhtml:table>
> </xhtml:td>
> </xhtml:tr>
> <xhtml:tr width="800">
> <xhtml:td id="leftcontent" valign="top" width="150">
> <xhtml:table width="140" cellpadding="0" cellspacing="0" border="0" style="margin:5px;">
> <xhtml:tr>
> <xhtml:td align="left" valign="top" id="">
> <xhtml:p>
> <table border="0" cellspacing="0" cellpadding="0" align="left" xml:base="oxf:/plateforme/navigation.xml">
> <tr>
> <td>
> <table border="0" cellspacing="2" cellpadding="0" align="left" style="margin-bottom: 10px; padding: 0px;">
> <tr>
> <td align="left" valign="middle" height="25">
> <span class="SousTexte">
> <strong>CONSULTATIONS</strong>
> </span>
> </td>
> </tr>
> <tr>
> <td>
> <A href="recherche?frameType=frameActeur">
> <span class="TexteActeur">Acteurs</span>
> </A>
> </td>
> </tr>
> <tr>
> <td>
> <A href="recherche?frameType=frameDocument">
> <span class="TexteDocument">Documents</span>
> </A>
> </td>
> </tr>
> <tr>
> <td>
> <A href="recherche?frameType=frameTerme">
> <span class="TexteTerme">Termes</span>
> </A>
> </td>
> </tr>
> </table>
> <br/>
> <br/>
> </td>
> </tr>
> <tr>
> <td>
> <table border="0" cellspacing="2" cellpadding="0" align="left" style="margin: 0px; margin-right: 5px; padding: 0px; ">
> <tr>
> <td align="left" valign="middle" height="25">
> <span class="SousTexte">
> <strong>ADMINISTRATION</strong>
> </span>
> <br/>
> </td>
> </tr>
> <tr>
> <td>
> <A href="propositions">
> <span class="SousTexte">
> <strong>Propositions</strong>
> </span>
> </A>
> </td>
> </tr>
> <tr>
> <td>
> <A href="selections">
> <span class="SousTexte">
> <strong>Selections</strong>
> </span>
> </A>
> </td>
> </tr>
> <tr>
> <td>
> <A href="administration">
> <span class="SousTexte">
> <strong>Administration</strong>
> </span>
> </A>
> </td>
> </tr>
> </table>
> <br/>
> <br/>
> </td>
> </tr>
> <tr>
> <td>
> <table border="0" cellspacing="2" cellpadding="0" align="left">
> <tr>
> <td align="left" valign="middle" height="25">
> <span class="SousTexte">
> <strong>RAPPORTS</strong>
> </span>
> </td>
> </tr>
> <tr>
> <td>
> <A href="eamActeursReport">
> <span class="TexteActeur">Acteurs</span>
> </A>
> </td>
> </tr>
> <tr>
> <td>
> <A href="eamDocumentsReport">
> <span class="TexteDocument">Documents</span>
> </A>
> </td>
> </tr>
> <tr>
> <td>
> <A href="eamTermesReport">
> <span class="TexteTerme">Termes</span>
> </A>
> </td>
> </tr>
> <tr>
> <td>
> <A href="findEmptysForComments">
> <span class="SousTexte">
> <strong>Commentaires</strong>
> </span>
> </A>
> </td>
> </tr>
> <tr>
> <td>
> <A href="eamCommentsRefsReport">
> <span class="SousTexte">
> <strong>Commentaires Refs</strong>
> </span>
> </A>
> </td>
> </tr>
> <tr>
> <td>
> <A href="findEmptysImagesForDocs">
> <span class="SousTexte">
> <strong>Images</strong>
> </span>
> </A>
> </td>
> </tr>
> </table>
> <br/>
> <br/>
> </td>
> </tr>
> </table>
> </xhtml:p>
> </xhtml:td>
> </xhtml:tr>
> </xhtml:table>
> </xhtml:td>
> <xhtml:td valign="top">
> <xhtml:table cellpadding="0" cellspacing="0" border="0" style="margin:5px;" width="640">
> <xhtml:tr>
> <xhtml:td align="left" valign="top" id="mainbody">
> <table xmlns:xi="http://www.w3.org/2003/XInclude" width="600" cellpadding="2" cellspacing="2">
> <xforms:group model="model_liste">
> <tr style="background-color:gray;">
> <td class="Texte">
> <p>
> <small/>
> </p>
> </td>
> <td class="Texte">
> <p>
> <small>
> <b>id</b>
> </small>
> </p>
> </td>
> <td class="Texte">
> <p>
> <small>
> <b>prenom</b>
> </small>
> </p>
> </td>
> <td class="Texte">
> <p>
> <small>
> <b>nom</b>
> </small>
> </p>
> </td>
> <td class="Texte">
> <p>
> <small>
> <b>pays</b>
> </small>
> </p>
> </td>
> </tr>
> <xforms:repeat id="info-repeat" model="model_liste" nodeset="instance(&apos;info-instance&apos;)/acteur">
> <tr class="clsOdd">
> <td style="background-color:gray;">
> <xforms:trigger xforms:appearance="link">
> <xforms:label>Edit</xforms:label>
> <xforms:action ev:event="DOMActivate">
> <xforms:setvalue ref="instance(&apos;request-instance&apos;)/action" ev:event="DOMActivate">show</xforms:setvalue>
> <xforms:setvalue ref="instance(&apos;request-instance&apos;)/id" value="instance(&apos;info-instance&apos;)/results/identificateur" ev:event="DOMActivate"/>
> <xforms:send submission="main-submission"/>
> </xforms:action>
> </xforms:trigger>
> </td>
> <td class="Texte">
> <p>
> <xforms:output ref="identificateur"/>
> </p>
> </td>
> <td class="Texte">
> <p>
> <xforms:output ref="prenom"/>
> </p>
> </td>
> <td class="Texte">
> <p>
> <xforms:output ref="nom"/>
> </p>
> </td>
> <td class="Texte">
> <p>
> <xforms:output ref="pays"/>
> </p>
> </td>
> </tr>
> </xforms:repeat>
> </xforms:group>
> </table>
> </xhtml:td>
> </xhtml:tr>
> </xhtml:table>
> </xhtml:td>
> </xhtml:tr>
> </xhtml:table>
> </xhtml:body>
> </xhtml:html>
>
>
> ----------------------------------------------------------------------
> --
>
>
> --
> You receive this message as a subscriber of the
> [hidden email] mailing list. To unsubscribe:
> For general help: [hidden email]
> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
 


Find your next car at Yahoo! Canada Autos

--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: $xforms-output-value$ extra row using xform:repeat

Phil Jean
In reply to this post by Erik Bruchez
Erik,
 
I use iso-8859-1 as encoding scheme. Look at the source code and see attached files.
 
Attached file : orbeon.xhtml
Here is the last row produced by on-line sandbox
 
<tr class="clsOdd xforms-repeat-template">
<td style="background-color:gray;">
<button type="button" id="xforms-element-17" class="xforms-control xforms-trigger">$xforms-label-value$</button>
</td>
<td class="Texte">
<p>
<span id="xforms-element-23" class="xforms-control xforms-output"></span>
</p>
</td>
<td class="Texte">
<p>
<span id="xforms-element-24" class="xforms-control xforms-output"></span>
</p>
</td>
<td class="Texte">
<p>
<span id="xforms-element-25" class="xforms-control xforms-output"></span>
</p>
</td>
<td class="Texte">
<p>
<span id="xforms-element-26" class="xforms-control xforms-output"></span>
</p>
</td>
</tr>
<tr id="repeat-end-info-repeat" class="xforms-repeat-begin-end"></tr>
 
 
 
Here is the last row produced by ops3b3 installation at work !
Attached file : home-orbeon.xhtml
 
 
<tr class="xforms-repeat-delimiter"></tr>
<tr class="clsOdd xforms-repeat-template">
<td style="background-color:gray;">
<button type="button" id="xforms-element-16" class="xforms-control xforms-trigger">$xforms-label-value$</button>
</td>
<td class="Texte">
<p>
<span id="xforms-element-22" class="xforms-control xforms-output">$xforms-output-value$</span>
</p>
</td>
<td class="Texte">
<p>
<span id="xforms-element-23" class="xforms-control xforms-output">$xforms-output-value$</span>
</p>
</td>
<td class="Texte">
<p>
<span id="xforms-element-24" class="xforms-control xforms-output">$xforms-output-value$</span>
</p>
</td>
<td class="Texte">
<p>
<span id="xforms-element-25" class="xforms-control xforms-output">$xforms-output-value$</span>
</p>
</td>
</tr>
<tr id="repeat-end-info-repeat" class="xforms-repeat-begin-end"></tr>
 
 
--------
PJ
 
 
-----Message d'origine-----
De : Erik Bruchez [[hidden email]] De la part de Erik Bruchez
Envoy? : 16 novembre, 2005 06:53
Objet : Re: [ops-users] $xforms-output-value$ extra row using xform:repeat
 
Phil,
Could you describe what the problem is? As far as I can tell, your
example appears fine with both Firefox and IE, both with the current CVS
code and with the online sandbox. I attach a screenshot of what I see.
For the UTF-8 error, what encoding do you use to edit your file? You
have to make sure your XML files use the correct encoding.
-Erik
Phil Jean wrote:
>
> Ok,
> Here is a reproduceable example. As i understand it, the xform sandbox
> also add an extra row but with empty text element. So the last row
> displays nothing.
> Using OPS3beta3 i get $xforms-output-value$ as text value of elements
> for each column. The button of the last row have a nice label
> $xforms-label-value$. So the last extra row dysplays $.....$ strings &
> labels for each columns.
> Also, i use french and when a upload data into xform sandbox, a get
> UTF-8 error !
> ----
> Phil
> -----Message d'origine-----
> De : Erik Bruchez [_mailto:ebruchez@gmail.com_] De la part de Erik Bruchez
> Envoy? : 15 novembre, 2005 14:02
> Objet : Re: RE : RE : [ops-users] $xforms-output-value$ extra row using
> xform:repeat
>
> Phil, that kind of issues is hard, not to say impossible to solve in
> the abstract. Let us know if you find something on your side,
> otherwise you will have to provide a reproduceable example. I don't
> think there is any other way out of it. -Erik
> Phil Jean wrote:
> >
> > The problem seem to come from delemiter scheme in the
> > xforms-to-ajax-xhtml.xsl. I tried to play with it with no success. In
> > fact, i got so mixed up it took me for ever to revert. Also, is
> > displayed the id of the repeat tag twice in the left uppper corner of
> > the form. It is as if a template is called where it should not. Or maybe
> > it appends a second repeat instance ?
> > "documentInfoRepeatdocumentInfoRep 1" where "documentInfoRepeat" is the
> > id of the repe at tag.
> > -----
> > phil
> > -----Message d'origine-----
> > De : Erik Bruchez [_mailto:ebruchez@gmail.com_] De la part de Erik
> Bruchez
> > Envoy? : 15 novembre, 2005 05:15
> > Objet : Re: RE : [ops-users] $xforms-output-value$ extra row using
> > xform:repeat & Action setvalue
> >
> > Phil Jean wrote:
> > > Erik !
> > >
> > > I'm using IE 6.02800.1106 on Windows2000sp4. I have to add that two
> > > model resides within the header, and within one model have two
> > instances. > > I now use the more recent build and the repeat
> > problem persist. I > suspect xforms-to-ajax-xhtml.xsl and the way
> > repeat are rendered. There > might be some loop or index problem.
> > Even tought i t would work with the > sandbox, i'd rather find and
> > solve the problem. Have you ever seen this > king of results ?
> > No, I don't think we have. To solve it, you will probably have to send
> > us a reproduceable case.
> > -Erik
>
>
> ----------------------------------------------------------------------
> --
> Find your next car at *Yahoo! Canada Autos* <http://autos.yahoo.ca>
>
>
> ----------------------------------------------------------------------
> --
>
>
>
> <xhtml:html xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xinclude="http://www.w3.org/2003/XInclude" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:xxforms="http://orbeon.org/oxf/xml/xforms" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.w3.org/1999/xhtml">
> <xhtml:head>
> <xhtml:title></xhtml:title>
> <xhtml:link href="/css/eam.css" rel="stylesheet" type="text/css"/>
> <xhtml:link href="/css/encyclopedie_arts_mediatiques.css" rel="stylesheet" type="text/css"/>
> <xhtml:script language="JavaScript" src="/js/uqam.js" type="text/javascript"/>
> <xhtml:script language="JavaScript" src="/js/script.js" type="text/javascript"/>
> <xhtml:link rel="stylesheet" href="/config/theme/orbeon-layout.cssd" type="text/css"/>
> <xhtml:script type="text/javascript" src="/config/theme/javascript/xforms-style.js"/>
> <xhtml:script type="text/javascript" src="/ops/javascript/wz_tooltip.js"/>
> <xhtml:script type="text/javascript" src="/ops/javascript/overlib_mini.js"/>
> <xhtml:script type="text/javascript" src="/ops/javascript/time-utils.js"/>
> <xhtml:script type="text/javascript" src="/ops/javascript/sarissa.js"/>
> <xhtml:script type="text/javascript" src="/ops/javascript/xforms.js"/>
> <xforms:model xmlns:oxf="http://www.orbeon.com/oxf/processors" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:p="http://www.orbeon.com/oxf/pipeline" id="model_liste">
> <xforms:instance id="request-instance">
> <form xmlns="">
> <action/>
> <id/>
> </form>
> </xforms:instance>
> <xforms:instance id="info-instance">
> <result xmlns="">
> <acteur>
> <identificateur>52</identificateur>
> <nom>Bellaiche</nom>
> <prenom>Philippe</prenom>
> <institution/>
> </acteur>
> <acteur>
> <identificateur>76</identificateur>
> <nom>Boissonnet</nom>
> <prenom>Philippe</prenom>
> <pays>Canada</pays>
> <institution>Universite du Quebec a Trois-Rivieres, Quebec, Canada</institution>
> </acteur>
> <acteur>
> <identificateur>147</identificateur>
> <nom>Coiffet</nom>
> <prenom>Philippe</prenom>
> </acteur>
> <acteur>
> <identificateur>214</identificateur>
> <nom>Domergue</nom>
> <prenom>Philippe</prenom>
> <pays>France</pays>
> <institution/>
> </acteur>
> <acteur>
> <identificateur>219</identificateur>
> <nom>dubois</nom>
> <prenom>Philippe</prenom>
> <categorie>theoricien</categorie>
> <pays>Belgique</pays>
> <institution/>
> </acteur>
> <acteur>
> <identificateur>581</identificateur>
> <nom>queau</nom>
> <prenom>Philippe</prenom>
> <categorie/>
> <pays>France</pays>
> <institution>Institut national de la communication</institution>
> </acteur>
> </result>
> </xforms:instance>
> <xforms:submission id="main-submission" ref="instance(&apos;request-instance&apos;)" method="post" action="/voir"/>
> <xforms:bind nodeset="instance(&apos;request-instance&apos;)/action" type="xsd:string"/>
> <xforms:bind nodeset="instance(&apos;request-instance&apos;)/id" type="xsd:string"/>
> </xforms:model>
> <xforms:model xmlns:xsd="http://www.w3.org/2001/XMLSchema" id="recherche_site_model">
> <xforms:instance id="recherche_site_instance">
> <recherche xmlns="">
> <action>Go</action>
> <identificateur/>
> </recherche>
> </xforms:instance>
> <xforms:bind nodeset="/recherche/action" type="xsd:string"/>
> <xforms:bind nodeset="/recherche/identificateur" type="xsd:string"/>
> <xforms:submission id="submit-recherche-site" action="/faire-recherche-site" method="post">
> <xforms:setvalue ref="/recherche/action" value="faire-recherche"/>
> </xforms:submission>
> </xforms:model>
> </xhtml:head>
> <xhtml:body>
> <xhtml:table id="main" width="800" height="400" border="1" cellpadding="0" cellspacing="0" style="margin:5px;">
> <xhtml:tr height="20" width="800">
> <xhtml:td colspan="2" id="banner" height="20">
> <xhtml:p class="Texte">
> <xhtml:strong></xhtml:strong>
> </xhtml:p>
> <xhtml:p class="Texte" style="float: right; margin-right: 1em; margin-top: .2em; white-space: nowrap">
> <xhtml:a href="http://www.uqam.ca">Uqam.ca</xhtml:a>|
> <xhtml:a href="/doc/">Documentation</xhtml:a>|
> <xhtml:span style="white-space: nowrap">Recherche:</xhtml:span>
> <xforms:group ref="instance(&apos;recherche_site_instance&apos;)">
> <xforms:input ref="instance(&apos;recherche_site_instance&apos;)/identificateur" model="recherche_site_model"/>
> </xforms:group>
> </xhtml:p>
> <xhtml:br/>
> </xhtml:td>
> </xhtml:tr>
> <xhtml:tr height="25" width="800">
> <xhtml:td colspan="2">
> <xhtml:table width="100%" cellpadding="0" cellspacing="0" border="0" style="margin:5px;">
> <xhtml:tr>
> <xhtml:td id="navigation tip" align="left" valign="top">
> <xhtml:p class="Texte">
> <xhtml:a href="/entry-portal">Acceuil</xhtml:a>[fr]
> </xhtml:p>
> </xhtml:td>
> </xhtml:tr>
> </xhtml:table>
> </xhtml:td>
> </xhtml:tr>
> <xhtml:tr width="800">
> <xhtml:td id="leftcontent" valign="top" width="150">
> <xhtml:table width="140" cellpadding="0" cellspacing="0" border="0" style="margin:5px;">
> <xhtml:tr>
> <xhtml:td align="left" valign="top" id="">
> <xhtml:p>
> <table border="0" cellspacing="0" cellpadding="0" align="left" xml:base="oxf:/plateforme/navigation.xml">
> <tr>
> <td>
> <table border="0" cellspacing="2" cellpadding="0" align="left" style="margin-bottom: 10px; padding: 0px;">
> <tr>
> <td align="left" valign="middle" height="25">
> <span class="SousTexte">
> <strong>CONSULTATIONS</strong>
> </span>
> </td>
> </tr>
> <tr>
> <td>
> <A href="recherche?frameType=frameActeur">
> <span class="TexteActeur">Acteurs</span>
> </A>
> </td>
> </tr>
> <tr>
> <td>
> <A href="recherche?frameType=frameDocument">
> <span class="TexteDocument">Documents</span>
> </A>
> </td>
> </tr>
> <tr>
> <td>
> <A href="recherche?frameType=frameTerme">
> <span class="TexteTerme">Termes</span>
> </A>
> </td>
> </tr>
> </table>
> <br/>
> <br/>
> </td>
> </tr>
> <tr>
> <td>
> <table border="0" cellspacing="2" cellpadding="0" align="left" style="margin: 0px; margin-right: 5px; padding: 0px; ">
> <tr>
> <td align="left" valign="middle" height="25">
> <span class="SousTexte">
> <strong>ADMINISTRATION</strong>
> </span>
> <br/>
> </td>
> </tr>
> <tr>
> <td>
> <A href="propositions">
> <span class="SousTexte">
> <strong>Propositions</strong>
> </span>
> </A>
> </td>
> </tr>
> <tr>
> <td>
> <A href="selections">
> <span class="SousTexte">
> <strong>Selections</strong>
> </span>
> </A>
> </td>
> </tr>
> <tr>
> <td>
> <A href="administration">
> <span class="SousTexte">
> <strong>Administration</strong>
> </span>
> </A>
> </td>
> </tr>
> </table>
> <br/>
> <br/>
> </td>
> </tr>
> <tr>
> <td>
> <table border="0" cellspacing="2" cellpadding="0" align="left">
> <tr>
> <td align="left" valign="middle" height="25">
> <span class="SousTexte">
> <strong>RAPPORTS</strong>
> </span>
> </td>
> </tr>
> <tr>
> <td>
> <A href="eamActeursReport">
> <span class="TexteActeur">Acteurs</span>
> </A>
> </td>
> </tr>
> <tr>
> <td>
> <A href="eamDocumentsReport">
> <span class="TexteDocument">Documents</span>
> </A>
> </td>
> </tr>
> <tr>
> <td>
> <A href="eamTermesReport">
> <span class="TexteTerme">Termes</span>
> </A>
> </td>
> </tr>
> <tr>
> <td>
> <A href="findEmptysForComments">
> <span class="SousTexte">
> <strong>Commentaires</strong>
> </span>
> </A>
> </td>
> </tr>
> <tr>
> <td>
> <A href="eamCommentsRefsReport">
> <span class="SousTexte">
> <strong>Commentaires Refs</strong>
> </span>
> </A>
> </td>
> </tr>
> <tr>
> <td>
> <A href="findEmptysImagesForDocs">
> <span class="SousTexte">
> <strong>Images</strong>
> </span>
> </A>
> </td>
> </tr>
> </table>
> <br/>
> <br/>
> </td>
> </tr>
> </table>
> </xhtml:p>
> </xhtml:td>
> </xhtml:tr>
> </xhtml:table>
> </xhtml:td>
> <xhtml:td valign="top">
> <xhtml:table cellpadding="0" cellspacing="0" border="0" style="margin:5px;" width="640">
> <xhtml:tr>
> <xhtml:td align="left" valign="top" id="mainbody">
> <table xmlns:xi="http://www.w3.org/2003/XInclude" width="600" cellpadding="2" cellspacing="2">
> <xforms:group model="model_liste">
> <tr style="background-color:gray;">
> <td class="Texte">
> <p>
> <small/>
> </p>
> </td>
> <td class="Texte">
> <p>
> <small>
> <b>id</b>
> </small>
> </p>
> </td>
> <td class="Texte">
> <p>
> <small>
> <b>prenom</b>
> </small>
> </p>
> </td>
> <td class="Texte">
> <p>
> <small>
> <b>nom</b>
> </small>
> </p>
> </td>
> <td class="Texte">
> <p>
> <small>
> <b>pays</b>
> </small>
> </p>
> </td>
> </tr>
> <xforms:repeat id="info-repeat" model="model_liste" nodeset="instance(&apos;info-instance&apos;)/acteur">
> <tr class="clsOdd">
> <td style="background-color:gray;">
> <xforms:trigger xforms:appearance="link">
> <xforms:label>Edit</xforms:label>
> <xforms:action ev:event="DOMActivate">
> <xforms:setvalue ref="instance(&apos;request-instance&apos;)/action" ev:event="DOMActivate">show</xforms:setvalue>
> <xforms:setvalue ref="instance(&apos;request-instance&apos;)/id" value="instance(&apos;info-instance&apos;)/results/identificateur" ev:event="DOMActivate"/>
> <xforms:send submission="main-submission"/>
> </xforms:action>
> </xforms:trigger>
> </td>
> <td class="Texte">
> <p>
> <xforms:output ref="identificateur"/>
> </p>
> </td>
> <td class="Texte">
> <p>
> <xforms:output ref="prenom"/>
> </p>
> </td>
> <td class="Texte">
> <p>
> <xforms:output ref="nom"/>
> </p>
> </td>
> <td class="Texte">
> <p>
> <xforms:output ref="pays"/>
> </p>
> </td>
> </tr>
> </xforms:repeat>
> </xforms:group>
> </table>
> </xhtml:td>
> </xhtml:tr>
> </xhtml:table>
> </xhtml:td>
> </xhtml:tr>
> </xhtml:table>
> </xhtml:body>
> </xhtml:html>
>
>
> ----------------------------------------------------------------------
> --
>
>
> --
> You receive this message as a subscriber of the
> [hidden email] mailing list. To unsubscribe:
> For general help: [hidden email]
> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
 


Find your next car at Yahoo! Canada Autos


<xhtml:html xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xinclude="http://www.w3.org/2003/XInclude" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:xxforms="http://orbeon.org/oxf/xml/xforms" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.w3.org/1999/xhtml">
    <xhtml:head>
        <xhtml:title></xhtml:title>
        <xhtml:link href="/css/eam.css" rel="stylesheet" type="text/css"/>
        <xhtml:link href="/css/encyclopedie_arts_mediatiques.css" rel="stylesheet" type="text/css"/>
        <xhtml:script language="JavaScript" src="/js/uqam.js" type="text/javascript"/>
        <xhtml:script language="JavaScript" src="/js/script.js" type="text/javascript"/>
        <xhtml:link rel="stylesheet" href="/config/theme/orbeon-layout.cssd" type="text/css"/>
        <xhtml:script type="text/javascript" src="/config/theme/javascript/xforms-style.js"/>
        <xhtml:script type="text/javascript" src="/ops/javascript/wz_tooltip.js"/>
        <xhtml:script type="text/javascript" src="/ops/javascript/overlib_mini.js"/>
        <xhtml:script type="text/javascript" src="/ops/javascript/time-utils.js"/>
        <xhtml:script type="text/javascript" src="/ops/javascript/sarissa.js"/>
        <xhtml:script type="text/javascript" src="/ops/javascript/xforms.js"/>
        <xforms:model xmlns:oxf="http://www.orbeon.com/oxf/processors" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:p="http://www.orbeon.com/oxf/pipeline" id="model_liste">
            <xforms:instance id="request-instance">
                <form xmlns="">
                    <action/>
                    <id/>
                </form>
            </xforms:instance>
            <xforms:instance id="info-instance">
                <result xmlns="">
                    <acteur>
                        <identificateur>52</identificateur>
                        <nom>Bellaiche</nom>
                        <prenom>Philippe</prenom>
                        <institution/>
                    </acteur>
                    <acteur>
                        <identificateur>76</identificateur>
                        <nom>Boissonnet</nom>
                        <prenom>Philippe</prenom>
                        <pays>Canada</pays>
                        <institution>Universite du Quebec a Trois-Rivieres, Quebec, Canada</institution>
                    </acteur>
                    <acteur>
                        <identificateur>147</identificateur>
                        <nom>Coiffet</nom>
                        <prenom>Philippe</prenom>
                    </acteur>
                    <acteur>
                        <identificateur>214</identificateur>
                        <nom>Domergue</nom>
                        <prenom>Philippe</prenom>
                        <pays>France</pays>
                        <institution/>
                    </acteur>
                    <acteur>
                        <identificateur>219</identificateur>
                        <nom>dubois</nom>
                        <prenom>Philippe</prenom>
                        <categorie>theoricien</categorie>
                        <pays>Belgique</pays>
                        <institution/>
                    </acteur>
                    <acteur>
                        <identificateur>581</identificateur>
                        <nom>queau</nom>
                        <prenom>Philippe</prenom>
                        <categorie/>
                        <pays>France</pays>
                        <institution>Institut national de la communication</institution>
                    </acteur>
                </result>
            </xforms:instance>
            <xforms:submission id="main-submission" ref="instance(&apos;request-instance&apos;)" method="post" action="/voir"/>
            <xforms:bind nodeset="instance(&apos;request-instance&apos;)/action" type="xsd:string"/>
            <xforms:bind nodeset="instance(&apos;request-instance&apos;)/id" type="xsd:string"/>
        </xforms:model>
        <xforms:model xmlns:xsd="http://www.w3.org/2001/XMLSchema" id="recherche_site_model">
            <xforms:instance id="recherche_site_instance">
                <recherche xmlns="">
                    <action>Go</action>
                    <identificateur/>
                </recherche>
            </xforms:instance>
            <xforms:bind nodeset="/recherche/action" type="xsd:string"/>
            <xforms:bind nodeset="/recherche/identificateur" type="xsd:string"/>
            <xforms:submission id="submit-recherche-site" action="/faire-recherche-site" method="post">
                <xforms:setvalue ref="/recherche/action" value="faire-recherche"/>
            </xforms:submission>
        </xforms:model>
    </xhtml:head>
    <xhtml:body>
        <xhtml:table id="main" width="800" height="400" border="1" cellpadding="0" cellspacing="0" style="margin:5px;">
            <xhtml:tr height="20" width="800">
                <xhtml:td colspan="2" id="banner" height="20">
                    <xhtml:p class="Texte">
                        <xhtml:strong></xhtml:strong>
                    </xhtml:p>
                    <xhtml:p class="Texte" style="float: right; margin-right: 1em; margin-top: .2em; white-space: nowrap">
                        <xhtml:a href="http://www.uqam.ca">Uqam.ca</xhtml:a>|
                        <xhtml:a href="/doc/">Documentation</xhtml:a>|
                        <xhtml:span style="white-space: nowrap">Recherche:</xhtml:span>
                        <xforms:group ref="instance(&apos;recherche_site_instance&apos;)">
                            <xforms:input ref="instance(&apos;recherche_site_instance&apos;)/identificateur" model="recherche_site_model"/>
                        </xforms:group>
                    </xhtml:p>
                    <xhtml:br/>
                </xhtml:td>
            </xhtml:tr>
            <xhtml:tr height="25" width="800">
                <xhtml:td colspan="2">
                    <xhtml:table width="100%" cellpadding="0" cellspacing="0" border="0" style="margin:5px;">
                        <xhtml:tr>
                            <xhtml:td id="navigation tip" align="left" valign="top">
                                <xhtml:p class="Texte">
                                    <xhtml:a href="/entry-portal">Acceuil</xhtml:a>[fr]
                                </xhtml:p>
                            </xhtml:td>
                        </xhtml:tr>
                    </xhtml:table>
                </xhtml:td>
            </xhtml:tr>
            <xhtml:tr width="800">
                <xhtml:td id="leftcontent" valign="top" width="150">
                    <xhtml:table width="140" cellpadding="0" cellspacing="0" border="0" style="margin:5px;">
                        <xhtml:tr>
                            <xhtml:td align="left" valign="top" id="">
                                <xhtml:p>
                                    <table border="0" cellspacing="0" cellpadding="0" align="left" xml:base="oxf:/plateforme/navigation.xml">
                                        <tr>
                                            <td>
                                                <table border="0" cellspacing="2" cellpadding="0" align="left" style="margin-bottom: 10px; padding: 0px;">
                                                    <tr>
                                                        <td align="left" valign="middle" height="25">
                                                            <span class="SousTexte">
                                                                <strong>CONSULTATIONS</strong>
                                                            </span>
                                                        </td>
                                                    </tr>
                                                    <tr>
                                                        <td>
                                                            <A href="recherche?frameType=frameActeur">
                                                                <span class="TexteActeur">Acteurs</span>
                                                            </A>
                                                        </td>
                                                    </tr>
                                                    <tr>
                                                        <td>
                                                            <A href="recherche?frameType=frameDocument">
                                                                <span class="TexteDocument">Documents</span>
                                                            </A>
                                                        </td>
                                                    </tr>
                                                    <tr>
                                                        <td>
                                                            <A href="recherche?frameType=frameTerme">
                                                                <span class="TexteTerme">Termes</span>
                                                            </A>
                                                        </td>
                                                    </tr>
                                                </table>
                                                <br/>
                                                <br/>
                                            </td>
                                        </tr>
                                        <tr>
                                            <td>
                                                <table border="0" cellspacing="2" cellpadding="0" align="left" style="margin: 0px; margin-right: 5px; padding: 0px; ">
                                                    <tr>
                                                        <td align="left" valign="middle" height="25">
                                                            <span class="SousTexte">
                                                                <strong>ADMINISTRATION</strong>
                                                            </span>
                                                            <br/>
                                                        </td>
                                                    </tr>
                                                    <tr>
                                                        <td>
                                                            <A href="propositions">
                                                                <span class="SousTexte">
                                                                    <strong>Propositions</strong>
                                                                </span>
                                                            </A>
                                                        </td>
                                                    </tr>
                                                    <tr>
                                                        <td>
                                                            <A href="selections">
                                                                <span class="SousTexte">
                                                                    <strong>Selections</strong>
                                                                </span>
                                                            </A>
                                                        </td>
                                                    </tr>
                                                    <tr>
                                                        <td>
                                                            <A href="administration">
                                                                <span class="SousTexte">
                                                                    <strong>Administration</strong>
                                                                </span>
                                                            </A>
                                                        </td>
                                                    </tr>
                                                </table>
                                                <br/>
                                                <br/>
                                            </td>
                                        </tr>
                                        <tr>
                                            <td>
                                                <table border="0" cellspacing="2" cellpadding="0" align="left">
                                                    <tr>
                                                        <td align="left" valign="middle" height="25">
                                                            <span class="SousTexte">
                                                                <strong>RAPPORTS</strong>
                                                            </span>
                                                        </td>
                                                    </tr>
                                                    <tr>
                                                        <td>
                                                            <A href="eamActeursReport">
                                                                <span class="TexteActeur">Acteurs</span>
                                                            </A>
                                                        </td>
                                                    </tr>
                                                    <tr>
                                                        <td>
                                                            <A href="eamDocumentsReport">
                                                                <span class="TexteDocument">Documents</span>
                                                            </A>
                                                        </td>
                                                    </tr>
                                                    <tr>
                                                        <td>
                                                            <A href="eamTermesReport">
                                                                <span class="TexteTerme">Termes</span>
                                                            </A>
                                                        </td>
                                                    </tr>
                                                    <tr>
                                                        <td>
                                                            <A href="findEmptysForComments">
                                                                <span class="SousTexte">
                                                                    <strong>Commentaires</strong>
                                                                </span>
                                                            </A>
                                                        </td>
                                                    </tr>
                                                    <tr>
                                                        <td>
                                                            <A href="eamCommentsRefsReport">
                                                                <span class="SousTexte">
                                                                    <strong>Commentaires Refs</strong>
                                                                </span>
                                                            </A>
                                                        </td>
                                                    </tr>
                                                    <tr>
                                                        <td>
                                                            <A href="findEmptysImagesForDocs">
                                                                <span class="SousTexte">
                                                                    <strong>Images</strong>
                                                                </span>
                                                            </A>
                                                        </td>
                                                    </tr>
                                                </table>
                                                <br/>
                                                <br/>
                                            </td>
                                        </tr>
                                    </table>
                                </xhtml:p>
                            </xhtml:td>
                        </xhtml:tr>
                    </xhtml:table>
                </xhtml:td>
                <xhtml:td valign="top">
                    <xhtml:table cellpadding="0" cellspacing="0" border="0" style="margin:5px;" width="640">
                        <xhtml:tr>
                            <xhtml:td align="left" valign="top" id="mainbody">
                                <table xmlns:xi="http://www.w3.org/2003/XInclude" width="600" cellpadding="2" cellspacing="2">
                                    <xforms:group model="model_liste">
                                        <tr style="background-color:gray;">
                                            <td class="Texte">
                                                <p>
                                                    <small/>
                                                </p>
                                            </td>
                                            <td class="Texte">
                                                <p>
                                               
Reply | Threaded
Open this post in threaded view
|

Re: $xforms-output-value$ extra row using xform:repeat

Erik Bruchez
Administrator
Phil Jean wrote:
>
> Erik,
>  
> I use iso-8859-1 as encoding scheme. Look at the source code and see
> attached files.

I don't see a mention of that encoding in the attached files.

> Attached file : orbeon.xhtml
> Here is the last row produced by on-line sandbox

[...]

Yes, that's right, that's what OPS produces, but it's not a bug.
Remember, OPS translates XForms + XHTML into HTML. This means that you
will see some things in the resulting HTML that you haven't generated
yourself. Of course there may be ways to be less intrusive in the case
of xforms:repeat, but unless there is an actual problem with the current
solution we are not focusing on alternatives at the moment.

-Erik



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws