Hello,
we use xalan to transform xml to html. We pass the xml as a string and get
back the html as a string. The XSL is in a file. We use this in the tomcat
server to generate dynamic HTML. The problem is this takes very long
sometimes. We are making a big table here and it takes 3 minutes to process
the xml String. I`m wondering because we need only one second to produce the
xml String, so why does the processing take so long? Is this normal?

Thanks for answers

Reply via email to