I have a long XML file that I used XSL to extract the useful information(element and value). My question is how can I format it using xsl. I tried to put table width and wrap text options in xsl (i.e. <tr style="word-wrap: break-word" width="200">) but none worked. xsl-fo is more powerful in formatting page, paragraph, fonts etc. But I wonder if I can combine xsl-fo with my written xsl and how?
Any help is very much appreciated.
Any help is very much appreciated.