[thelist] stop sending E-mail to me

Brad Miller brad-miller at pclv.com
Tue Jul 16 22:22:00 CDT 2002


~but we love people who can't read or follow simple instructions!

~try support at aol.com -- they might be able to help get you off (hmm, that
~didn't come out right)


HAhahahaha
I love this list.



<tip type="XSL">
XSL is well formed XML. Which means when you are trying to convert XML to
HTML you have to re-think how you format your documents. Many times you may
need to have HTML tags start but not end in a template. rethinking how you
transform your data will make you realize that using templates properly can
alleviate this problem. However when all else fails and you need to add a
tag for other languages like jsp includes that don't have end tags, instead
look more like this <%@include file="header.inc" %> you can use the disable
output escaping, like this:
<xsl:text disable-output-escaping="yes">&lt;%@include file="header.inc"
%&gt;</xsl:text>
</tip>




More information about the thelist mailing list