PageRenderTime 37ms CodeModel.GetById 13ms RepoModel.GetById 0ms 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. <!-- XML Insert proposes p and table -->
  6. <table>
  7. <tr><td>cell nr <em>1</em></td></tr>
  8. <tr><td> <!-- XML Insert proposes <em> --></td></tr>
  9. </table>
  10. </doc>
  11. <!-- XML Insert proposes only doc -->