문제

What is a best way for generatring html files from xml data using style template ? I know about XSLT and XML but I need to generate html files using style template(XSLT/CSS).

For example:

 XML+ XSLT/CSS + images+ javascript -->  Tool  --> html files. 

Why I want to generate html files is because of browser that i am using says "bad mimetype" when we try to open xml (styled with xslt).

Any kind of direction or tool implemenation suggestion (in java, php, c++) is appreciated.

도움이 되었습니까?

해결책

Ok after investigating I have found best solution for this tool.

XML + XSLT + images + javascript/CSS -> Tool -> html site

Best way to implement this tool is using API based on XSLT 2.0 processor/transformer; in java implementations are available in different ways: e.g. Saxon is being widely used.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top