Binoy wrote: >hi, > xsl parser for java seems to be slow ?. it's much noticable when i >used it to traslate >5+ documents ,it take time to load VM again and again .Do you have any xsl >parsers in c++ , >or can suggest an alternative >we could had a round about way if xsl parser for java were able to handle >multiple output files > >thanking you >binoy
Xalan can handle multiple output files. The "redirect" extension will allow the stylesheet to output multiple files. Refer to Xalan Extensions documention about it's usage. Paul