Hey!
Are you trying to dynamically create an XSL file? If so, one way is to
use JSPs and tag libraries.
You'll need to download IBM's parser for Java and the Lotus XSL processor.
Try IBM's AlphaWorks website:
http://www.alphaworks.ibm.com/ Check out the commercial license requirements
though. But it's free to use for development.
I am sure there are other ways to do this and other posters will undoubtedly
suggest some macro languages.
Sans adieu,
Danny Rubis
"Maria Elena Christensen (DXD)" wrote:
> Hi all:
>
> I have a servlet that needs to create a new file like this...
>
> File f1 = new File(path, "template.xsl");
> f1.createNewFile();
>
> but the problem is, that it needs a special content, in the way that everytime that
>a request of create-new file is received, the newfile is created but containing
>another file, I want to use it as a template file.
>
> Hope is understandable, someone have any idea how to do it??????
>
> Thanks
>
> ___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html