dbertoni    2003/10/25 17:53:12

  Modified:    c/Projects/Win32/VC6/AllInOne AllInOne.dsp
                        AllInOneWithICU.dsp
  Log:
  Refactored result tree fragments to use XalanDocumentFragment instead of 
ResultTreeFragBase.  This is because the node-set() extension exposes some 
awkward problems with the implementation.  This also simplifies things, so 
although it changes our XObject interface, in the end, it's much cleaner.  
Fixes Bugzilla 23778.
  
  Revision  Changes    Path
  1.38      +2 -26     xml-xalan/c/Projects/Win32/VC6/AllInOne/AllInOne.dsp
  
  Index: AllInOne.dsp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/Projects/Win32/VC6/AllInOne/AllInOne.dsp,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- AllInOne.dsp      1 Oct 2003 21:13:56 -0000       1.37
  +++ AllInOne.dsp      26 Oct 2003 00:53:12 -0000      1.38
  @@ -1010,11 +1010,11 @@
   # End Source File
   # Begin Source File
   
  -SOURCE=..\..\..\..\src\xalanc\XPath\ResultTreeFragBase.cpp
  
+SOURCE=..\..\..\..\src\xalanc\XPath\XalanDocumentFragmentNodeRefListBaseProxy.cpp
   # End Source File
   # Begin Source File
   
  -SOURCE=..\..\..\..\src\xalanc\XPath\ResultTreeFragBase.hpp
  
+SOURCE=..\..\..\..\src\xalanc\XPath\XalanDocumentFragmentNodeRefListBaseProxy.hpp
   # End Source File
   # Begin Source File
   
  @@ -2779,30 +2779,6 @@
   # Begin Source File
   
   SOURCE=..\..\..\..\src\xalanc\XSLT\ResultNamespacesStack.hpp
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\..\..\..\src\xalanc\XSLT\ResultTreeFrag.cpp
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\..\..\..\src\xalanc\XSLT\ResultTreeFrag.hpp
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\..\..\..\src\xalanc\XSLT\ResultTreeFragAllocator.cpp
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\..\..\..\src\xalanc\XSLT\ResultTreeFragAllocator.hpp
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\..\..\..\src\xalanc\XSLT\ResultTreeFragBaseNodeRefListBaseProxy.cpp
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\..\..\..\src\xalanc\XSLT\ResultTreeFragBaseNodeRefListBaseProxy.hpp
   # End Source File
   # Begin Source File
   
  
  
  
  1.35      +2 -26     
xml-xalan/c/Projects/Win32/VC6/AllInOne/AllInOneWithICU.dsp
  
  Index: AllInOneWithICU.dsp
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/c/Projects/Win32/VC6/AllInOne/AllInOneWithICU.dsp,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- AllInOneWithICU.dsp       1 Oct 2003 21:13:56 -0000       1.34
  +++ AllInOneWithICU.dsp       26 Oct 2003 00:53:12 -0000      1.35
  @@ -1010,11 +1010,11 @@
   # End Source File
   # Begin Source File
   
  -SOURCE=..\..\..\..\src\xalanc\XPath\ResultTreeFragBase.cpp
  
+SOURCE=..\..\..\..\src\xalanc\XPath\XalanDocumentFragmentNodeRefListBaseProxy.cpp
   # End Source File
   # Begin Source File
   
  -SOURCE=..\..\..\..\src\xalanc\XPath\ResultTreeFragBase.hpp
  
+SOURCE=..\..\..\..\src\xalanc\XPath\XalanDocumentFragmentNodeRefListBaseProxy.hpp
   # End Source File
   # Begin Source File
   
  @@ -2779,30 +2779,6 @@
   # Begin Source File
   
   SOURCE=..\..\..\..\src\xalanc\XSLT\ResultNamespacesStack.hpp
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\..\..\..\src\xalanc\XSLT\ResultTreeFrag.cpp
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\..\..\..\src\xalanc\XSLT\ResultTreeFrag.hpp
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\..\..\..\src\xalanc\XSLT\ResultTreeFragAllocator.cpp
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\..\..\..\src\xalanc\XSLT\ResultTreeFragAllocator.hpp
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\..\..\..\src\xalanc\XSLT\ResultTreeFragBaseNodeRefListBaseProxy.cpp
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\..\..\..\src\xalanc\XSLT\ResultTreeFragBaseNodeRefListBaseProxy.hpp
   # End Source File
   # Begin Source File
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to