PrashanthV wrote:
Hi,
I have a XML and a XSLT file. When I pass the files to the SimpleTranform
function in Xalan sample programs, I get the proper resultant output file
(html) when run on Windows. When I try the same procedure on Linux, proper
transformation is not happeninig even though the same version is being used
on both the platforms. There is some data missing in the converted html
file. Is this a common problem? Is there any fix to it?
Any help is greately appreciated.
Can you provide a sample input document and stylesheet that reproduces
the problem? I don't know why there would be any difference, unless
there's a bug, or your stylesheet specifies an encoding that isn't
support on Linux.
Dave