Looking at the source code to the xls serializer, it
looks like I should be able to specify a repeat row
in the config and in the spreadsheet:

<p:processor uri="oxf/processor/xls-serializer">
 <p:input name="config">
  <config template="oxf:/facilities/channels.xls" filename="channels2.xls">
   <repeat-row>
    <row-num>2</row-num>
    <for-each>/sensors/sensor[starts-with(sta,'GV')]</for-each>
   </repeat-row>
  </config>
 </p:input>
 <p:input name="data" href="/xml/channels.xml"/>
</p:processor>

The data looks something like

<sensors>
 <sensor>
   <sta>GVDA</sta>
   <depth>0.033<depth>
   <latitude>33.2345</latitude>
   <longitude>-115.1234</longitude>
 </sensor
</sensors>

Then, shouldn't my cell format be as simple as: #,##0;"./sta"
to get "GVDA" ?

Thanks,
Hank

Did I read there was an issue with HttpBinarySerializer? (I'll look back).


Hank Ratzesberger Institute for Crustal Studies University of California, Santa Barbara 805.893.8042 ==============================



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
orbeon-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/orbeon-user

Reply via email to