Esteemed List,

I am sure this have been discussed before, but the search did not show
anything.

We are using PL/I on the host to generate XML files.

When trying to use the style sheet transformation program (IXMXAL20)
that is 
part of the IBM XML toolkit for z/OS, we are having problems with the
output 
produced by the xslt translation.

Both the generated XML file and the used style sheet are in EBCDIC, and
are 
using 
<?xml version="1.0" encoding="ibm-1047-s390"?> 

Are there any standard way to control the line breaks to ensure a new
record 
is written by the style sheet program.

It seems the program IXMXAL20 writes to the output file in a stream
mode, 
having the effect that all the data comes in a continuous stream.

I have currently settled for a solution that 'pads' the records with
enough, 
spaces so the 'line break' or 'record break' happens this way, but I am
sure there must be better solutions for this.

Is anybody using the XML toolkit in a similar way ?


Thanks for your help
Henrik

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to