T
tconti
Hello:
I have written an application that generates emails using xsl in .Net.
This is a port of functionality that reads some email text chunks from
a DB and slaps them together. I have noticed that the emails that are
generated from the style sheet are larger than using the DB method. I
have tried a bunch of things. I tried setting indent to "NO" and I
hacked extraneous whitespace from the stylesheet. I had some success
controlling the document size using xml:space="default" and
xml:space="preserve", but I still think I could cut the size of the
email further.
Does anyone have any thoughts on how I can suppress the extraneous
whitespace that seems to get added from the XSL transform.
Thanks,
Tom
I have written an application that generates emails using xsl in .Net.
This is a port of functionality that reads some email text chunks from
a DB and slaps them together. I have noticed that the emails that are
generated from the style sheet are larger than using the DB method. I
have tried a bunch of things. I tried setting indent to "NO" and I
hacked extraneous whitespace from the stylesheet. I had some success
controlling the document size using xml:space="default" and
xml:space="preserve", but I still think I could cut the size of the
email further.
Does anyone have any thoughts on how I can suppress the extraneous
whitespace that seems to get added from the XSL transform.
Thanks,
Tom