xsl-list
[Top] [All Lists]

Re: [xsl] Selecting First Direct Sibling

2007-08-21 13:29:13
At 11:54 AM 8/21/2007, David wrote:
> Accordingly, the XSLT rule ..is to save all whitespace unless the
> stylesheet says to strip it,
Note though that that's the XSLT 1 rule, the rule got changed for XSLT2
in that it does strip by default white space from element content
specified in a dtd or schema (if the parser chose to read the dtd or
schema which is an aspect out of control of the stylesheet).

Yes sorry, I left out that small but sometimes important detail. The processor will Do the Right Thing For You iff:

  You are using XSLT 2.0
  You are using a schema-aware processor
  You have a schema
  The schema is parsed when the document tree is built

Note that this could be a good thing, or a bad thing, depending on whether you consider the functionality, or transparency and simplicity, to be the more important thing.

Those of us whose "schema-awareness" is the old-fashioned wetware sort can continue to control it ourselves. Like driving a stick shift instead of an automatic transmission.

Cheers,
Wendell


======================================================================
Wendell Piez                            
mailto:wapiez(_at_)mulberrytech(_dot_)com
Mulberry Technologies, Inc.                http://www.mulberrytech.com
17 West Jefferson Street                    Direct Phone: 301/315-9635
Suite 207                                          Phone: 301/315-9631
Rockville, MD  20850                                 Fax: 301/315-8285
----------------------------------------------------------------------
  Mulberry Technologies: A Consultancy Specializing in SGML and XML
======================================================================


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