This repository has been archived on 2024-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
CodeBlocksPortable/share/CodeBlocks/lexers/lexer_xml.sample

16 lines
352 B
XML

<?xml version="1.0"?>
<!DOCTYPE myxml>
<myxml>
<!-- comment -->
<tag attribute1="value" attribute2="value">
Some text with &quot;special entities&quot;
</tag>
<tag attribute1="value" attribute2="value"/>
<tag attribute1="value" attribute2="value"/>
<something>
<![CDATA[
This is a CDATA section
]]>
</something>
</myxml>