xsl-list
[Top] [All Lists]

Re: [xsl] Selecting First Direct Sibling

2007-08-21 15:00:45


   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


No, it also applies to basic (not schema aware processors) and DTD
specified element content.

saxon * B for example defaults to stripping white space in (dtd specified)
element content but has command line options to not do this or to strip
all white space (whether in element or mixed content)
 
  -sall           Strip all whitespace text nodes
  -signorable     Strip ignorable whitespace text nodes (default)
  -snone          Strip no whitespace text nodes


David





________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.

This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs. 
________________________________________________________________________

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