新书推介:《语义网技术体系》
作者:瞿裕忠,胡伟,程龚
   XML论坛     W3CHINA.ORG讨论区     计算机科学论坛     SOAChina论坛     Blog     开放翻译计划     新浪微博  
 
  • 首页
  • 登录
  • 注册
  • 软件下载
  • 资料下载
  • 核心成员
  • 帮助
  •   Add to Google

    >> 本版讨论XSL,XSLT,XSL-FO,CSS等技术
    [返回] 中文XML论坛 - 专业的XML技术讨论区XML.ORG.CN讨论区 - XML技术『 XSL/XSLT/XSL-FO/CSS 』 → 那位达人指点下如何在xsl里进行与运算阿?谢谢大家!!!! 查看新帖用户列表

      发表一个新主题  发表一个新投票  回复主题  (订阅本版) 您是本帖的第 2349 个阅读者浏览上一篇主题  刷新本主题   树形显示贴子 浏览下一篇主题
     * 贴子主题: 那位达人指点下如何在xsl里进行与运算阿?谢谢大家!!!! 举报  打印  推荐  IE收藏夹 
       本主题类别:     
     zhwccut 帅哥哟,离线,有人找我吗?
      
      
      等级:大一新生
      文章:1
      积分:54
      门派:XML.ORG.CN
      注册:2007/7/18

    姓名:(无权查看)
    城市:(无权查看)
    院校:(无权查看)
    给zhwccut发送一个短消息 把zhwccut加入好友 查看zhwccut的个人资料 搜索zhwccut在『 XSL/XSLT/XSL-FO/CSS 』的所有贴子 引用回复这个贴子 回复这个贴子 查看zhwccut的博客楼主
    发贴心情 那位达人指点下如何在xsl里进行与运算阿?谢谢大家!!!!

    <?xml version="1.0" encoding="UTF-8"?>
    <xsl:stylesheet version="1.0"
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    <xsl:template match="/">
    <form name="form1" method="post" action="http://10.254.100.223/rel/cms-wfm-i/main.go?contentsId=2&amp;pageId=19&amp;division=1&amp;pageType=1">
    <input type="hidden" name="place">
    <xsl:attribute name="value"><xsl:value-of select="WeatherMailInfoResultVO/mailInfo/place" /></xsl:attribute></input>

    <xsl:choose>

    <xsl:when test="WeatherMailInfoResultVO/mailInfo/sendDate=127">
     <xsl:element name="input">
     <xsl:attribute name="type">checkbox</xsl:attribute>
     <xsl:attribute name="name">eachday</xsl:attribute>
     <xsl:attribute name="value">127</xsl:attribute>
     <xsl:attribute name="checked"></xsl:attribute>毎日
     </xsl:element>
    </xsl:when>
    <xsl:otherwise>
      <xsl:element name="input">
     <xsl:attribute name="type">checkbox</xsl:attribute>
     <xsl:attribute name="name">eachday</xsl:attribute>
     <xsl:attribute name="value">127</xsl:attribute>
     毎日
     </xsl:element>
    </xsl:otherwise>
    </xsl:choose>

    <xsl:choose>

    <xsl:when test="WeatherMailInfoResultVO/mailInfo [(blFlag and ((sendDate and 1)=1))=true]">
     <xsl:element name="input">
     <xsl:attribute name="type">checkbox</xsl:attribute>
     <xsl:attribute name="name">monday</xsl:attribute>
     <xsl:attribute name="value">1</xsl:attribute>
     <xsl:attribute name="checked"></xsl:attribute>月曜
     </xsl:element>
    </xsl:when>
    <xsl:otherwise>
      <xsl:element name="input">
     <xsl:attribute name="type">checkbox</xsl:attribute>
     <xsl:attribute name="name">monday</xsl:attribute>
     <xsl:attribute name="value">1</xsl:attribute>
     月曜
     </xsl:element>
    </xsl:otherwise>
    </xsl:choose>
    </form>
    </xsl:template>
    </xsl:stylesheet>

    [color=#FF0000]<xsl:when test="WeatherMailInfoResultVO/mailInfo [(blFlag and ((sendDate and 1)=1))=true]">[/color]总是感觉这里有问题做与运算
    不知道怎么写blFlag是bool型 ,(blFlag and ((sendDate and 1)=1))与运算结束后进行判断急死了在网上了很多也没查到不知道哪里错了?


       收藏   分享  
    顶(0)
      




    点击查看用户来源及管理<br>发贴IP:*.*.*.* 2007/7/18 14:32:00
     
     GoogleAdSense
      
      
      等级:大一新生
      文章:1
      积分:50
      门派:无门无派
      院校:未填写
      注册:2007-01-01
    给Google AdSense发送一个短消息 把Google AdSense加入好友 查看Google AdSense的个人资料 搜索Google AdSense在『 XSL/XSLT/XSL-FO/CSS 』的所有贴子 访问Google AdSense的主页 引用回复这个贴子 回复这个贴子 查看Google AdSense的博客广告
    2025/1/3 1:06:11

    本主题贴数1,分页: [1]

    管理选项修改tag | 锁定 | 解锁 | 提升 | 删除 | 移动 | 固顶 | 总固顶 | 奖励 | 惩罚 | 发布公告
    W3C Contributing Supporter! W 3 C h i n a ( since 2003 ) 旗 下 站 点
    苏ICP备05006046号《全国人大常委会关于维护互联网安全的决定》《计算机信息网络国际联网安全保护管理办法》
    156.006ms