xls获取XFDL文件的属性

时间:2016-03-14 15:12:29

标签: xml html5 xslt xls xfdl

我将XFDL转换为HTML并且我遇到了问题。结构:

<XFDL>
    <globalpage sid="global">
        <global sid="global">
            <formid>
                ...
            </formid>
        </global>
    </globalpage>
    <page sid="PAGE1">
        //other nodes
       <button sid="Save_BUTTON">
           <pecs:short_cut xfdl:compute="toggle(global.global.keypress, '', 'F2') == '1' ? (set('activated','on')) : ''"/>
           <type>save</type>
           <bgcolor>
               <ae>190</ae>
               <ae>0</ae>
               <ae>76</ae>
           </bgcolor>
           <justify>center</justify>
        </button>
   </page>
</XFDL>

我如何获得属性pecs:short_cut xfdl:compute?

0 个答案:

没有答案