Changeset 1997
- Timestamp:
- 10/08/07 17:29:40 (11 months ago)
- Files:
-
- trunk/lib/xsd/xmlparser.rb (modified) (1 diff)
- trunk/lib/xsd/xmlparser/libxmlparser.rb (added)
- trunk/lib/xsd/xmlparser/xmlscanner.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/xsd/xmlparser.rb
r1956 r1997 54 54 loaded = false 55 55 [ 56 'xsd/xmlparser/libxmlparser', 56 57 'xsd/xmlparser/xmlparser', 57 58 'xsd/xmlparser/xmlscanner', trunk/lib/xsd/xmlparser/xmlscanner.rb
r1824 r1997 52 52 53 53 def warning(msg) 54 p msg if $DEBUG54 warn(msg) 55 55 end 56 56