CLONE -substring-before and substring-after
-------------------------------------------

         Key: XALANC-524
         URL: http://issues.apache.org/jira/browse/XALANC-524
     Project: XalanC
        Type: Bug
  Components: XPathC  
    Versions: 1.4.x    
 Environment: Operating System: Linux
Platform: PC
    Reporter: pohl
 Assigned to: Xalan Developers Mailing List 


When
  substring-before("Some string with a newline","&#xA") 
or 
  substring-after("Some string with a newline","&#xA") 
are called, they return strings of 0 length, even though 
  contains("Some string with a newline","&#xA") 
evaluates to TRUE.

When the split string is expanded to include a non-escaped character, 
such ".&#xA", the routines return proper values and treats the newline 
character properly.

-- 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to