home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / gedit-2 / plugins / snippets / xml.xml < prev   
Encoding:
Extensible Markup Language  |  2006-08-27  |  540 b   |  21 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <snippets language="XML">
  3.   <snippet id=""">
  4.     <text><![CDATA[<${1:name} ${2:attr}="${3:value}">$0</${1}>]]></text>
  5.     <description>Long Attribute Tag</description>
  6.     <tag>"</tag>
  7.   </snippet>
  8.   <snippet id="<">
  9.     <text><![CDATA[<${1:name}>$0</${1}>
  10.  
  11. ]]></text>
  12.     <description>Long Tag</description>
  13.     <tag><</tag>
  14.   </snippet>
  15.   <snippet id=">">
  16.     <text><![CDATA[<${1:name} />]]></text>
  17.     <description>Short Tag</description>
  18.     <tag>></tag>
  19.   </snippet>
  20. </snippets>
  21.