/bundles/plugins-trunk/XML/test_data/ümlaut/actions.xml

# · XML · 17 lines · 10 code · 3 blank · 4 comment · 0 complexity · fb9b15ef3cf428a288fdad49510f66a6 MD5 · raw file

  1. <?xml version="1.0" ?>
  2. <!DOCTYPE ACTIONS SYSTEM "myactions.dtd">
  3. <!--
  4. - valid file
  5. - the dtd is resolved by the built-in catalog
  6. -->
  7. <ACTIONS>
  8. <ACTION NAME="xmlindenter.indent">
  9. <CODE>xml.indent.XmlIndenterPlugin.indentXml(view);</CODE>
  10. </ACTION>
  11. <ACTION NAME="xmlindenter.toggleSplitAttributes">
  12. <CODE>xml.indent.XmlIndenterPlugin.toggleSplitAttributes(view);</CODE>
  13. </ACTION>
  14. </ACTIONS>