svghmi/gen_index_xhtml.ysl2
branchsvghmi
changeset 2868 8d9757191f05
parent 2867 901c89c0cc08
child 2869 d9eb50c015d1
equal deleted inserted replaced
2867:901c89c0cc08 2868:8d9757191f05
   661         | ID: «@Id» x: «@x» y: «@y» w: «@w» h: «@h»
   661         | ID: «@Id» x: «@x» y: «@y» w: «@w» h: «@h»
   662     }
   662     }
   663 
   663 
   664     template "*", mode="testtree"{
   664     template "*", mode="testtree"{
   665         param "indent", "''";
   665         param "indent", "''";
   666         > «$indent» «local-name()»
   666         > «$indent» «local-name()» 
   667         foreach "@*" > «local-name()»=«.»
   667         foreach "@*" > «local-name()»="«.»" 
   668         > \n
   668         > \n
   669         apply "*", mode="testtree" {
   669         apply "*", mode="testtree" {
   670             with "indent" value "concat($indent,'>')"
   670             with "indent" value "concat($indent,'>')"
   671         };
   671         };
   672     }
   672     }