View | Details | Raw Unified | Return to bug 3648
Collapse All | Expand All

(-)a/INSTALL.debian-lenny (-2 / +1 lines)
Lines 128-134 You can test your SAX parser by running: Link Here
128
    You should see something like::
128
    You should see something like::
129
129
130
    XML::LibXML::SAX::Parser=HASH(0x81fe220)
130
    XML::LibXML::SAX::Parser=HASH(0x81fe220)
131
132
    If you're using PurePerl or Expat, you'll need to edit your
131
    If you're using PurePerl or Expat, you'll need to edit your
133
    ini file, typically located at:
132
    ini file, typically located at:
134
133
Lines 136-141 You can test your SAX parser by running: Link Here
136
135
137
    Example (in most cases, this example would be the correct entry to have at the bottom of the file):
136
    Example (in most cases, this example would be the correct entry to have at the bottom of the file):
138
    [XML::LibXML::SAX::Parser]
137
    [XML::LibXML::SAX::Parser]
138
    http://xml.org/sax/features/namespaces = 1
139
139
140
    The parser you are using should be at the bottom of the file, the last listed entry. Otherwise, you may get errors.
140
    The parser you are using should be at the bottom of the file, the last listed entry. Otherwise, you may get errors.
141
141
142
- 

Return to bug 3648