diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-01-04 14:40:25 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-01-04 15:52:05 +0000 |
commit | 4235f42672569c390609bc5154fac7f1e3f08c96 (patch) | |
tree | 8ded18312a83000968d4b7bac3214d89aa9fdf8b /slicer/test/initial/xmlattr.xml | |
parent | Support custom filtering of children (by hook) in GetChild (diff) | |
download | slicer-4235f42672569c390609bc5154fac7f1e3f08c96.tar.bz2 slicer-4235f42672569c390609bc5154fac7f1e3f08c96.tar.xz slicer-4235f42672569c390609bc5154fac7f1e3f08c96.zip |
Switch to using metadata rather than the @ hack for using XML attributesslicer-0.9
Diffstat (limited to 'slicer/test/initial/xmlattr.xml')
-rw-r--r-- | slicer/test/initial/xmlattr.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/slicer/test/initial/xmlattr.xml b/slicer/test/initial/xmlattr.xml new file mode 100644 index 0000000..475f0f3 --- /dev/null +++ b/slicer/test/initial/xmlattr.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ClassClass simp="3"> + <str> + <a>0</a> + <b>3</b> + </str> +</ClassClass> |