Go Back   Velocity Reviews > Newsgroups > XML
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

XML - XML->static HTML source code

 
Thread Tools Search this Thread
Old 05-17-2006, 03:11 PM   #1
Default XML->static HTML source code


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
  Reply With Quote
Old 05-17-2006, 09:58 PM   #2
Peter Flynn
 
Posts: n/a
Default Re: XML->static HTML source code

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
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump