PageRenderTime 49ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/bundles/plugins-trunk/XML/test_data/schema_loader/actions.xml

#
XML | 20 lines | 9 code | 2 blank | 9 comment | 0 complexity | 6c7a970745fb12155ab85b400d45f77a 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. - invalid file (remove the double N to fix it)
  4. - the XSD schema is loaded via schemas.xml: it's ../simple/actions.xsd
  5. -->
  6. <ACTIONS>
  7. <!-- this element is wrong => must see an error -->
  8. <ACTIONN NAME="xmlindenter.indent">
  9. <CODE>xml.indent.XmlIndenterPlugin.indentXml(view);</CODE>
  10. </ACTIONN>
  11. <!-- when you turn on the XML option to show all attributes,
  12. you should see the default attributes (NO_REPEAT=false, ...).
  13. It means that xml content augmentation by the schema works
  14. -->
  15. <ACTION NAME="xmlindenter.toggleSplitAttributes">
  16. <CODE>xml.indent.XmlIndenterPlugin.toggleSplitAttributes(view);</CODE>
  17. </ACTION>
  18. </ACTIONS>