Forum Moderators: martinibuster

Message Too Old, No Replies

AdSense code in an XSL file?

         

libdex

11:02 pm on Mar 15, 2004 (gmt 0)

10+ Year Member



Does anyone know how to add the AdSense code to an XSL file?

okrogius

11:35 pm on Mar 15, 2004 (gmt 0)

10+ Year Member



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)

10+ Year Member



Just make sure that when you add the code, wrap the js code within a CDATA section.

Mac