/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
- <?xml version="1.0" ?>
- <!--
- - valid file
- - the schema is loaded via schemas.xml : it's actions.rng
- - DONE: asks no more for permission to download actions.rng
- -->
- <ACTIONS>
-
- <ACTION NAME="xmlindenter.indent">
- <CODE>xml.indent.XmlIndenterPlugin.indentXml(view);</CODE>
- </ACTION>
- <ACTION NAME="xmlindenter.toggleSplitAttributes">
- <CODE>xml.indent.XmlIndenterPlugin.toggleSplitAttributes(view);</CODE>
- </ACTION>
-
- </ACTIONS>