This is an automated notification sent by LCG Savannah.
It relates to:
                task #11225, project CDS Invenio

==============================================================================
 OVERVIEW of task #11225:
==============================================================================

URL:
  <http://savannah.cern.ch/task/?11225>

                 Summary: Remove references to unmaintained rxp package
                 Project: CDS Invenio
            Submitted by: vengmark
            Submitted on: 2009-09-15 10:02
         Should Start On: 2009-09-15 00:00
   Should be Finished on: 2009-09-15 00:00
                Category: BibEdit
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
        Percent Complete: 0%
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
                  Effort: 0.00

    _______________________________________________________


It looks like the last version of rxp was released in 2004
<http://www.inf.ed.ac.uk/research/isdd/admin/package?download=80>, and it's
been removed from newer Linux distributions
<http://www.mail-archive.com/[email protected]/msg08400.html>.

References:
$ grep -R rxp *
INSTALL:              rxp gnuplot xpdf-utils gs-common antiword catdoc \
INSTALL:             <http://www.reportlab.org/pyrxp.html>
INSTALL:             <http://www.cogsci.ed.ac.uk/~richard/rxp.html>
modules/bibedit/lib/bibrecord_config.py:CFG_BIBRECORD_PARSERS_AVAILABLE =
['pyrxp', '4suite', 'minidom']
modules/bibedit/lib/bibrecord.py:    if 'pyrxp' in
CFG_BIBRECORD_PARSERS_AVAILABLE:
modules/bibedit/lib/bibrecord.py:        AVAILABLE_PARSERS.append('pyrxp')
modules/bibedit/lib/bibrecord.py:        if parser == 'pyrxp':
modules/bibedit/lib/bibrecord.py:            rec =
_create_record_rxp(marcxml, verbose, correct)
modules/bibedit/lib/bibrecord.py:#       'pyrxp': _create_record_rxp,
modules/bibedit/lib/bibrecord.py:def _create_record_rxp(marcxml,
verbose=CFG_BIBRECORD_DEFAULT_VERBOSE_LEVEL,
modules/bibedit/lib/bibrecord.py:    pyrxp_parser =
pyRXP.Parser(ErrorOnValidityErrors=0, ProcessDTD=1,
modules/bibedit/lib/bibrecord.py:        pyrxp_parser.ErrorOnValidityErrors =
1
modules/bibedit/lib/bibrecord.py:       
pyrxp_parser.ErrorOnUnquotedAttributeValues = 1
modules/bibedit/lib/bibrecord.py:        root = pyrxp_parser.parse(marcxml)
modules/bibedit/lib/bibrecord.py:        children =
_get_children_by_tag_name_rxp(root, 'record')
modules/bibedit/lib/bibrecord.py:    for controlfield in
_get_children_by_tag_name_rxp(root, 'controlfield'):
modules/bibedit/lib/bibrecord.py:    for datafield in
_get_children_by_tag_name_rxp(root, 'datafield'):
modules/bibedit/lib/bibrecord.py:        for subfield in
_get_children_by_tag_name_rxp(datafield, 'subfield'):
modules/bibedit/lib/bibrecord.py:def _get_children_by_tag_name_rxp(node,
name):
modules/bibedit/lib/bibrecord.py:    psyco.bind(_create_record_rxp)
modules/bibedit/lib/bibrecord_tests.py:        record =
bibrecord._create_record_rxp(self.xmltext)



    _______________________________________________________

Carbon-Copy List:

CC Address                          | Comment
------------------------------------+-----------------------------
3964                                | -SUB-




==============================================================================

This item URL is:
  <http://savannah.cern.ch/task/?11225>

_______________________________________________
  Message sent via/by LCG Savannah
  http://savannah.cern.ch/

Reply via email to