content/base/test/w3element_traversal.svg

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/content/base/test/w3element_traversal.svg	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,70 @@
     1.4 +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"
     1.5 +[
     1.6 +<!ENTITY tree "<tspan id='first_element_child_entity'></tspan>">
     1.7 +]>
     1.8 +
     1.9 +<svg xmlns="http://www.w3.org/2000/svg"
    1.10 +     xmlns:xlink="http://www.w3.org/1999/xlink"
    1.11 +     xmlns:pickle="http://ns.example.org/pickle"
    1.12 +     version="1.1"
    1.13 +     width="100%" height="100%" viewBox="0 0 400 400">
    1.14 +      
    1.15 +  <text >
    1.16 +    <tspan id="first_element_child_namespace"></tspan>
    1.17 +  </text>
    1.18 +  <g id="parentEl_namespace">
    1.19 +    <pickle:dill />
    1.20 +  </g>
    1.21 +
    1.22 +  <text id="parentEl_pes" >
    1.23 +    <tspan id="first_element_child_pes"></tspan>
    1.24 +    <tspan id="middle_element_child_pes"></tspan>  
    1.25 +    <tspan id="last_element_child_pes"></tspan>
    1.26 +  </text>
    1.27 +
    1.28 +
    1.29 +  <text id="parentEl" >
    1.30 +    <tspan id="first_element_child_sibnull"></tspan>
    1.31 +  </text>
    1.32 +
    1.33 +  <text id="parentEl_nes" >
    1.34 +    <tspan id="first_element_child_nes"></tspan>
    1.35 +    <tspan id="last_element_child_nes"></tspan>
    1.36 +  </text>
    1.37 +
    1.38 +  <text id="parentEl_lec" >
    1.39 +    <tspan id="first_element_child_lec"></tspan>
    1.40 +    <tspan id="last_element_child_lec"></tspan>
    1.41 +  </text>
    1.42 +
    1.43 +
    1.44 +  <text id="parentEl_fec" >
    1.45 +    <tspan id="first_element_child_fec"></tspan>
    1.46 +  </text>
    1.47 +  
    1.48 +  <text id="parentEl_entity" >&tree;</text>
    1.49 +
    1.50 +  <text id="parentEl_dynremove" >
    1.51 +    <tspan id="first_element_child_dynremove"></tspan>
    1.52 +    <tspan id="last_element_child_dynremove"></tspan>
    1.53 +  </text>
    1.54 +
    1.55 +  <text id="parentEl_dynadd" > 
    1.56 +    <tspan id="first_element_child_dynadd"></tspan>
    1.57 +  </text>
    1.58 +
    1.59 +  <text id="parentEl_null" ></text>
    1.60 +
    1.61 +  <text id="parentEl_count" >
    1.62 +    <tspan id="first_element_child_count">
    1.63 +      <tspan></tspan>
    1.64 +      <tspan></tspan>
    1.65 +    </tspan>
    1.66 +  <tspan id="middle_element_child"></tspan>    
    1.67 +  <tspan id="last_element_child_count"></tspan>
    1.68 +  </text>
    1.69 +
    1.70 +  <text id="parentEl_nochild"></text>
    1.71 +
    1.72 +</svg>
    1.73 +

mercurial