exslt
How to get Regexp from EXSLT working in libxslt?
Has anyone got Regexp working in libxslt? When yes, how? http://www.exslt.org/regexp/index.html Whe开发者_高级运维n using the command xsltproc --dumpextensions with the latest libxslt I\'m not getti[详细]
2023-03-25 06:14 分类:问答What is the difference between exclude-result-prefixes and extension-element-prefix in XSLT namespace declaration?
What\'s the difference between exclude-result-prefixes and extension-element-prefix? Both are used in the header of XSLTs. I\'ve found extension-element-prefix while using EXSLT and the EXSLT website[详细]
2023-03-19 19:08 分类:问答how do i not repeat repeated logic in my xslt code?
what\'s a better way to write this code: <xsl:template name=\"CamelChain\"> <xsl:param name=\"input\"/>[详细]
2023-03-11 23:40 分类:问答xslt cannot assign a param with a boolean value within `<xsl:choose>`
this code is giving me the output test when the expected output should be nothing.. Is it something wrong with my XSLT processor or..? :[详细]
2023-03-11 20:52 分类:问答How can we use EXSLT without downloading its source?
XSLTSL seems to claim that we can use EXSLT without downloading its source: Import or include either the main stylesheet, or the stylesheet module you wish to use, directly from the library website;[详细]
2023-03-11 20:45 分类:问答Can EXSLT date-and-time functions be used in XSLT 1.0 and processed using browser engine?
My goal: I need to transform a \"date of birth\" element in XML document to \"age\" value using XSL stylesheet and generate XHTML page. I am using the web browser (e.g. IE/FF) directly to open the XML[详细]
2023-02-24 21:49 分类:问答MVP.XSL: func:function
I\'m using Mvp.Xsl.dll implementation of EXSLT. I\'m h开发者_高级运维aving hard time to create a custom function and call it from XPath. Is this possible? Can you provide one very simple example?[详细]
2023-02-21 22:06 分类:问答EXSLT: No more DTM IDs are available
I\'ve been searching for an answer to this problem all day long. I\'m creating a stylesheet for a moderate-sized XML document (~1.5MB, ~1000 elements), which is giving me a lot of trouble. It\'s about[详细]
2023-02-10 09:15 分类:问答EXSLT template date:format-date works incorrectly after template date:add
The following code <td> <xsl:call-template name=\"date:add\"> <xsl:with-param name = \"date-time\"select =\"hml:LT\" />[详细]
2023-02-05 05:32 分类:问答XSL padding to the longest field length
I have an XSL file which has a for-each loop in it and I am using an EXSLT processor to give some added functionality (namely the string padding).[详细]
2023-02-02 23:19 分类:问答