- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
再次检查链接到前一个请求的另一个请求,如以下 stackoverflow 链接所示:
XSLT get some calculated node value over next line node's value
我不会重复整个问题的细节,因为它们可以被检查出来通过提到的链接。 第二个新请求也基于所提供的维护份额帐单列表 .xml 文件,并且需要显示相同的数据但已分页(分页)。 假设该 .xml 文件中有几十行,自然应该对其进行一些分页,以获得良好、干净且有效的显示。 为了做到这一点,我首先使用了 michael.hor257k 的解决方案来显示数据,然后使用另一个人的解决方案来进行分页。 我在提供的 .xsl 文件上组装了这两种方法;但是..没用! 单独来看,他们工作得很顺利,但放在一起,整个过程就失败了…… 接下来,我将向您提供我的 .xml 文件以及关联的 .xsl 和一些小的 .js 文件(这有助于正确分页),我请求你们支持我,因为我无法想出一个解决方案。 我知道这有点复杂......但是......这就是我需要显示的东西 再次非常感谢您...很抱歉我自己无法解决问题..
<强>1。 xml文件
<?xml version="1.0" encoding="utf-8"?>
<upkeepList>
<upkShare month_year="11_16-12_16" post_dte="01-20-17" due="02-04-17">
<OpngBlnce>22</OpngBlnce>
<mnthCrrntAmnt>77</mnthCrrntAmnt>
<Rcpt dte="01-26-17" No="5725">
<amnt>22</amnt>
<descrpt>"11/16" upkeep </descrpt>
</Rcpt>
<Rcpt dte="01-26-17" No="5726">
<amnt>41</amnt>
<descrpt>"12/16" upkeep </descrpt>
</Rcpt>
</upkShare>
<upkShare month_year="01_17-02_17" post_dte="03-17-17" due="04-03-17">
<OpngBlnce/>
<mnthCrrntAmnt>74</mnthCrrntAmnt>
<Rcpt dte="03-30-17" No="5783">
<amnt>50</amnt>
<descrpt>"01/17-02/17" upkeep</descrpt>
</Rcpt>
</upkShare>
<upkShare month_year="03-17" post_dte="04-16-17" due="05-02-17">
<OpngBlnce/>
<mnthCrrntAmnt>55</mnthCrrntAmnt>
<Rcpt dte="05-10-17" No="5815">
<amnt>40</amnt>
<descrpt>"03/17-04/17" upkeep 1</descrpt>
</Rcpt>
<Rcpt dte="05-15-17" No="5825">
<amnt>9</amnt>
<descrpt>"03/17-04/17" upkeep 2</descrpt>
</Rcpt>
</upkShare>
<upkShare month_year="04_17-05_17" post_dte="06-05-17" due="06-30-17">
<OpngBlnce/>
<mnthCrrntAmnt>64</mnthCrrntAmnt>
<Rcpt dte="06-14-17" No="5858">
<amnt>37</amnt>
<descrpt>"05/17" upkeep 1</descrpt>
</Rcpt>
<Rcpt dte="06-18-17" No="5863">
<amnt>21</amnt>
<descrpt>"05/17" upkeep 2</descrpt>
</Rcpt>
</upkShare>
<upkShare month_year="06_17" post_dte="07-16-17" due="07-30-17">
<OpngBlnce/>
<mnthCrrntAmnt>45</mnthCrrntAmnt>
<Rcpt dte="07-28-17" No="5948">
<amnt>38</amnt>
<descrpt>"06/17" upkeep</descrpt>
</Rcpt>
</upkShare>
<upkShare month_year="07_17" post_dte="08-16-17" due="08-31-17">
<OpngBlnce/>
<mnthCrrntAmnt>54</mnthCrrntAmnt>
<Rcpt dte="07-28-17" No="6002">
<amnt>33</amnt>
<descrpt>"07/17" upkeep 1</descrpt>
</Rcpt>
<Rcpt dte="08-02-17" No="6017">
<amnt>12</amnt>
<descrpt>"07/17" upkeep 2</descrpt>
</Rcpt>
</upkShare>
<upkShare month_year="08_17" post_dte="09-19-17" due="09-31-17">
<OpngBlnce></OpngBlnce>
<mnthCrrntAmnt>41</mnthCrrntAmnt>
<Rcpt dte="09-29-17" No="6026">
<amnt>41</amnt>
<descrpt>"08/17" upkeep </descrpt>
</Rcpt>
</upkShare>
<upkShare month_year="09_17" post_dte="10-16-17" due="10-31-17">
<OpngBlnce/>
<mnthCrrntAmnt>34</mnthCrrntAmnt>
<Rcpt dte="10-26-17" No="6050" >
<amnt>34</amnt>
<descrpt>"09/17" upkeep </descrpt>
</Rcpt>
</upkShare>
<upkShare month_year="10_17" post_dte="11-18-17" due="11-31-17">
<OpngBlnce></OpngBlnce>
<mnthCrrntAmnt>47</mnthCrrntAmnt>
<Rcpt dte="11-27-17" No="6052">
<amnt>10</amnt>
<descrpt>upkeep amount 1</descrpt>
</Rcpt>
<Rcpt dte="11-28-17" No="6084">
<amnt>8</amnt>
<descrpt>upkeep amount 2</descrpt>
</Rcpt>
<Rcpt dte="11-30-17" No="6104">
<amnt>27</amnt>
<descrpt>upkeep amount 3</descrpt>
</Rcpt>
</upkShare>
<upkShare month_year="11_17" post_dte="12-15-17" due="01-07-18">
<OpngBlnce></OpngBlnce>
<mnthCrrntAmnt>8</mnthCrrntAmnt>
<Rcpt dte="01-06-18" No="6135">
<amnt>17</amnt>
<descrpt>some upkeep amount</descrpt>
</Rcpt>
</upkShare>
</upkeepList>
2.xsl 文件:
<?xml version="1.0" encoding="UTF-8" ?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:exsl="http://exslt.org/common" extension-element-prefixes="exsl">
<xsl:strip-space elements="*"/> <xsl:decimal-format name="coerce" NaN="0" />
<xsl:variable name="upkshr"> <!-- upkshr varbl -->
<xsl:for-each select="upkShare">
<upkp pstdte="{@post_dte}" rltedmnthyr = "{@month_year}" ob = "{format-number(OpngBlnce, '#', 'coerce')}"
mcamnt = "{format-number(mnthCrrntAmnt, '#','coerce')}" term = "{@due}" rcptsum = "{format-number(sum(Rcpt/amnt), '#','coerce')}" /> <!-- missing ob node's value forced to zero -->
</xsl:for-each>
</xsl:variable>
<xsl:param name="size" select="4"/>
<xsl:template match="upkeepList">
<html>
<head>
<script type="text/javascript" src="../js/scrpt_pagn.js"></script>
<h3 style="margin-left:45">Upkeep share bills list</h3>
</head>
<body onload="onInitialize()">
<xsl:apply-templates select="$upkshr[position() mod $size = 1]">
<xsl:with-param name="pages" select="ceiling(count($upkshr) div $size)"/>
</xsl:apply-templates>
</body>
</html>
</xsl:template>
<xsl:template match="$upkshr"> <xsl:param name="pages"/>
<xsl:variable name="page" select="position()"/>
<table border="1" id='content{$page}' width="300" height="170" style="text-align:center;margin-left:50; margin-top:22px; display:none">
<tr bgcolor="#9acd32">
<th>UpkpShare_Prd</th> <th>PostDate</th> <th>InitBalance</th>
<th>UpkpShare_Amount</th>
<th>DueDate</th> <th>FullAmnt</th> <th>FullAmntPayed</th>
<th>AmntDue</th>
</tr>
<xsl:for-each select="self::$upkshr | following-sibling::$upkshr[position()<$size]">
<xsl:for-each select="exsl:node-set($upkshr)/upkp">
<tr>
<td> <xsl:value-of select="@rltedmnthyr"/> </td> <!-- relatd mnthly year -->
<td> <xsl:value-of select="@pstdte"/> </td> <!-- post date -->
<xsl:variable name="initblnc" select="sum(preceding-sibling::upkp/@ob) + sum(preceding-sibling::upkp/@mcamnt) - sum(preceding-sibling::upkp/@rcptsum) + @ob" />
<td> <xsl:value-of select="$initblnc"/> <!-- initblnc = initial balance / opening balance -->
</td>
<td> <xsl:value-of select="@mcamnt"/> </td> <!-- monthly upkeep share amount -->
<td> <xsl:value-of select="@term"/> </div> </td> <!-- due -->
<td> <xsl:value-of select="$initblnc + @mcamnt"/> </td> <!-- full amount -->
<td> <xsl:value-of select="@rcptsum"/> </td> <!-- full amount payed -->
<td> <xsl:value-of select="$initblnc + @mcamnt - @rcptsum"/> </td> <!-- amount due / closing balance -->
</tr>
</xsl:for-each>
</xsl:for-each>
<tr>
<td colspan="8">
<xsl:choose>
<xsl:when test="$page = 1">
<xsl:text>pag</xsl:text> <xsl:text> </xsl:text>
<xsl:value-of select="$page"/>
<xsl:value-of select="'/'"/>
<xsl:value-of select="$pages"/>
<xsl:value-of select="' '"/>
<a href="#{$page+1}" onclick="nextPage({$page+1})">></a>
</xsl:when>
<xsl:when test="$page = $pages">
<xsl:value-of select="' '"/>
<a href="#{$page - 1}" onclick="prevPage({$page - 1})"><</a>
<xsl:text> </xsl:text> <xsl:text>pag</xsl:text>
<xsl:value-of select="' '"/>
<xsl:value-of select="$page"/>
<xsl:value-of select="'/'"/>
<xsl:value-of select="$pages"/>
</xsl:when>
<xsl:otherwise>
<a href="#{$page - 1}" onclick="prevPage({$page - 1})"><</a>
<xsl:text> </xsl:text> <xsl:text>pag</xsl:text>
<xsl:value-of select="' '"/>
<xsl:value-of select="$page"/>
<xsl:value-of select="'/'"/>
<xsl:value-of select="$pages"/>
<xsl:value-of select="' '"/>
<a href="#{$page+1}" onclick="nextPage({$page+1})">></a>
</xsl:otherwise>
</xsl:choose>
</td> </tr>
</table>
</xsl:template>
</xsl:stylesheet>
..最后是.js文件:
function onInitialize()
{
var i = 1;
document.getElementById("content"+i).style.display="" ;
}
function nextPage(num)
{
document.getElementById("content"+num).style.display="";
num--;
document.getElementById("content"+num).style.display="none";
}
function prevPage(num)
{
document.getElementById("content"+num).style.display="";
num++;
document.getElementById("content"+num).style.display="none";
}
就这样吧。 再次,你们帮我解决这个(相对困难的)问题! 非常非常感谢您!
最佳答案
我不确定我是否能够理解您想要创建的 HTML,但以下内容会为您的输入生成大约三个“页面”/表格:
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:exsl="http://exslt.org/common" extension-element-prefixes="exsl">
<xsl:strip-space elements="*"/> <xsl:decimal-format name="coerce" NaN="0" />
<xsl:variable name="upkshr"> <!-- upkshr varbl -->
<xsl:for-each select="*/upkShare">
<upkp pstdte="{@post_dte}" rltedmnthyr = "{@month_year}" ob = "{format-number(OpngBlnce, '#', 'coerce')}"
mcamnt = "{format-number(mnthCrrntAmnt, '#','coerce')}" term = "{@due}" rcptsum = "{format-number(sum(Rcpt/amnt), '#','coerce')}" /> <!-- missing ob node's value forced to zero -->
</xsl:for-each>
</xsl:variable>
<xsl:variable name="upkp-set" select="exsl:node-set($upkshr)/upkp"/>
<xsl:param name="size" select="4"/>
<xsl:output method="html" version="5.0" doctype-system="about:legacy-doctype"/>
<xsl:template match="upkeepList">
<html>
<head>
<script type="text/javascript">
function onInitialize()
{
var i = 1;
document.getElementById("content"+i).style.display="" ;
}
function nextPage(num)
{
document.getElementById("content"+num).style.display="";
num--;
document.getElementById("content"+num).style.display="none";
}
function prevPage(num)
{
document.getElementById("content"+num).style.display="";
num++;
document.getElementById("content"+num).style.display="none";
}
</script>
<h3 style="margin-left:45">Upkeep share bills list</h3>
</head>
<body onload="onInitialize()">
<xsl:apply-templates select="$upkp-set[position() mod $size = 1]">
<xsl:with-param name="pages" select="ceiling(count($upkp-set) div $size)"/>
</xsl:apply-templates>
</body>
</html>
</xsl:template>
<xsl:template match="upkp"> <xsl:param name="pages"/>
<xsl:variable name="page" select="position()"/>
<table border="1" id='content{$page}' width="300" height="170" style="text-align:center;margin-left:50; margin-top:22px; display:none">
<tr bgcolor="#9acd32">
<th>UpkpShare_Prd</th> <th>PostDate</th> <th>InitBalance</th>
<th>UpkpShare_Amount</th>
<th>DueDate</th> <th>FullAmnt</th> <th>FullAmntPayed</th>
<th>AmntDue</th>
</tr>
<xsl:for-each select=". | following-sibling::upkp[position()<$size]">
<tr>
<td> <xsl:value-of select="@rltedmnthyr"/> </td> <!-- relatd mnthly year -->
<td> <xsl:value-of select="@pstdte"/> </td> <!-- post date -->
<xsl:variable name="initblnc" select="sum(preceding-sibling::upkp/@ob) + sum(preceding-sibling::upkp/@mcamnt) - sum(preceding-sibling::upkp/@rcptsum) + @ob" />
<td> <xsl:value-of select="$initblnc"/> <!-- initblnc = initial balance / opening balance -->
</td>
<td> <xsl:value-of select="@mcamnt"/> </td> <!-- monthly upkeep share amount -->
<td> <xsl:value-of select="@term"/> </td> <!-- due -->
<td> <xsl:value-of select="$initblnc + @mcamnt"/> </td> <!-- full amount -->
<td> <xsl:value-of select="@rcptsum"/> </td> <!-- full amount payed -->
<td> <xsl:value-of select="$initblnc + @mcamnt - @rcptsum"/> </td> <!-- amount due / closing balance -->
</tr>
</xsl:for-each>
<tr>
<td colspan="8">
<xsl:choose>
<xsl:when test="$page = 1">
<xsl:text>pag</xsl:text> <xsl:text> </xsl:text>
<xsl:value-of select="$page"/>
<xsl:value-of select="'/'"/>
<xsl:value-of select="$pages"/>
<xsl:value-of select="' '"/>
<a href="#{$page+1}" onclick="nextPage({$page+1})">></a>
</xsl:when>
<xsl:when test="$page = $pages">
<xsl:value-of select="' '"/>
<a href="#{$page - 1}" onclick="prevPage({$page - 1})"><</a>
<xsl:text> </xsl:text> <xsl:text>pag</xsl:text>
<xsl:value-of select="' '"/>
<xsl:value-of select="$page"/>
<xsl:value-of select="'/'"/>
<xsl:value-of select="$pages"/>
</xsl:when>
<xsl:otherwise>
<a href="#{$page - 1}" onclick="prevPage({$page - 1})"><</a>
<xsl:text> </xsl:text> <xsl:text>pag</xsl:text>
<xsl:value-of select="' '"/>
<xsl:value-of select="$page"/>
<xsl:value-of select="'/'"/>
<xsl:value-of select="$pages"/>
<xsl:value-of select="' '"/>
<a href="#{$page+1}" onclick="nextPage({$page+1})">></a>
</xsl:otherwise>
</xsl:choose>
</td> </tr>
</table>
</xsl:template>
</xsl:stylesheet>
https://xsltfiddle.liberty-development.net/ncdD7mp
为了完整起见,我内联了 Javascript 代码,但当然将其保存在单独的文件中应该没有什么区别。
关于javascript - XSLT 分页显示一些计算的节点值以及在下一行检索到的前一行值 (II),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55431770/
我正在使用 JavaFX 8 创建一个应用程序。我使用拖/放动态更改网格 Pane 的内容。我希望每行或每行/列迭代 GridPane 内容。JavaFX 允许通过指定行和列在 GridPane 中添
我正在尝试将图像拖放到div上。图像没有被拖到div上并给出以下错误 Uncaught TypeError: Failed to execute 'appendChild' on 'Node': pa
我正在 android studio 中创建内部构建 AR 导航。我正在寻找一种方法将 anchor 与其他 anchor 或 anchor 节点/节点“连接”起来。我不确定使用哪一个。基于我将强制用
我在 Hive 上运行一些作业:首先是 4 节点,然后是 2 节点。令我惊讶的是,我的 2 节点性能比我的 4 节点更好。 首先,我在一个 4 节点(4 个事件节点)上运行查询,然后关闭 2 个节点(
我有 Node* current ,我在其中存储指向列表“顶部”当前节点的指针。当我将一个新节点设置为当前节点时,出现错误: '=' : cannot convert from 'CircularDo
我是 dcos Mesos 的新手,在本地 Ubuntu 机器上安装了 dc os。 我可以查看 dcos 仪表板。 但我无法使用 dcos node ssh --master-proxy --lea
在 JavaFX 中,是否有类似 setLayout(); 的东西?或 setBounds(); ? 例如,我想将按钮定位到我想要的位置。 最佳答案 JavaFX 场景图上的所有内容都是 Node .
我正在开发一个 JavaFX 应用程序,其中我开发的类(从 javafx.scene.Parent 扩展)是根据用户在 ListView 控件中单击的条目动态创建的。 只是要清楚这个节点,它不是使用像
我正在尝试为节点-边缘关系创建一个类图,因为它可以在有向图中找到。我想传达的是,Nodes 引用了 Edges,Edges 也引用了 Nodes。每个 Edge 都恰好需要两个 Node(源和目标)。
在mapreduce作业期间,单个任务将在随机节点上运行,是否有任何方法限制应在其中运行任务的节点? 最佳答案 Hadoop不会选择节点来随机运行任务。考虑到数据局部性,否则将有很多网络开销。 任务与
有什么区别: a) nodetool 重建 b) nodetool 修复 [-pr] 换句话来说,各个命令到底是做什么的? 最佳答案 nodetool重建:类似于引导过程(当您向集群添加新节点时),但
我已将第一个 OneToMany 关系添加到我的 hibernate 3.6.10 项目中。这是一个类: /** * */ package com.heavyweightsoftware.leal
是否有可能找到正在监听触发当前函数的事件的元素? 在下面的代码中,event.target 返回 #xScrollPane 和 event.currentTarget 和 event 的最低子节点.f
我正在尝试覆盖我数据库中的一些数据。结构很简单,就是: recipes { user_1{ recipe_1{data} recipe_2{data} } user_2{
我使用 setInterval 来运行该函数,但它会多次执行函数 2... 如何在输入中插入一个值后执行函数 第一个输入与其余输入的距离不同 如何在插入 val(tab 选项)后将插入从 1 个输入移
我不知道代码有什么问题,但在 visual studio 中不断收到这些错误消息。 Error 18 error C1903: unable to recover from previous e
我正在尝试从其类中获取 SharePoint 搜索导航节点的对象。 var nodes = $("div.ms-qSuggest-listItem"); 我正在获取节点对象,现在想要获取“_promp
D:\nodeP>node main.js module.js:327 抛出错误; ^ 错误:在 Function.Module 的 Function.Module._resolveFilename
struct node{ int key, prior, cnt, val; node *l, *r; node(){} node(int nkey) : key(nkey),
我有以下代码使用迭代器将项目插入双链表。这就是我们被要求这样做的方式。代码有效,但问题是我有 24 字节的绝对内存泄漏。 NodeIterator insert(NodeIterator & itrP
我是一名优秀的程序员,十分优秀!