File: foo.xml

package info (click to toggle)
libxalan2-java 2.7.1-7%2Bdeb7u1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 19,764 kB
  • sloc: java: 175,814; xml: 28,089; sh: 164; jsp: 43; makefile: 33; sql: 6
file content (10 lines) | stat: -rw-r--r-- 308 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
<?xml version='1.0'?>
<?xml-stylesheet type="text/xsl" href="../xsl/foo.xsl"?>
<foo:document 
		  xmlns:foo="http://apache.org/foo"
		  xmlns:bar="http://apache.org/bar"
		  file-name="test"
         file-path="work"
		  creation-date="971255692078">
<bar:element>MyBar</bar:element>
</foo:document>