File: test_ns_attributes6.xml

package info (click to toggle)
libpetal-perl 2.23-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,088 kB
  • ctags: 162
  • sloc: perl: 4,738; xml: 726; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 366 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
<foo xmlns:petal="http://purl.org/petal/1.0/"
     xmlns:petal_temp="urn:pepsdesign.com:petal:temp">
	<bar baz="default" 
	     buzz="default"
	     quxx="default"
	     petal:attributes="baz replace; buzz replace; quxx replace"
	     petal_temp:attributes
	         ="petal:attributes string:baz ${baz_data}${SC} buzz ${buzz_data}${SC} quxx ${quxx_data}" />
</foo>