Mercurial > pub > Impl
diff _test/Resources/person_info.xml @ 37:c2e7f7c96bcd
performance improvements, DOM reworked (a little)
author | Sergey |
---|---|
date | Mon, 23 Nov 2009 00:59:06 +0300 |
parents | |
children | 16ada169ca75 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/_test/Resources/person_info.xml Mon Nov 23 00:59:06 2009 +0300 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<personInfo> + <firstName>Norman</firstName> + <lastName>Freeman</lastName> + <address> + <street>hellroad</street> + <line>1</line> + </address> +</personInfo> +