I'm new to XSLT, it what our old website developer used but he has now left our company. I have been given the task of making our site output as valid XHTML as I can get it. Currently in the .XSL files I write self-closing tags like <br/> but in the output XHTML they come out as <br> and therefore the page doesn't validate. This happens for other self-closing tags like <img src=""/> too.
I don't really know XSLT so I don't know how I can fix this from happening. Any suggestions?!
I don't really know XSLT so I don't know how I can fix this from happening. Any suggestions?!
Comment