PageRenderTime 13ms CodeModel.GetById 8ms app.highlight 4ms RepoModel.GetById 1ms app.codeStats 0ms

/bundles/plugins-trunk/XML/test_data/parentRef/instance.xml

#
XML | 13 lines | 8 code | 2 blank | 3 comment | 0 complexity | 6806f190466d198cd24468b550300558 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<?xml version="1.0" ?>
 2<!-- valid file, demonstrating inclusion of grammars -->
 3<doc>
 4<p>Hello <em>world</em>.</p>
 5
 6<!--  XML Insert proposes p and table -->
 7<table>
 8<tr><td>cell nr <em>1</em></td></tr>
 9<tr><td> <!-- XML Insert proposes <em> --></td></tr>
10</table>
11
12</doc>
13<!-- XML Insert proposes only doc -->