Module: EimXML

Defined in:
lib/eim_xml.rb,
lib/eim_xml/dsl.rb,
lib/eim_xml/parser.rb,
lib/eim_xml/formatter.rb

Overview

Easy IMplementation of XML

Copyright © 2006, KURODA Hiraku <[email protected]> You can redistribute it and/or modify it under GPL2.

Defined Under Namespace

Modules: Assertions, Matchers, XHTML Classes: BaseDSL, Comment, DSL, Element, Formatter, OpenDSL, PCString, ParseError, Parser

Constant Summary collapse

XML_DECLARATION =
%[<?xml version="1.0"?>]