xsl-list
[Top] [All Lists]

Re: Unable to get text() of node

2006-01-23 04:58:41

  Or just use <xsl:preserve-space elements="*" /> when using MSXSL to make it 
comply with the other 
  parsers.. :-)

That doesn't work. xsl:preserve-space/xsl:strip-space have no effect on
the parser. They just affect the way the XSLt engine interprets the tree
that is provided by the parser.

If msxml is set up to strip white space, the white space has gone before
XSLT sees the input, and no declaration in the XSLT stylesheet can bring
it back.

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>
--~--