PageRenderTime 20ms CodeModel.GetById 0ms RepoModel.GetById 1ms app.codeStats 0ms

/bundles/plugins-trunk/XML/test_data/dtd/accented_dtd_path.xml

#
XML | 16 lines | 10 code | 3 blank | 3 comment | 0 complexity | 37aefe8f99d74d0e97c4bc8a203f9ee2 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" encoding="utf-8" ?>
  2. <!DOCTYPE ACTIONS SYSTEM "../ümlaut/myactions.dtd">
  3. <!--
  4. - valid file
  5. -->
  6. <ACTIONS>
  7. <ACTION NAME="xmlindenter.indent">
  8. <CODE>xml.indent.XmlIndenterPlugin.indentXml(view);</CODE>
  9. </ACTION>
  10. <ACTION NAME="xmlindenter.toggleSplitAttributes">
  11. <CODE>xml.indent.XmlIndenterPlugin.toggleSplitAttributes(view);</CODE>
  12. </ACTION>
  13. </ACTIONS>