Juha Palomäki

Blog entries in the Orbeon category

  1. Get rid of NaN and INF values in Orbeon

    With calculations in binds it is easy to run into NaN (Not-a-Number) or INF values showing on the form.

    There are few ways to get rid of them

    • You can use if inside the calculation to prevent the calculation from running if the inputs would result in NaN or INF …
  2. Debugging Orbeon XPL programs

    Orbeon XPL is way of describing processing flows using XML syntax. Since there is no debugger the debugging mostly happens by putting something in and looking at what comes out.

    You can always get the output from pipeline by using the "debug" attribute with processors, but reading the information from …

  3. Orbeon XPL copy values from request

    Quite often I end up in situations where I need to use a value from HTTP request (either parameter or header) inside a configuration element for another Orbeon XPL processor.

    One fairly simple way to do this is to use oxf:xslt processor as shown below:

    <p:config xmlns:p …
Juha Palomäki
Projects
Categories