How to add a label to xbl component Orbeon -


i want add input field called name, created xbl component , add in directory ressources/xbl in orbeon. want create label "name" didn't work.

<xbl:xbl xmlns:xh="http://www.w3.org/1999/xhtml"      xmlns:xf="http://www.w3.org/2002/xforms"      xmlns:xs="http://www.w3.org/2001/xmlschema"      xmlns:ev="http://www.w3.org/2001/xml-events"      xmlns:xxf="http://orbeon.org/oxf/xml/xforms"      xmlns:fr="http://orbeon.org/oxf/xml/form-runner"      xmlns:xbl="http://www.w3.org/ns/xbl"      xmlns:xxbl="http://orbeon.org/oxf/xml/xbl">  <xbl:binding element="fr|tutorial-input" id="fr-tutorial-input" xxbl:mode="lhha binding value">     <xbl:template>         <!-- input points external single-node binding -->         <xf:input ref="xxf:binding('fr-tutorial-input')"/>     </xbl:template> </xbl:binding> <fr:tutorial-input>   <xf:label>name</xf:label> 


Comments

Popular posts from this blog

matlab - error with cyclic autocorrelation function -

django - (fields.E300) Field defines a relation with model 'AbstractEmailUser' which is either not installed, or is abstract -

c# - What is a good .Net RefEdit control to use with ExcelDna? -