Hi there I have the following code and this is part of my xsl output. However, I get an error saying that the </head> tag is not closed.
Do you know how I would like a external css to my xslt output?
Do you know how I would like a external css to my xslt output?
Code:
<head>
<LINK rel="stylesheet" href="main.css" type="text/css">
</head>