commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue/common/src GParser.py


From: James Thompson
Subject: gnue/common/src GParser.py
Date: Wed, 27 Mar 2002 09:09:29 -0500

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     James Thompson <address@hidden> 02/03/27 09:09:29

Modified files:
        common/src     : GParser.py 

Log message:
        Check that xmlMasqueradeNamespaceElements actually is set

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/common/src/GParser.py.diff?tr1=1.31&tr2=1.32&r1=text&r2=text

Patches:
Index: gnue/common/src/GParser.py
diff -c gnue/common/src/GParser.py:1.31 gnue/common/src/GParser.py:1.32
*** gnue/common/src/GParser.py:1.31     Mon Mar 25 23:19:46 2002
--- gnue/common/src/GParser.py  Wed Mar 27 09:09:29 2002
***************
*** 294,300 ****
      if self.xmlStack[0] != None:
  
        # Masqueraging namespace elements, then keep content
!       if isinstance(self.xmlStack[0],self.xmlMasqueradeNamespaceElements):
          GContent(self.xmlStack[0], text)
  
        # Should we keep the text?
--- 294,300 ----
      if self.xmlStack[0] != None:
  
        # Masqueraging namespace elements, then keep content
!       if self.xmlMasqueradeNamespaceElements and 
isinstance(self.xmlStack[0],self.xmlMasqueradeNamespaceElements):
          GContent(self.xmlStack[0], text)
  
        # Should we keep the text?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]