Module: XMLScan
- Defined in:
- lib/xmlscan/version.rb,
lib/xmlscan/parser.rb,
lib/xmlscan/scanner.rb,
lib/xmlscan/visitor.rb,
lib/xmlscan/xmlchar.rb,
lib/xmlscan/htmlscan.rb,
lib/xmlscan/namespace.rb,
lib/xmlscan/processor.rb
Overview
xmlscan/version.rb
Copyright (C) UENO Katsuhiro 2002,2003
$Id: version.rb,v 1.8.2.3 2003/05/01 15:50:00 katsu Exp $
Defined Under Namespace
Modules: ElementProcessing, ElementProcessor, NSVisitor, Visitor, XMLChar Classes: Decoration, Error, HTMLScanner, Input, NSNotValidError, NSNotWellFormedError, NSParseError, NotValidError, NotWellFormedError, ParseError, PrivateArray, Source, XMLNamespaceDecoration, XMLParser, XMLParserNS, XMLProcessor, XMLScanner
Constant Summary collapse
- GEMNAME =
'xmlscan'
- VERSION_FILE =
File.('../../VERSION', File.dirname(__FILE__))
- VERSION =
open(VERSION_FILE).to_a*''.chop
- RELEASE_DATE =
open(VERSION_FILE).mtime.strftime('%Y-%m-%d')
- ENC_UTF8 =
Encoding.find('UTF-8')