xsl-list
[Top] [All Lists]

Re: [xsl] Need help combing two elements

2009-03-30 04:33:00
Fatbob schrieb:
Well basically, this XSL is used to build a report. Here is a sample
of the report that this XSL builds as it is now...

http://img12.imageshack.us/img12/7903/samplereport.jpg

What I'm trying to do is combine the first two columns into one
column. So instead of having a column for date (the collect column),
and a column for time (right next to Collect), I want that to be
displayed in one column, similar to Resulted. Ultimately, I'd like to
also convert the date to a different format (yyyy-MM-dd hh:mm), but
one step at a time.

----- Original Message ----- From: "Syd Bauman" 
<Syd_Bauman(_at_)Brown(_dot_)edu>

I've got your input:

<Row Type="Data">
 <Cell>Mar 23, 2006</Cell>
 <Cell>08:44</Cell>
</Row>

But what do you want the output to look like?

It might be easier to help you with the XSLT if you provided the desired
XML output, which is FO, instead of an image of the desired appearance
of the processed FO.

Michael Ludwig

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--