xslt-2.0
using Functions vs using templates in XSLT?
What are the pros and cons of functions vs templates in开发者_JAVA技巧 XSLT? I want to send a unix-timestamp and get an answer like "today" or "tomorrow" or "next week".[详细]
2023-02-01 00:24 分类:问答Include the file name of the xsd schema I am processing with xslt
Hello I am generating Objective-C class files wit开发者_C百科h Saxon via XSLT and in a comment header would like to include information as to which xsd was used for their creation. Is there any way I[详细]
2023-01-31 06:38 分类:问答How to Import stylesheets in xslt conditionally?
Is there any way to import styles开发者_运维问答heets after checking some conditions? Like,if the value of variable $a=\"1\" then import 1.xsl or else import 2.xsl.[详细]
2023-01-30 22:36 分类:问答Sorting XML element order using XSLT based-on order specified in external doc
Platform: Saxon 9 - XSLT 2.0 I have 3000 xml docs that need to be regularly edited, updated and saved.[详细]
2023-01-30 17:05 分类:问答Use xslt replace function to replace a word with an element
I want to usw the XSLT replace function to replace words in a text with <strong>word</strong>.[详细]
2023-01-30 11:24 分类:问答Use xslt:analyze-string to add acronyms to HTML
I want to add acronyms to an HTML text using xslt:analyze-string. The problem: in my HTML text are tags such as[详细]
2023-01-30 09:32 分类:问答xslt call template with dynamic match
i am trying to paas the dynamic parameter while calling the template to suppress nodes from the xml. I would call this template like:[详细]
2023-01-29 17:45 分类:问答Dynamic doctype in XSLT transform (correct use of result-document instruction)
I\'m using XSLT and need to generate thedoctype dynamically in the transformed output, based on a parameter.[详细]
2023-01-26 17:05 分类:问答Storing text values in Variable of previous nodes
Input <?xml version=\"1.0\" encoding=\"UTF-8\"?> <XML> <Concept> <Heading-1>This is First Heading</Heading-1>[详细]
2023-01-24 00:14 分类:问答XSL to find all nodes between nodes
I have a large poorly formed XML file where information related to a single line item is broken into multiple lines of information that I\'m trying to group with the parent line item (ITEM_ID). The in[详细]
2023-01-22 11:22 分类:问答
加载中,请稍侯......