Link to home
Start Free TrialLog in
Avatar of cb168
cb168

asked on

HTML 2 XSL

Hi All

Is there any free/low cost utility that can convert html files to xsl files.


Avatar of bagi112599
bagi112599

Are yuo talking about Microsoft Excel?
Then,
Open MS Excel, file->open->your html file.
then save it as excel sheet.

Or if you want to convert html into excel
in servlet, then
insert a content-type line in your page i.e.

response.setContentType ("application/vnd.ms-excel")

this line will force the browser to download the servlet generated file as an excel file.

cheers,

Hi,

A good tool to convert HTML to XSL is eXcelon Stylus. It is mainly used for editing and developing XSL but it has an import from HTML option which does a pretty good job ( it also converts Javascript).

It costs a bit for a full version but there are a couple of 30-day trial versions floating around - here is one site that offers the trial version http://softload.narod.ru/internet/web_publishing_tools/xml_tools/review_44313_index.html

Cheers,

Jonathan
Avatar of cb168

ASKER

Hi JonathanJonas

I tried the link but its broken.
Is there any other products that maybe out there?
Avatar of cb168

ASKER

Thanks for your reply bagi.  I meant Exstesible Style Language(xsl), xml related.

Cheers
Avatar of cb168

ASKER

Thanks for your reply bagi.  I meant Exstesible Style Language(xsl), xml related.

Cheers
ASKER CERTIFIED SOLUTION
Avatar of JonathanJonas
JonathanJonas

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of cb168

ASKER

Thanks Jonathan