![]() |
|
|
|
#1 |
|
I have files in XML more than 10MB and I want to transform them in to
HTML files. Until now I use XSL and some Javascript code and I get an HTML page.The problem is that when i want the source code in order to use in other project the only thing i get is the javascript code from the html page and not the information that I see in the html page. In my server I have Tomcat 5.0 and the site use JSP. Any idea? Thanks in advance! George Veranis george veranis |
|
|
|
|
#2 |
|
Posts: n/a
|
george veranis wrote:
> I have files in XML more than 10MB and I want to transform them in to > HTML files. > Until now I use XSL and some Javascript code and I get an HTML page.The > problem is that when i want the source code in order to use in other > project the only thing i get is the javascript code from the html page > and not the information that I see in the html page. > In my server I have Tomcat 5.0 and the site use JSP. Download a standalone XSLT processor (eg Saxon) and reprocess the files outside the JSP environment into standalone HTML. ///Peter |
|