xslt
XSL: Recursion vs. Iteration
I\'m trying to understand XSL\'s handling of for-each. Initially I wrote a recursive choose-values function (filters out all strings that do not match a regexp pattern) as follows:[详细]
2023-04-13 03:29 分类:问答XSLT Templates and applying templates
I am very new to XSLT and I am having a hard time understanding some of its concepts. I have the following XML file:[详细]
2023-04-12 20:19 分类:问答Convert SQL Server T-SQL wide result to readable text format
I have the f开发者_如何学Goollowing T-SQL (SQL Server 2008) and I need to email the result using database mail.[详细]
2023-04-12 20:18 分类:问答How to respect XML order with `<xsl:apply-template>` with XSLT?
I\'m working on a java code generation and the XSLT in which there are many of <xsl:if> or <xsl:choose> is not maintenable.[详细]
2023-04-12 19:28 分类:问答XSLT- how to display the first word of the paragraph as BOLD
I am unable to do this. I am using XML file, which will be converted to HTML using XSLT. The sample XML file would be like this...[详细]
2023-04-12 18:37 分类:问答Generic way to apply an XSL to all files in a directory?
I ha开发者_如何学运维ve an XSL that transforms an XML file into a HTML file. Works great. But I would like to apply to a directory of files. Ideally a new HTML file for each XML file would be plunked[详细]
2023-04-12 18:11 分类:问答XSL Transform Not Recognizing char(10) for excel
I am using xsl transform to take xml data and create an xml file that can be read by excel.I originally created and xls template file from and excel file I wanted my data to look like.In some of the c[详细]
2023-04-12 14:06 分类:问答Date formatting with XSLT / XPath
I have an XML document with the following node: <date>09/01/2012</date> How can i format the date with XSLT to retrieve another representation of the date?[详细]
2023-04-12 11:58 分类:问答Can XSLT populate input fields using returned XML data?
this may well be a very basic question, but I haven\'t been able to find anything on here or after an hour checking via google. I have a form with a load of inputs on it and a search autocomplete that[详细]
2023-04-12 10:57 分类:问答How do I find the number of elements in a <xs:list> using XSLT?
I have an XML schema that contains the following type : <xs:simpleType name=\"valuelist\"> <xs:list itemType=\"xs:double\"/>[详细]
2023-04-12 09:51 分类:问答