File: tst6.xml

package info (click to toggle)
libxslt 1.1.43-0.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 25,556 kB
  • sloc: xml: 66,120; ansic: 36,088; sh: 4,582; python: 3,206; makefile: 1,378; javascript: 470; perl: 34
file content (12 lines) | stat: -rw-r--r-- 293 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
10
11
12
<foo xmlns="urn:foo" xmlns:foo="urn:foo" xmlns:foo2="urn:foo2">
  <bar>hello</bar>
  <foo:baz>phaw</foo:baz>
  <foo:bling xmlns="urn:foo2">
    <bar2>hello2</bar2>
  </foo:bling>
  <bar>hello</bar>
  <foo:baz>phaw</foo:baz>
  <bling xmlns="urn:foo2">
    <bar2>hello2</bar2>
  </bling>
</foo>