RE: [xsl] Should XSLT be used to generate a plain text document?

Subject: RE: [xsl] Should XSLT be used to generate a plain text document?
From: "Ross, Douglas" <DRoss@xxxxxxxxxx>
Date: Tue, 26 Apr 2005 15:41:44 -0400
Chris,

I use XSLT to transform XML into all kinds of documents including .java
(Java) and .js (ECMAScript) source files. About a 1000 lines of XSLT
generate about 4000 lines of source code, which is for me a huge time
savings.

I am not an XSLT expert by any means but I would think XSLT would be the
easiest way to get your XML (presuming it is valid, blah, blah) into the
file you describe.

Douglas Ross
Developer, HTML UI Framework
Kronos
www.kronos.com


-----Original Message-----
From: Chris [mailto:phatfish@xxxxxxxxx]
Sent: Tuesday, April 26, 2005 3:27 PM
To: XSL List
Subject: [xsl] Should XSLT be used to generate a plain text document?

Hi, i would like to create some (i guess you would call it) styled, or
formatted plain text.

Eg, some information about a music album: (this probably wont display
correctly, but you get the idea)

+-----------------------------------------------------+
|           Im So Good - Im The Best (2005)           |
+-----------------------------------------------------+
|                                                     |
|  About:                                             |
|  +-----------------------------------------------+  |
|  | Text text text text text text text text text  |  |
|  | Text text text text text text text text text  |  |
|  | Text text text text text text text text text  |  |
|  | Text text text text text text text text text  |  |
|  | Text text text text text text text text text  |  |
|  | Text text text text text text text text text  |  |
|  | Text text more text displayed by a loop.      |  |
|  +-----------------------------------------------+  |
|                                                     |
|  Tracklist:                                         |

Current Thread