[XML-SIG] [ pyxml-Bugs-510080 ] XSLT: Stylesheet handler entityRef

noreply@sourceforge.net noreply@sourceforge.net
Tue, 29 Jan 2002 02:50:27 -0800


Bugs item #510080, was opened at 2002-01-29 02:50
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=106473&aid=510080&group_id=6473

Category: 4Suite
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: XSLT: Stylesheet handler entityRef

Initial Comment:
Seems like there is a missing attribute:

Traceback (most recent call last):

  File "/sw/lib/python2.2/site-packages/typez/on/Petals/Output/smallLout/smallLout.py", line 92, in convert
    processor.appendStylesheetStream(ssfile)
  File "/sw/lib/python2.2/site-packages/_xmlplus/xslt/Processor.py", line 113, in appendStylesheetStream
    sty = self._styReader.fromStream(stream, baseUri)
  File "/sw/lib/python2.2/site-packages/_xmlplus/xslt/StylesheetReader.py", line 305, in fromStream
    self.initParser()
  File "/sw/lib/python2.2/site-packages/_xmlplus/xslt/StylesheetReader.py", line 355, in initParser
    self.parser.ExternalEntityRefHandler = self.handler.entityRef
AttributeError: StylesheetReader instance has no attribute 'entityRef'

I have pyxml from CVS and python 2.2

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=106473&aid=510080&group_id=6473