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

/bundles/plugins-trunk/XML/test_data/relax_ng/valid_actions.xml

#
XML | 17 lines | 9 code | 3 blank | 5 comment | 0 complexity | df63af424e7894fc50c6f7af5c14f775 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. <!--
  3. - valid file
  4. - the schema is loaded via schemas.xml : it's actions.rng
  5. - DONE: asks no more for permission to download actions.rng
  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>