Thanks for the information Erik.
-Anindita

----------------------------------------------------------------------------------------
This is a PRIVATE message. If you are not the intended recipient, please delete without copying and kindly advise us by e-mail of the mistake in delivery. NOTE: Regardless of content, this e-mail shall not operate to bind CSC to any order or other contract unless pursuant to explicit written agreement or government initiative expressly permitting the use of e-mail for such purpose.
----------------------------------------------------------------------------------------



Erik Bruchez <ebruchez
@orbeon.com>

Sent by: orbeon-user-admin

01/11/2005 11:19 PM
Please respond to orbeon-user

       
        To:        [email protected]
        cc:        
        Subject:        Re: [orbeon-user] error thrown in oxf-ewrite.xsl



processors.xml can be found in orbeon.jar. BTW since 2.6 there is a
mechanism to add your custom processors without modifying
processors.xml. See:

  http://www.orbeon.com/ois/doc/home-changes-26

Make sure you don't have a processors.xml in your resources anymore, but
instead /config/custom-processors.xml, which must only contain your own
processor declarations (not the standard Presentation Server processors).

-Erik

Anindita Goswami wrote:
>
> I wanted to use the standard processors.xml file but could not find it
> in the site. So I modified the old processors.xml. Can you tell me from
> where will I get the standard processors.xml file?
>
> I am facing another problem. For radio buttons and check boxes I had
> xforms:bind in the instance xml.
>
> <xforms:bind nodeset="/instanceData/TXLife/A_ExistingInsuranceInd"
> calculate="if(string() = '', 0, .)"/>
> This is not working with the new version. So I changed it to
> <xforms:bind nodeset="/instanceData/TXLife/A_ExistingInsuranceInd"
> calculate="if(string() = '')
>                                                                        
>         then 0
>                                                                        
>         else ."/>
>
> But this was not working. It is creating a node like this:
> <A_ExistingInsuranceInd><A_ExistingInsuranceInd/></A_ExistingInsuranceInd>
>
> So I removed the binding. As a result, if I dont select a check box it
> is not setting any value, where as I need to set 0. I think I am doing
> something wrong in the if block.
>
> Somehow some <dummy/> elements are also getting created in instance xml
> at runtime. Are all these happening because xforms is now parsed
> differently in new oxf?
>
> -Anindita


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
orbeon-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/orbeon-user


Reply via email to