File: types.xml

package info (click to toggle)
pugixml 1.14-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,052 kB
  • sloc: cpp: 24,068; xml: 2,151; makefile: 80; python: 44; sh: 9
file content (9 lines) | stat: -rw-r--r-- 138 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
<?xml version='1.0'?>
<!DOCTYPE html>
<node attr="value">
	<child/>
	pcdata
	<![CDATA[ test ]]>
	<!-- comment - -->
	<?pi value?>
</node>