xsl-list
[Top] [All Lists]

Re: Preserve Whitespace with Mixed Content (Text and Tags)

2005-05-12 15:06:52

I am generating html from an xml document, and would like to preserve
white space inside tags that contain both text and other tags, such
within these THD tags: 

Or rather the whitespace between the tags (the only thing inside tags in
your example is the element names, as you have no attributes)

I would guess that you are using MSXML? If so it has an "optimisation"
that removes white space text nodes on input (so preserve-space and
strip-space have no effect, the space has already gone.
If you are not using IE6 directly but rather calling msxsl from script
you can set the preservewhitespace property to true before parsing the
document in order to get a more conformant system.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--