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
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
what\'s a better way to write this code: <xsl:template name=\"CamelChain\"> <xsl:param name=\"input\"/>
this code is giving me the output test when the expected output should be nothing.. Is it something wrong with my XSLT processor or..? :
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;
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
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?
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
The following code <td> <xsl:call-template name=\"date:add\"> <xsl:with-param name = \"date-time\"select =\"hml:LT\" />
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).