dbertoni    01/03/29 14:21:35

  Modified:    c/src/XSLT ElemChoose.cpp
  Log:
  Removed embedded string.
  
  Revision  Changes    Path
  1.14      +1 -1      xml-xalan/c/src/XSLT/ElemChoose.cpp
  
  Index: ElemChoose.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/ElemChoose.cpp,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- ElemChoose.cpp    2001/03/09 16:20:07     1.13
  +++ ElemChoose.cpp    2001/03/29 22:21:34     1.14
  @@ -147,7 +147,7 @@
                                        SelectionEvent(executionContext,
                                        sourceNode,
                                        *when,
  -                                     
StaticStringToDOMString(XALAN_STATIC_UCODE_STRING("test")),
  +                                     Constants::ATTRNAME_TEST,
                                        *theXPath,
                                        test));
                        }
  
  
  

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

Reply via email to