xslt

    1熱度

    1回答

    我正在努力在基於xml的Coldfusion中構建一個菜單。 當前工作功能: <cffunction name="xmlNav" access="private" returntype="struct" output="false"> <cfargument name="qGetNav" type="query" required="true"> <cfscript>

    0熱度

    1回答

    這是XML: <?xml version="1.0"?> <?xml-stylesheet href="a.xsl" type="text/xsl"?> <root/> 這是a.xsl樣式表: <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2

    2熱度

    1回答

    我的XML文檔看起來像這 - ​​ 我願意把它的變換,例如「id」屬性值遞增順序如: <doc> <system_data> <registry_item id="10"> <hive>HKEY_LOCAL_MACHINE</hive> </registry_item> <file_item id="11"> <filepath>C

    -2熱度

    1回答

    代碼這是我的XML代碼: <define name="Procedure"> <element name="Procedure" radlex:id="RID1559" radlex:match="Exact"> <element name="View" radlex:id="RID10420" radlex:match="Exact"> <optional>

    0熱度

    3回答

    可以在同一範圍內使用相同名稱定義兩次xsl:variable。 對於類似下面的代碼: <xsl:template match="\"> <table> <tr><td> <xsl:variable name="status" select="normal"/> </td></tr> <tr><td> <xsl:variable name=

    1熱度

    2回答

    建立節點集變量是否可以使用xsl:choose(用於MSXML引擎)從rtf創建節點集變量? 我有以下結構: <xsl:choose> <xsl:when test="function-available('msxsl:node-set')"> <xsl:variable name="colorList" select="msxsl:node-set($std:colorLi

    0熱度

    2回答

    首先,請原諒我的無知,因爲此問題不是我的專長:我有一個XML文件,我想導入到FileMaker中。我沒有XSL文件,我真的不知道是否有必要。 問題是,一旦我導入,我得到FileMaker 717的錯誤:「信息XML/XSL不足以進行導入/導出」。

    0熱度

    3回答

    我有一個鏈接,當我點擊它時調用一個帶有字符串參數的javascript函數。該字符串實際上是一個a-tag +腳本標記,如: <a>..</a><script>...</scipt> 它顯示一個視頻文件。 因此,無論如何,JavaScript函數應該創建該代碼,並使視頻顯示在頁面上,但是當我按下鏈接時顯示的是一串代碼,所以它顯示爲文本(但部分它是一個超鏈接)並且不執行成爲視頻。 任何人都知道爲

    1熱度

    3回答

    我有一個包含聯繫人信息的XML文件,如下圖所示: <contact type="individual"> <firstname>Some</firstname> <surname>Guy</surname> <organisation> <name>London School of Espionage</name> </organisation>

    2熱度

    2回答

    我正在尋找做一個轉換,其中我將一個元素的屬性添加到另一個元素的屬性值。下面是我想用XSLT做到以下幾點作出轉型我想這樣做」 <Stuff> <subsystem value="ssname"> <item value="A">This is my value</item> <item value="B">This is my other value<