PageRenderTime 47ms CodeModel.GetById 21ms RepoModel.GetById 0ms app.codeStats 0ms

/bundles/plugins-trunk/XML/test_data/dtd/sample.dtd

#
Document Type Definition | 8 lines | 4 code | 4 blank | 0 comment | 0 complexity | 4867f3331c1299fe4b877848eea9660c MD5 | raw file
Possible License(s): BSD-3-Clause, AGPL-1.0, Apache-2.0, LGPL-2.0, LGPL-3.0, GPL-2.0, CC-BY-SA-3.0, LGPL-2.1, GPL-3.0, MPL-2.0-no-copyleft-exception, IPL-1.0
  1. <!ENTITY nbsp "&#x00A0;">
  2. <!ENTITY test "some text">
  3. <!ELEMENT p ( #PCDATA ) >
  4. <!ELEMENT r ( p+ ) >