Hi,
> I have worked on generation of a flat file from xml using XSL.
> I have used select:value-of for the data and xsl:text to put
> the commas in
> the flat file.
>
>
> Could some body let me know if the flat file can be generated
> as a fixed
> field length file and
> the necessary options xsl has.
xsl:output has method="text", but other than that, no. You have to write a template to take care of the padding, use recursion or the Piez-method, easy.
Cheers,
Jarno - Velvet Acid Christ: Pretty Toy (Edit / A-Side)
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|