File: test_attributes2.xml

package info (click to toggle)
libpetal-perl 2.19-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny, squeeze
  • size: 1,076 kB
  • ctags: 166
  • sloc: perl: 4,732; xml: 726; makefile: 43
file content (12 lines) | stat: -rw-r--r-- 604 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
<foo xmlns:petal="http://purl.org/petal/1.0/willBeReplaced"
     xmlns:petal-meta="http://purl.org/petal/1.0/"
     petal-meta:attributes="xmlns:petal string:http://purl.org/petal/1.0/">
        <bar baz="default" 
             buzz="default"
             quxx="default"
             petal:attributes="baz replace; buzz replace; quxx replace"
             petal-meta:attributes
                 ="petal:attributes string:baz ${baz_meta}\; buzz ${buzz_meta}\; quxx ${quxx_meta}" />
        <bat petal-meta:content="string:Content\;"></bat>
        <bat petal-meta:replace="string:Replace\;"></bat>
</foo>