Feb 23, 2006 13:22
Does any one know a way to tell XSLT not to "optimize"? Some genius decided to make xslt always take empty tags and convert them to instead of . This breaks javascript stuff, since it needs to have the close tag separate. It also really causes issues with font formating stuff in div tags. I really want the xslt to just put what I have (ie ) instead of changing it (to ) since that breaks all the docs. XSLT is cool 'cause you can keep all formatting out of your actual content files... however, if it means there is no easy way to add a script, it is suddenly very very limited.
computers,
work,
xslt