Subject: [xsl] XSL and js comments (for Google AdSense) From: John Steel <john.steel@xxxxxxxxxxxxxxx> Date: Wed, 21 Feb 2007 11:49:20 +0000 |
<script type="text/javascript"><!-- google_ad_client = "pub-0000000000000000"; ... google_ad_format = "468x60_as"; //--></script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script>
<script type="text/javascript"/> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"/>
as though the transformation has determined the comment isn't important - which it is. The xsl responsible for producing that part is just
<xsl:template match='*|@*'> <xsl:copy> <xsl:apply-templates select='node()|@*' /> </xsl:copy> </xsl:template>
-- -------------------------- http://www.phonewebcam.com john.steel@xxxxxxxxxxxxxxx
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
Re: [xsl] Re: xsl-list Digest 21 Fe, Jay Bryant | Thread | Re: [xsl] XSL and js comments (for , Ronan Klyne |
RE: [xsl] Using xsl:sort to sort ne, Michael Kay | Date | Re: [xsl] XSL and js comments (for , Ronan Klyne |
Month |