blob: 2c220bf2724c3900ea12e2a91ade6138c35b8d8c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- lib/config.rb.orig Sun Jan 26 00:07:14 2003
+++ lib/config.rb Sun Jan 26 20:10:15 2003
@@ -16,7 +16,7 @@
# * XMLParser::XMLStreamParser (fastest)
# * XMLParser::REXMLStreamParser
# * XMLParser::XMLScanStreamParser
- DEFAULT_PARSER = XMLParser::NQXMLStreamParser
+ DEFAULT_PARSER = XMLParser::XMLStreamParser
# enable <nil/> tag
ENABLE_NIL_CREATE = false
|