Does anyone know how to add the AdSense code to an XSL file?
okrogius
11:35 pm on Mar 15, 2004 (gmt 0)
XSL files are just "templates" in a way to transform your own xml markup. So just add the html inside the html (in the xsl file) that gets added when a certain tag is transformed with extra html.
macrost
4:02 am on Mar 16, 2004 (gmt 0)
Just make sure that when you add the code, wrap the js code within a CDATA section.