/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

  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>