svghmi/gen_index_xhtml.ysl2
branchsvghmi
changeset 2876 d2adbc273125
parent 2875 6a12e1084deb
child 2877 682bce953795
equal deleted inserted replaced
2875:6a12e1084deb 2876:d2adbc273125
   196         // use python to call all debug output from included definitions
   196         // use python to call all debug output from included definitions
   197         // '&bug' is a workaround for pyPEG that choke on yml2 python results not parsing to a single call
   197         // '&bug' is a workaround for pyPEG that choke on yml2 python results not parsing to a single call
   198         !"&bug {"+"\n".join(["comment {\n| \n| %s:\n call \"%s\";\n| \n}"%(n,n) for n in debug_output_calls]) +"}"!
   198         !"&bug {"+"\n".join(["comment {\n| \n| %s:\n call \"%s\";\n| \n}"%(n,n) for n in debug_output_calls]) +"}"!
   199 
   199 
   200         comment {
   200         comment {
   201             | Detachable :
       
   202             foreach "$detachable_elements"{
       
   203                 | «@id»
       
   204             }
       
   205         }
       
   206         comment {
       
   207             | Discardable :
       
   208             foreach "$discardable_elements"{
       
   209                 | «@id»
       
   210             }
       
   211         }
       
   212         comment {
       
   213             | Unlinked :
   201             | Unlinked :
   214             foreach "$to_unlink"{
   202             foreach "$to_unlink"{
   215                 | «@id»
   203                 | «@id»
   216             }
   204             }
   217         }
   205         }