xsl-list
[Top] [All Lists]

Re: [xsl] XSLT and XML in the same document

2007-05-27 15:21:15
M. David Peterson wrote:
On Sun, 27 May 2007 15:39:05 -0600, David Carlisle <davidc(_at_)nag(_dot_)co(_dot_)uk> wrote:

which should also work in opera, just beware of white space parsing
differences (which can be avoided with xml:space) when parsing a
document as part of the stylesheet .

IIRC, xml:space is not treated uniformly between browser-based processors. I.e., TransformIIX (Firefox) does it correctly, but IE does not (iirc, it is ignored). But, if someone embeds XML, that someone may opt for data-only XML, which should be fine.

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