Changeset 16696


Ignore:
Timestamp:
2008-08-11T13:48:24+12:00 (16 years ago)
Author:
kjdon
Message:

added an option to XML parser to strip out namespaces. did this so MARCXMLPlugin can work with namespaces. Not sure if it is the right thing to do or not. Currently we don't do anything with namespaces but presumably someone might want to.

File:
1 edited

Legend:

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

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