Transform XML document into HTML using XSLT

preview_player
Показать описание
Convert xml document into HTML using XSLT Transformation. Fully supported in all browser and handy tool.
Рекомендации по теме
Комментарии
Автор

all browsers ? when opening in firefox or chrome or ie11 or edge, the xml file is not rendered in html like it used to be on ie6. the only workaround i've found is to render it on linux using xsltproc : xsltproc input_file.xml -o output_file.html

Автор

Hello and thank you for this tutorial!
Maybe silly question, but how can "rollno" attribute name start with number? Attribute names should start with a character or underscore, shouldn't they?

elenik
Автор

I try the same code but it comes in one line XML data. I will add path also

dhanrajdesai
Автор

Bht boring tha XML koi kerna ta document me

sbrrhm
Автор

So now it's still XML. Thanks for nothing.

johanwintgens