Changeset 18899 for gsdl/trunk/perllib


Ignore:
Timestamp:
2009-04-06T14:40:59+12:00 (15 years ago)
Author:
kjdon
Message:

removed the line where the parser strips namespaces. I think the default behaviour should be to keep namespaces, so the MARCXMLPlugin needs to create its own parser that strips namespaces (this is what it was added for). I wonder if this will break anything...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/perllib/plugins/ReadXMLFile.pm

    r18528 r18899  
    7575                                 'Pkg' => 'ReadXMLFile',
    7676                                 'PluginObj' => $self,
    77                  'Namespaces' => 1, # strip out namespaces
    7877                 'Handlers' => {'Char' => \&Char,
    7978                        'XMLDecl' => \&XMLDecl,
Note: See TracChangeset for help on using the changeset viewer.