问题标签 [xslt]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
468 浏览

xslt - XSLT 中的 Webtextedit Mousemove 事件

我需要帮助。

在 xml 和 WebtextEdit 中没有线索,我正在编辑一个创建 asp 控件的 xslt 样式表。

下面是 WebTextEdit 控件,我想添加一个 mousemove 事件:

该代码用于更改样式,因为它适用于其他对象。

请协助我如何将鼠标悬停事件添加到 WebTextEdit 控件

0 投票
2 回答
15289 浏览

xslt - 如何检查 XSLT 中是否存在标签?

我有以下模板

如果相应模板至少有一个成员,我只想显示标题(一、二、三)。我该如何检查?

0 投票
2 回答
2607 浏览

asp.net - Button generated for each item in an XSLT file runat server

I am tryiing to create an "add to cart" button for each item that is displayed by an XSLT file. The button must be run at server (VB) and I need to pass parameters into the onlick, so that the requested item is added to the cart. Is this possible, and if so, how should I go about it?

When I try

I get "'asp' is an undeclared namespace"

I've also tried

Which doesn't give any errors, but doesn't do anything at all

I need to use XSLT directly for displaying my products, as it is for an assignment, although what I am trying to do here is beyond the scope of the assignment.

0 投票
3 回答
1895 浏览

asp.net - ASP.NET、XSLT 和动态控件

我希望使用 xml 和 xsl 在 asp.net 页面上生成控件。

我目前有一个包含 xml 控件的 asp.net 内容页面。加载页面时,将加载一个 xml 文件并提取所需元素并将其设置为 xml 控件的 DocumentContent,并将 xml 控件的 TransformSource 设置为适当的 xsl 文件。

在 xsl 文件中,我希望使用模板根据 xml 的内容创建 asp.net 控件。是否有一种简单的方法可以使用内容页面上的 xml 控件来执行此操作?

0 投票
1 回答
872 浏览

html - SSI 和 XSL

我正在构建一个菜单并对其进行设置,以便我使用标准<!--#include virtual = "myDoc.xml" --> SSI 标记来包含我的 xml 文档。xml 文档包括带有<?xml-stylesheet type="text/xsl" href="myOtherDoc.xsl"?>. 由于某种原因,xsl 文档无法正常工作。xml 显示为 blob。

谢谢

账单

0 投票
1 回答
7470 浏览

xslt - 使用 XSL 进行绝对定位转换并呈现​​为 PDF

如何使用 XSL 完成绝对定位?我正在将 XSL 转换为 FO 到 PDF 以用于邮寄信件,并试图弄清楚如何绝对定位包含返回地址和收件人地址的 fo:blocks,以便它们显示在信封上的窗口中。

任何人都有关于魔术语法的建议来实现这一点?

0 投票
2 回答
742 浏览

html - 使用服务器端 XML Parser 生成 HTML 内容

是否可以使用服务器端 XML 解析器来创建一个 HTML blob,然后将其包含在现有的 HTML 页面中?

0 投票
1 回答
119 浏览

xslt - 为什么我的 XSL 转换链接相对于基数出来?

那是我的模板,在我的代码中:

网址是“ http://www.cnn.com

但它呈现为:“ http://localhost/http://www.cnn.com

有任何想法吗?

0 投票
4 回答
369 浏览

xml - 将路径传递给模板

是否可以将诸如主题/名称之类的路径传递给模板,然后使用在模板中传递的路径作为路径而不是文本字符串。我发现路径被视为文本而不是路径。

0 投票
9 回答
17962 浏览

xml - XML 中的特殊字符

我正在使用 xml 和 xsl 创建一个左侧导航系统。一切都很顺利,直到我尝试在我的 xml 文档中使用一个特殊字符。我正在使用&raquo;,我得到了错误。

原因:对未定义实体“raquo”的引用。
错误代码:-1072898046

我该如何进行这项工作?