/[opental]/opental/pax/paxtransform.py
ViewVC logotype

Diff of /opental/pax/paxtransform.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.27 by lalo, Mon Mar 24 21:03:17 2003 UTC revision 1.28 by lalo, Mon Mar 24 21:06:11 2003 UTC
# Line 60  class Engine(object): Line 60  class Engine(object):
60                  # We compare the hash of the ns against the hash of the element's ns                  # We compare the hash of the ns against the hash of the element's ns
61                  # this avoids an expensive unicode character-by-character comparison,                  # this avoids an expensive unicode character-by-character comparison,
62                  # in exchange for hash computation which is cached.                  # in exchange for hash computation which is cached.
63                  if result.attributes.has_key(ns) or hash(element.ns) == h:                  if result.attributes.has_key(ns) or hash(result.ns) == h:
64                      processed.append(handler)                      processed.append(handler)
65                      result = handler(result, context)                      result = handler(result, context)
66          except StopTransform, data:          except StopTransform, data:

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26