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

/bundles/plugins-trunk/XML/test_data/dir with space/valid_actions.xml

#
XML | 27 lines | 12 code | 3 blank | 12 comment | 0 complexity | 4abf0133365d7ca4686bd96e712fd6c7 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 online, to test the behaviour of Resolver :
  5. does it return properly encoded URLs for cached files (JEDIT_SETTINGS/dtds/cacheXYZ.xml)
  6. when the settings directory contains spaces (eg on windows) ?
  7. To test it:
  8. - open the file on windows,
  9. - accept to cache the schema,
  10. - reparse the file
  11. See plugin patch #3148178 - XML: Fix for URISyntaxException about spaces in path
  12. https://sourceforge.net/tracker/?func=detail&atid=997937&aid=3148178&group_id=588
  13. -->
  14. <ACTIONS
  15. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  16. xsi:noNamespaceSchemaLocation="https://jedit.svn.sourceforge.net/svnroot/jedit/plugins/XML/trunk/test_data/simple/actions.xsd"
  17. >
  18. <ACTION NAME="xmlindenter.indent">
  19. <CODE>xml.indent.XmlIndenterPlugin.indentXml(view);</CODE>
  20. </ACTION>
  21. <ACTION NAME="xmlindenter.toggleSplitAttributes">
  22. <CODE>xml.indent.XmlIndenterPlugin.toggleSplitAttributes(view);</CODE>
  23. </ACTION>
  24. </ACTIONS>