diff options
author | sanine <sanine.not@pm.me> | 2023-01-31 13:45:50 -0600 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2023-01-31 13:45:50 -0600 |
commit | 8e21b8f52a5c566767df9b3fe105706b6888a89b (patch) | |
tree | 8926ea0523b57135664f3840117e4d10694c4daf /yy/simple.xml | |
parent | c4933ae58c84edf5a8e8f741dbb49324b1d12787 (diff) |
parse xml into memory
Diffstat (limited to 'yy/simple.xml')
-rw-r--r-- | yy/simple.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/yy/simple.xml b/yy/simple.xml new file mode 100644 index 0000000..3791d0e --- /dev/null +++ b/yy/simple.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8"?> +<COLLADA xmlns="http://www.collada.org/2008/03/COLLADASchema" version="1.5.0"> + <asset> + <created>2005-11-14T02:16:38Z</created> + <modified>2005-11-15T11:36:38Z</modified> + <revision>1.0</revision> + </asset> +</COLLADA> |