You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2001/03/25 10:06:21 UTC

[Bug 770] Changed - problem (and fix) with extension class method returning a NodeList

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=770

*** shadow/770	Fri Mar  2 14:31:20 2001
--- shadow/770.tmp.9235	Sun Mar 25 00:06:20 2001
***************
*** 4,11 ****
  |        Bug #: 770                         Product: XalanJ2                 |
  |       Status: NEW                         Version: 2.0.0                   |
  |   Resolution:                            Platform: PC                      |
! |     Severity: Normal                   OS/Version:                         |
! |     Priority:                           Component: org.apache.xpath        |
  +----------------------------------------------------------------------------+
  |  Assigned To: xalan-dev@xml.apache.org                                     |
  |  Reported By: rdumeur@ilog.fr                                              |
--- 4,11 ----
  |        Bug #: 770                         Product: XalanJ2                 |
  |       Status: NEW                         Version: 2.0.0                   |
  |   Resolution:                            Platform: PC                      |
! |     Severity: Normal                   OS/Version: All                     |
! |     Priority: High                      Component: org.apache.xpath        |
  +----------------------------------------------------------------------------+
  |  Assigned To: xalan-dev@xml.apache.org                                     |
  |  Reported By: rdumeur@ilog.fr                                              |
***************
*** 49,52 ****
  ElemForEach should be patched. 
  Maybe having XRTreeFrag.nodeset() returning a NodeSet would be enough...
  
! Note: these modifications were made using the xalan 2.0.0 release tarball.
--- 49,64 ----
  ElemForEach should be patched. 
  Maybe having XRTreeFrag.nodeset() returning a NodeSet would be enough...
  
! Note: these modifications were made using the xalan 2.0.0 release tarball.
! 
! ------- Additional Comments From garyp@firstech.com  2001-03-25 00:06 -------
! I'm really not sure as to what is causing this problem in the first place.  It 
! would not be right to add a nodeset() method to XRTreeFrag as this will cause 
! problems because it will automatically turn Result-Tree-Fragments into node-sets 
! which is not permitted by XSLT 1.0.  Please supply an example which demonstrates 
! this problem including your input XML, your XSLT stylesheet and java code for 
! the extension function.  Then, I'll be able to reproduce the problem and 
! actually see what is happening.
! 
! Thanks,
! Gary