File: pi.xml

package info (click to toggle)
libjaxen-java 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,868 kB
  • sloc: java: 21,259; xml: 8,073; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 164 bytes parent folder | download | duplicates (26)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0"?>
<foo>
	<?cheese is tasty?>
	<bar>
		<baz/>
		<cheese/>
		<baz/>
		<?toast is tasty?>
		<cheese/>
		<baz/>
	</bar>
	<?cheese is gooey?>
</foo>