From: Shannon W. <we...@ro...> - 2005-05-13 21:32:32
|
> > And then in the XML do: > > <field value="bobdoan(mikeroth('bacon', 'eggs'))" width="50"/> > > http://www.sicom.com/~bdoan/rlib-1.3.4.tar.gz > > see src/examples/php/array[xml|php] as an example > > - Bob Hey Bob, Quick (hopefully) simple bug: the arguments are showing up to the PHP function in the reverse order. In your example, one would expect it to show up as "Bacon and Eggs" in the output but in fact it shows up "Eggs and Bacon". Other than that it looks great, thanks a lot. Shannon |