You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "Henry Zongaro (JIRA)" <xa...@xml.apache.org> on 2005/12/01 20:28:33 UTC

[jira] Created: (XALANJ-2241) Whitespace stripping is affecting descendant elements of elements matching xsl:strip-space

Whitespace stripping is affecting descendant elements of elements matching xsl:strip-space
------------------------------------------------------------------------------------------

         Key: XALANJ-2241
         URL: http://issues.apache.org/jira/browse/XALANJ-2241
     Project: XalanJ2
        Type: Bug
  Components: Xalan-interpretive  
    Reporter: Henry Zongaro
     Fix For: 2.7


By default, according to section 3.4 of XSLT 1.0 [1], all element names are in the set of whitespace-preserving elements.  Elements whose names match a NameTest specified in xsl:strip-space are added to the set of whitespace-stripping elements.  A whitespace text node in a source document that is a child of a whitespace-stripping element is stripped from the source tree.

Xalan-J Interpretive is stripping all descendant whitespace text nodes of such elements that have no nearer ancestor elements that match a NameTest in an xsl:preserve-space.

[1] http://www.w3.org/TR/xslt#strip

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org