Warning, /frameworks/ktexteditor/autotests/input/indent/xml/xhtml1/expected is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" encoding="UTF-8"?> 0002 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> 0003 0004 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> 0005 <head> 0006 <meta content="application/xhtml+xml; charset=utf-8" http-equiv="content-type" /> 0007 <title>title</title> 0008 <link rel="stylesheet" 0009 type="text/css" 0010 media="screen" 0011 href="css/style.css" /> 0012 <!--<link rel="alternate" 0013 type="application/rss+xml" 0014 title="Subscribe RSS-feed" 0015 href="feeds/feed.rss" />--> 0016 <style type="text/css"> 0017 </style> 0018 <script type="text/javascript"> 0019 <![CDATA[ 0020 ]]> 0021 </script> 0022 </head> 0023 0024 <body> 0025 <p> 0026 XHTML is fun. 0027 </p> 0028 <p>And so is Open Source.</p> 0029 <ul> 0030 <li>test</li> 0031 <li>test2</li> 0032 </ul> 0033 </body> 0034 0035 </html>