@@ -, +, @@ --- INSTALL.debian-lenny | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- a/INSTALL.debian-lenny +++ a/INSTALL.debian-lenny @@ -128,7 +128,6 @@ You can test your SAX parser by running: You should see something like:: XML::LibXML::SAX::Parser=HASH(0x81fe220) - If you're using PurePerl or Expat, you'll need to edit your ini file, typically located at: @@ -136,6 +135,7 @@ You can test your SAX parser by running: Example (in most cases, this example would be the correct entry to have at the bottom of the file): [XML::LibXML::SAX::Parser] + http://xml.org/sax/features/namespaces = 1 The parser you are using should be at the bottom of the file, the last listed entry. Otherwise, you may get errors. --