L
lemmchen
Hi folks,
I have a to display a number of tables but not in html, that would be
not a big problem, no I need the tables in text-output. I know, that
the most of cell-data can displayd in one row, but some cells will have
linebreaks.
Maybe someone know a stylesheet doing this formatting work.
As example my xml:
<table>
<col1>hallo</col1>
<col2>world</col2>
<col3>nice to meet you, hope you are fine</col3>
</table>
Has to be formatted in this way :
MyCol1 MyCol2 MyCol3
hallo world nice to meet
you, hope
you are fine
Any ideas ? Thanks a lot for help.
I have a to display a number of tables but not in html, that would be
not a big problem, no I need the tables in text-output. I know, that
the most of cell-data can displayd in one row, but some cells will have
linebreaks.
Maybe someone know a stylesheet doing this formatting work.
As example my xml:
<table>
<col1>hallo</col1>
<col2>world</col2>
<col3>nice to meet you, hope you are fine</col3>
</table>
Has to be formatted in this way :
MyCol1 MyCol2 MyCol3
hallo world nice to meet
you, hope
you are fine
Any ideas ? Thanks a lot for help.