xslt-2.0
Dynamic 'matches' statement in XSLT
I\'m trying to create an xslt function that dynamically \'matches\' for an element.In the function, I will pass two parameters - item()* and a comma delimited string.I tokenize the comma d开发者_开发技[详细]
2023-03-06 23:12 分类:问答Dynamically buiding an XPath query string
I have a chained XSLT 2.0 transformation scenario (using saxon), like this: - I1.xml is input for T1.xslt, stylesheet which will build T2.xslt[详细]
2023-03-06 08:47 分类:问答Complaring Mulitple Element's text with multiple Elements text in xslt
Input xml is : <A> <B> <c>1</c> <c>2</c> </B> <D> <c>2</c>[详细]
2023-03-05 16:24 分类:问答Merging non-empty elements with same id into single item using XSLT
I want to merge items with same id into single item. The resultant item needs to have first non-empty element from the item group. If there is no non-empty element in the item group then the element i[详细]
2023-03-04 12:46 分类:问答Namespaces in XSLT
I\'m learning how to do custom functions in XSLT. Every example I find seems to declare a custom namespace, e.g.[详细]
2023-03-02 19:22 分类:问答How to format date in XSLT 2.0
I need to display date like Wednesday, 5th May, 2011 I am trying <xsl:value-of select=\"format-date([详细]
2023-03-02 14:28 分类:问答XSL recursive call - xsl:functions vs xsl:template with call template
I have basic query. I have been using xsl:template and use call tempate to make recursive calls to the template. I see xsl:function which also has feasibility to make recursive function calls like rec[详细]
2023-03-01 16:29 分类:问答Two phase transformation using XSLT 2.0
I am trying to take a CSV file as input and transform it into a XML.I\'m new to XSLT and I\'ve found a way to convert a CSV into XML (using an example from Andrew Welch) like so:[详细]
2023-02-28 16:19 分类:问答Weird Error in XSLT 2.0 [SXXP0003]
I\'ve been dealing with XSLT 2.0 in the past day, trying to parse a plain text file. apparently I couldn\'t even get to the part where I actually get it working, at the moment, the xsl doesn\'t have t[详细]
2023-02-27 04:43 分类:问答Tracing source elements through multiple XSL transforms
I\'m looking for ideas on how to trace source elements throughout multiple XML to XML transformations.I have very large policy XMLs that are 3-50MB that go through at least two separate XSLTs at diffe[详细]
2023-02-26 03:03 分类:问答