freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

xsl樣式顯ppt課件-資料下載頁

2025-01-17 15:31本頁面
  

【正文】 coding=gb2312? xsl:stylesheet version= xmlns:xsl= xsl:template match=/ xsl:if test=//student[@ID=39。10339。] font color=red 學(xué)號為 103的學(xué)生存在 /font /xsl:if /xsl:template /xsl:stylesheet 當(dāng) test屬性的內(nèi)容帶有函數(shù): 條件測試示例 ?xml version= encoding=gb2312? ?xmlstylesheet type=text/xsl href=? 持股信息 股東 姓名 張祥 /姓名 武商股份 10000/武商股份 神龍電業(yè) 8000/神龍電業(yè) 浦發(fā)銀行 15000/浦發(fā)銀行 興和基金 6000/興和基金 /股東 股東 姓名 劉嫻 /姓名 武商股份 5000/武商股份 神龍電業(yè) 12022/神龍電業(yè) 浦發(fā)銀行 9000/浦發(fā)銀行 興和基金 4000/興和基金 /股東 /持股信息 本例對一個持股信息的結(jié)構(gòu)化數(shù)據(jù)進行處理: 要求對高于一定持股數(shù)額的數(shù)據(jù)用不同顏色顯示。 帶有條件語句的 XSL文檔 ?xml version= encoding=gb2312? xsl:stylesheet xmlns:xsl= xsl:template match=/ HTML HEADTITLE持股信息 /TITLE/HEAD BODY xsl:applytemplates select=持股信息 / /BODY /HTML /xsl:template xsl:template match=持股信息 center H2font color=008080部分持股信息統(tǒng)計表(單位:股數(shù)) /font/H2 TABLE BORDER=39。239。 CELLSPACING=0 TR TH客戶姓名 /TH TH武商股份 /TH TH神龍電業(yè) /TH TH浦發(fā)銀行 /TH TH興和基金 /TH /TR xsl:applytemplates select=股東 / /TABLE/center /xsl:template xsl:template match=股東 TR TDxsl:valueof select=姓名 //TD TDxsl:applytemplates select=武商股份 //TD TDxsl:applytemplates select=神龍電業(yè) //TD TDxsl:applytemplates select=浦發(fā)銀行 //TD TDxsl:applytemplates select=興和基金 //TD /TR /xsl:template xsl:template match=武商股份 |神龍電業(yè) |浦發(fā)銀行 |興和基金 xsl:if test=.[value()=8000] xsl:attribute name=style color:red /xsl:attribute /xsl:if xsl:valueof/ /xsl:template /xsl:stylesheet IE游覽顯示結(jié)果 多重條件判斷 xsl:choose元素 ? 多重條件判斷語法為 : xsl:choose xsl:when test=“條件一” … /xsl:when test=“條件二” … xsl:otherwise … /xsl:otherwise /xsl:choose ?可使用多個 xsl: when 分別設(shè)置多重條件 . 多重條件測試示例 ?xml version= encoding=gb2312? ?xmlstylesheet type=text/xsl href=3? 持股信息 股東 姓名 TZPH=風(fēng)險 張祥 /姓名 武商股份 10000/武商股份 神龍電業(yè) 8000/神龍電業(yè) 浦發(fā)銀行 15000/浦發(fā)銀行 興和基金 6000/興和基金 /股東 股東 姓名 TZPH=保守 劉嫻 /姓名 武商股份 5000/武商股份 神龍電業(yè) 12022/神龍電業(yè) 浦發(fā)銀行 9000/浦發(fā)銀行 興和基金 4000/興和基金 /股東 股東 姓名 TZPH=未知 趙洋 /姓名 武商股份 1000/武商股份 神龍電業(yè) 2022/神龍電業(yè) 浦發(fā)銀行 8000/浦發(fā)銀行 興和基金 10000/興和基金 /股東 /持股信息 帶有多重判斷的 XSL文檔 ?xml version= encoding=gb2312? xsl:stylesheet xmlns:xsl= xsl:template match=/ HTML HEADTITLE客戶信息 /TITLE/HEAD BODY TABLE BORDER=39。239。 CELLSPACING=0 TR TH客戶姓名 /TH TH武商股份 /TH TH神龍電業(yè) /TH TH浦發(fā)銀行 /TH TH興和基金 /TH /TR xsl:foreach select=持股信息 /股東 TR xsl:applytemplates/ /TR /xsl:foreach /TABLE /BODY /HTML /xsl:template xsl:template match=姓名 xsl:choose xsl:when test=.[@TZPH=39。風(fēng)險 39。] TD STYLE=COLOR:green風(fēng)險投資人: xsl:valueof //TD /xsl:when xsl:when test=.[@TZPH=39。保守 39。] TD style=color:red保守投資人: xsl:valueof //TD /xsl:when xsl:otherwise TD style=color:blue未知投資人: xsl:valueof //TD /xsl:otherwise /xsl:choose /xsl:template xsl:template match=武商股份 TDxsl:valueof //TD /xsl:template xsl:template match=神龍電業(yè) TDxsl:valueof //TD /xsl:template xsl:template match=浦發(fā)銀行 TDxsl:valueof //TD /xsl:template xsl:template match=興和基金 TDxsl:valueof //TD /xsl:template /xsl:stylesheet IE瀏覽效果 綜合應(yīng)用 ?xml version= encoding=UTF8? ?xmlstylesheet type=text/xsl href=? BOOKS BOOK BOOKID=B001 TITLEXML技術(shù)及應(yīng)用 /TITLE PRICE40/PRICE AUTHOR NAME孫更新 /NAME /AUTHOR AUTHOR NAME賓深 /NAME /AUTHOR /BOOK BOOK BOOKID=B002 TITLE操作系統(tǒng)教程 /TITLE PRICE30/PRICE AUTHOR NAME湯子瀛 /NAME /AUTHOR AUTHOR NAME湯小丹 /NAME /AUTHOR /BOOK /BOOKS 要求作者之間用’ ,‘號隔開。 ?xml version=? xsl:stylesheet version= xmlns:xsl= xsl:template match=AUTHOR xsl:valueof select=AUTHOR/ xsl:valueof select=NAME/ xsl:if test=position()!=last(), /xsl:if /xsl:template xsl:template match=/ html head titlebooks at cybershoppe/title /head body h1book at cybershoppe/h1 table border=3 cellpadding=2 cellspacing=6 thead align=center bgcolor=silver thbook id/th thtitile/th thrate/th thauthor(s)/th /thead tbody xsl:foreach select=BOOKS/BOOK xsl:choose xsl:when test=39。position( ) mod 2 !=139。 tr tdfont color=bluexsl:valueof select=@BOOKID//font/td tdfont color=bluexsl:valueof select=TITLE//font/td tdfont color=bluexsl:valueof select=RATE//font/td tdfont color=bluexsl:applytemplates select=AUTHOR//font/td /tr /xsl:when xsl:otherwise tr tdfont color=redxsl:valueof select=@BOOKID//font/td tdfont color=redxsl:valueof select=TITLE//font/td tdfont color=redxsl:valueof select=RATE//font/td tdfont color=redxsl:applytemplates select=AUTHOR//font/td /tr /xsl:otherwise /xsl:choose /xsl:foreach /tbody /table /body /html /xsl:template /xsl:stylesheet XSL元素的創(chuàng)建 ? 用 XSL創(chuàng)建 XML元素 xsl:template match=“元素節(jié)點” xsl:element name=“新建元素名” namespace=“命名空間名” 新建元素的內(nèi)容 /xsl:element /template
點擊復(fù)制文檔內(nèi)容
教學(xué)課件相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1