PDA

View Full Version : XSL for HTML


DELOCH
07-05-2006, 01:26 AM
Can XSL be used for HTML?

I know it is an XML Stylesheet that tells XML how to look

but can I use XSL for HTML

if not, can i use it with XHTML 1.0/1.1 since it is partly XML

Thanks!

jkd
07-05-2006, 05:20 AM
Of can you can use it for XHTML, since it is indeed XML. HTML though, certainly not, since it isn't XML.

DELOCH
07-05-2006, 10:01 AM
so if i use XHTML 1.0 Transitional I can use XSL on it?

or only XML + XSL(HTML)?

ealbrecht
07-05-2006, 05:16 PM
Or... you could do a search on the forums and you would find existing solutions to your questions.

http://www.codingforums.com/showthread.php?t=82407