Revision [339]

Last edited on 2007-01-29 06:45:36 by FsseInfo
Additions:
CDATA is used to include raw data that will get passed through unchanged to the target system.
==JavaScript==
%%(javascript)
<script type="text/javascript">
//<![CDATA[
function addLoadEvent(func)
{
if ( typeof wpOnload!='function')
{
wpOnload=func;
}
else
{
var oldonload=wpOnload;
wpOnload=function()
{
oldonload();
func();
}
}
}
//]]>
</script>
==XML==
==XML in==
==XHTML out==
Deletions:
XML in
XHTML out


Revision [323]

Edited on 2007-01-20 17:27:49 by FsseInfo
Additions:
----
REFERRERS
{{backlinks}}


Revision [321]

Edited on 2007-01-20 17:23:12 by FsseInfo
Additions:
XML in
%%(xhtml)
Deletions:
XSL in


Revision [299]

Edited on 2007-01-17 11:26:55 by FsseInfo
Additions:
If you are using a CMS system that uses an XML XSLT translator and want XHTML comments for SSI or client side includes you may find the following examples of use of xsl:comment and CDATA useful:
Deletions:
If you are using a CMS system that uses a XSLT translator and want XHTML comments for SSI or client side includes you may find the following examples useful:


Revision [298]

The oldest known version of this page was created on 2007-01-17 11:25:24 by FsseInfo
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki